From Aamer Akhter: fix initialization of ett_slarp in CHDLC dissector.

svn path=/trunk/; revision=5149
This commit is contained in:
Guy Harris 2002-04-13 09:22:39 +00:00
parent b811d2cbe8
commit 4fc2cbb888
2 changed files with 3 additions and 1 deletions

View File

@ -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> {

View 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");