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
This commit is contained in:
Guy Harris 2000-12-02 08:56:40 +00:00
parent 0ab8e159b9
commit 3f658551e5
1 changed files with 2 additions and 2 deletions

View File

@ -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 */