aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Fix a typo.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-213/+213
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-12/+12
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-39/+39
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-07-08Readd the feature to skip the unknown/faulty remainderjmayer1-0/+3
2009-07-08Fix several dissector assertions.gerald1-20/+25
2009-07-06Shorten a few variables for values read from the packet.jmayer1-7/+7
2009-07-06Fix for bug 3660: Length (guint32) could become 0 or very largejmayer1-14/+40
2009-06-29Add value for vfstate: activejmayer1-1/+1
2009-06-22Lots of additional decoding, still quite a few things missing.jmayer1-56/+134
2009-06-20Lots of improvements to GLPB dissector - still lot of stuff missing.jmayer1-118/+252
2009-06-19The previous patch fixed only part of the problem,jmayer1-3/+1
2009-06-19Moved setting of length2 to make it always set.stig1-1/+2
2009-06-19Add beginnings of Cisco's GLBP protocol. It's basedjmayer1-0/+342