aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-13/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-8/+18
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-8/+15
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-6/+6
2001-05-27Call the GVRP dissector through a handle.Guy Harris1-7/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-02The second argument to "proto_register_protocol()" is a name to be usedGuy Harris1-2/+2
2000-12-01Comment out some unused variables.Gilbert Ramirez1-4/+4
2000-11-30GVRP dissector, from Kevin Shi.Guy Harris1-0/+346