aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-8/+18
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
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