http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24058
User: richardv
Date: 2008/01/10 04:36 PM
Log:
From Chris Maynard (bug 1852):
These packet-g*.c files all have display filter issues:
1) packet-gryphon.c: PROTOABBREV is "gryphon", but display filter fields are
prefixed with only "gryph".
2) packet-gmrp.c: PROTOABBREV is "gmrp", but display filter fields are prefixed
with "garp".
3) packet-gssapi.c: PROTOABBREV is "gss-api", but display filter fields are
prefixed with "gssapi".
4) packet-gvrp.c: PROTOABBREV is "gvrp", but display filter fields are prefixed
with "garp", most of which conflict with packet-gmrp.c's display filter fields.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -6 packet-gmrp.c Modified
+9 -9 packet-gssapi.c Modified
+5 -5 packet-gvrp.c Modified
Directory: /trunk/plugins/gryphon/
Changes Path Action
+24 -24 packet-gryphon.c Modified