aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-13 09:22:39 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-13 09:22:39 +0000
commit4fc2cbb88841d6b1a9801365a905b42a8c91b7a3 (patch)
tree42793d5fc1b655c5aae88f457d763de54a54ca53 /packet-chdlc.c
parentb811d2cbe8ea12c1391d79858cb7ddf3b5cfe692 (diff)
From Aamer Akhter: fix initialization of ett_slarp in CHDLC dissector.
svn path=/trunk/; revision=5149
Diffstat (limited to 'packet-chdlc.c')
-rw-r--r--packet-chdlc.c3
1 files changed, 2 insertions, 1 deletions
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");