summaryrefslogtreecommitdiff
path: root/packet-isl.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-isl.c')
-rw-r--r--packet-isl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isl.c b/packet-isl.c
index 9c8f485f1f..a611eb314f 100644
--- a/packet-isl.c
+++ b/packet-isl.c
@@ -1,7 +1,7 @@
/* packet-isl.c
* Routines for Cisco ISL Ethernet header disassembly
*
- * $Id: packet-isl.c,v 1.19 2000/12/29 00:51:52 guy Exp $
+ * $Id: packet-isl.c,v 1.20 2001/01/03 06:55:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -342,7 +342,7 @@ proto_register_isl(void)
&ett_isl,
};
- proto_isl = proto_register_protocol("Cisco ISL", "isl");
+ proto_isl = proto_register_protocol("Cisco ISL", "ISL", "isl");
proto_register_field_array(proto_isl, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));