aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-02 08:56:40 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-02 08:56:40 +0000
commit3f658551e588c02d71111282f87b0a196dd0b2e5 (patch)
treec378487abd4732307e40b4a0b8b3632e271909a4 /packet-gvrp.c
parent0ab8e159b913cf0537df6b407c4cabac9fe196e7 (diff)
The second argument to "proto_register_protocol()" is a name to be used
in filters, and should be all-lower-case. svn path=/trunk/; revision=2731
Diffstat (limited to 'packet-gvrp.c')
-rw-r--r--packet-gvrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gvrp.c b/packet-gvrp.c
index b8aed18ff2..9c9b5a8ef4 100644
--- a/packet-gvrp.c
+++ b/packet-gvrp.c
@@ -2,7 +2,7 @@
* Routines for GVRP (GARP VLAN Registration Protocol) dissection
* Copyright 2000, Kevin Shi <techishi@ms22.hinet.net>
*
- * $Id: packet-gvrp.c,v 1.2 2000/12/01 15:12:25 gram Exp $
+ * $Id: packet-gvrp.c,v 1.3 2000/12/02 08:56:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -337,7 +337,7 @@ proto_register_gvrp(void)
/* Register the protocol name and description for GVRP */
proto_gvrp = proto_register_protocol("GARP VLAN Registration Protocol",
- "GVRP");
+ "gvrp");
/* Required function calls to register the header fields and subtrees
* used by GVRP */