aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-11-04 03:57:34 +0000
committerGerald Combs <gerald@wireshark.org>2002-11-04 03:57:34 +0000
commit00e907e2116af1135717fab118cbd6efc464c237 (patch)
tree5fecfed32d869929b087fe29c31ff2a11a8dc6d5 /packet-ppp.c
parente18f4187bd70cdb683310a6d6713eb74a868de2c (diff)
Register (and initialize) ett_mplscp_options and ett_cdpcp_options. Fix
some indentation inconsistencies. svn path=/trunk/; revision=6557
Diffstat (limited to 'packet-ppp.c')
-rw-r--r--packet-ppp.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/packet-ppp.c b/packet-ppp.c
index 7ab2707b14..97ea238ac7 100644
--- a/packet-ppp.c
+++ b/packet-ppp.c
@@ -1,7 +1,7 @@
/* packet-ppp.c
* Routines for ppp packet disassembly
*
- * $Id: packet-ppp.c,v 1.98 2002/10/14 23:23:20 guy Exp $
+ * $Id: packet-ppp.c,v 1.99 2002/11/04 03:57:34 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3504,10 +3504,10 @@ proto_register_pap(void)
{
static gint *ett[] = {
&ett_pap,
- &ett_pap_data,
- &ett_pap_peer_id,
- &ett_pap_password,
- &ett_pap_message,
+ &ett_pap_data,
+ &ett_pap_peer_id,
+ &ett_pap_password,
+ &ett_pap_message,
};
proto_pap = proto_register_protocol("PPP Password Authentication Protocol", "PPP PAP",
@@ -3629,6 +3629,7 @@ proto_register_mplscp(void)
{
static gint *ett[] = {
&ett_mplscp,
+ &ett_mplscp_options,
};
proto_mplscp = proto_register_protocol("PPP MPLS Control Protocol",
@@ -3656,6 +3657,7 @@ proto_register_cdpcp(void)
{
static gint *ett[] = {
&ett_cdpcp,
+ &ett_cdpcp_options,
};
proto_cdpcp = proto_register_protocol("PPP CDP Control Protocol",