aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */