aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
AgeCommit message (Collapse)AuthorFilesLines
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
protocols, in addition to adding structures to the list of filterable fields. Give it an extra argument that specifies a "short name" for the protocol, for use in such places as pinfo->current_proto; the dialog box for constructing filters; the preferences tab for the protocol; and so on (although we're not yet using it in all those places). Make the preference name that appears in the preferences file and the command line for the DIAMETER protocol "diameter", not "Diameter"; the convention is that the name in question be all-lower-case. Make some routines and variables that aren't exported static. Update a comment in the ICP dissector to make it clear that the dissector won't see fragments other than the first fragment of a fragmented datagram. svn path=/trunk/; revision=2810
2000-12-02The second argument to "proto_register_protocol()" is a name to be usedGuy Harris1-2/+2
in filters, and should be all-lower-case. svn path=/trunk/; revision=2731
2000-12-01Comment out some unused variables.Gilbert Ramirez1-4/+4
svn path=/trunk/; revision=2728
2000-11-30GVRP dissector, from Kevin Shi.Guy Harris1-0/+346
svn path=/trunk/; revision=2721