aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--packet-chdlc.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 5fb07edab2..f0c9442fb3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -783,6 +783,7 @@ Aamer Akhter <aakhter[AT]cisco.com> {
code updates, and small LDP cleanups
LDP support for draft-martini-l2circuit-encap-mpls for
Ethernet-over-MPLS
+ Fix initialization of ett_slarp in CHDLC dissector
}
Pekka Savola <pekkas[AT]netcore.fi> {
diff --git a/packet-chdlc.c b/packet-chdlc.c
index 24c02bcfb9..b1e141c4ef 100644
--- a/packet-chdlc.c
+++ b/packet-chdlc.c
@@ -1,7 +1,7 @@
/* packet-chdlc.c
* Routines for Cisco HDLC packet disassembly
*
- * $Id: packet-chdlc.c,v 1.11 2002/04/02 01:32:46 guy Exp $
+ * $Id: packet-chdlc.c,v 1.12 2002/04/13 09:22:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -307,6 +307,7 @@ proto_register_slarp(void)
};
static gint *ett[] = {
&ett_chdlc,
+ &ett_slarp,
};
proto_slarp = proto_register_protocol("Cisco SLARP", "SLARP", "slarp");