aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
AgeCommit message (Expand)AuthorFilesLines
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