aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-8/+15
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-6/+6
2001-05-27Call the GVRP dissector through a handle.guy1-7/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-02The second argument to "proto_register_protocol()" is a name to be usedguy1-2/+2
2000-12-01Comment out some unused variables.gram1-4/+4
2000-11-30GVRP dissector, from Kevin Shi.guy1-0/+346