aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Revert r44441: pinfo may be NULL only when pi is not NULLPascal Quantin2012-08-111-4/+4
* After commit r44435: pinfo -> NULLJörg Mayer2012-08-111-4/+4
* Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier2012-07-121-85/+83
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Fix a typo.Bill Meier2011-10-201-2/+2
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-213/+213
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-12/+12
* Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer2011-08-261-39/+39
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Readd the feature to skip the unknown/faulty remainderJörg Mayer2009-07-081-0/+3
* Fix several dissector assertions.Gerald Combs2009-07-081-20/+25
* Shorten a few variables for values read from the packet.Jörg Mayer2009-07-061-7/+7
* Fix for bug 3660: Length (guint32) could become 0 or very largeJörg Mayer2009-07-061-14/+40
* Add value for vfstate: activeJörg Mayer2009-06-291-1/+1
* Lots of additional decoding, still quite a few things missing.Jörg Mayer2009-06-221-56/+134
* Lots of improvements to GLPB dissector - still lot of stuff missing.Jörg Mayer2009-06-201-118/+252
* The previous patch fixed only part of the problem,Jörg Mayer2009-06-191-3/+1
* Moved setting of length2 to make it always set.Stig Bjørlykke2009-06-191-1/+2
* Add beginnings of Cisco's GLBP protocol. It's basedJörg Mayer2009-06-191-0/+342