aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-13 22:34:17 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-13 22:34:17 +0000
commita4729fac3565eea63487fce0e4d434c3d6cbe067 (patch)
tree63f27afbfea9d18b50ad9da8ac93f3191e0fb340 /packet-sccp.c
parent6c20421d36a942a8f748f4d12bc7f373f240171f (diff)
Add an ett_ variable to the "ett[]" array; it was missing.
svn path=/trunk/; revision=5154
Diffstat (limited to 'packet-sccp.c')
-rw-r--r--packet-sccp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-sccp.c b/packet-sccp.c
index cbb1455fa4..bf83bb92bf 100644
--- a/packet-sccp.c
+++ b/packet-sccp.c
@@ -6,7 +6,7 @@
*
* Copyright 2002, Jeff Morriss <jeff.morriss[AT]ulticom.com>
*
- * $Id: packet-sccp.c,v 1.4 2002/04/02 22:42:11 guy Exp $
+ * $Id: packet-sccp.c,v 1.5 2002/04/13 22:34:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2185,7 +2185,8 @@ proto_register_sccp(void)
&ett_sccp_calling_pc,
&ett_sccp_calling_gt,
&ett_sccp_sequencing_segmenting,
- &ett_sccp_segmentation
+ &ett_sccp_segmentation,
+ &ett_sccp_ansi_isni_routing_control,
};
/* Register the protocol name and description */