aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-13/+13
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-8/+18
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-8/+15
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-6/+6
* Call the GVRP dissector through a handle.Guy Harris2001-05-271-7/+5
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* The second argument to "proto_register_protocol()" is a name to be usedGuy Harris2000-12-021-2/+2
* Comment out some unused variables.Gilbert Ramirez2000-12-011-4/+4
* GVRP dissector, from Kevin Shi.Guy Harris2000-11-301-0/+346