aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-05-31Try to port glbp dissector to new expert info infrastructure.Jörg Mayer1-4/+36
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-11Revert r44441: pinfo may be NULL only when pi is not NULLPascal Quantin1-4/+4
2012-08-11After commit r44435: pinfo -> NULLJörg Mayer1-4/+4
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-85/+83
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Fix a typo.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-213/+213
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-39/+39
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-07-08Readd the feature to skip the unknown/faulty remainderJörg Mayer1-0/+3
2009-07-08Fix several dissector assertions.Gerald Combs1-20/+25
2009-07-06Shorten a few variables for values read from the packet.Jörg Mayer1-7/+7
2009-07-06Fix for bug 3660: Length (guint32) could become 0 or very largeJörg Mayer1-14/+40
2009-06-29Add value for vfstate: activeJörg Mayer1-1/+1
2009-06-22Lots of additional decoding, still quite a few things missing.Jörg Mayer1-56/+134
2009-06-20Lots of improvements to GLPB dissector - still lot of stuff missing.Jörg Mayer1-118/+252
2009-06-19The previous patch fixed only part of the problem,Jörg Mayer1-3/+1
2009-06-19Moved setting of length2 to make it always set.Stig Bjørlykke1-1/+2
2009-06-19Add beginnings of Cisco's GLBP protocol. It's basedJörg Mayer1-0/+342