From Aamer Akhter: fix initialization of ett_slarp in CHDLC dissector.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 13 Apr 2002 09:22:39 +0000 (09:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 13 Apr 2002 09:22:39 +0000 (09:22 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5149 f5534014-38df-0310-8fa8-9805f1628bb7

AUTHORS
packet-chdlc.c

diff --git a/AUTHORS b/AUTHORS
index 5fb07edab2ccef929830d586d3559e097f5b4b6c..f0c9442fb3cb56581249227a3609273a52061931 100644 (file)
--- 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> {
index 24c02bcfb926445b57f4ebc562fd16c2df3555ee..b1e141c4efeeb06ac318d0f6cde215249c9e035e 100644 (file)
@@ -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");