aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m3ua.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-02 21:14:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-02 21:14:43 +0000
commit5f0c445718c2ffb320d743fcddeb527726e603b4 (patch)
treebdcb8e61809c755cf82c7bd62b9c7d9fce7c6267 /packet-m3ua.c
parentcad432d183c138496f1ed7b04b8ab186a0901aa5 (diff)
From Anders Broman: add a few more user IDs to the M3UA Service Indicator.
svn path=/trunk/; revision=8338
Diffstat (limited to 'packet-m3ua.c')
-rw-r--r--packet-m3ua.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/packet-m3ua.c b/packet-m3ua.c
index bf20a10c5b..a7f6730c5d 100644
--- a/packet-m3ua.c
+++ b/packet-m3ua.c
@@ -7,7 +7,7 @@
*
* Copyright 2000, 2001, 2002, 2003 Michael Tuexen <tuexen [AT] fh-muenster.de>
*
- * $Id: packet-m3ua.c,v 1.31 2003/04/22 13:47:38 tuexen Exp $
+ * $Id: packet-m3ua.c,v 1.32 2003/09/02 21:14:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -480,6 +480,11 @@ static const value_string unavailability_cause_values[] = {
#define RESERVED_8_USER_ID 8
#define BROADBAND_ISUP_USER_ID 9
#define SATELLITE_ISUP_USER_ID 10
+#define RESERVED_11_USER_ID 11
+#define AAL_2_SIGNALING_USER_ID 12
+#define BICC_USER_ID 13
+#define GATEWAY_CONTROL_PROTOCOL_USER_ID 14
+#define RESERVED_15_USER_ID 15
static const value_string user_identity_values[] = {
{ RESERVED_0_USER_ID, "Reserved" },
@@ -493,6 +498,12 @@ static const value_string user_identity_values[] = {
{ RESERVED_8_USER_ID, "Reserved" },
{ BROADBAND_ISUP_USER_ID, "Broadband ISUP" },
{ SATELLITE_ISUP_USER_ID, "Satellite ISUP" },
+ { RESERVED_11_USER_ID, "Reserved" },
+ { AAL_2_SIGNALING_USER_ID,"AAL type2 Signaling"},
+ { BICC_USER_ID, "Bearer Independent Call Control (BICC)"},
+ { GATEWAY_CONTROL_PROTOCOL_USER_ID, "Gateway Control Protocol"},
+ { RESERVED_15_USER_ID, "Reserved" },
+
{0, NULL } };
#define CAUSE_LENGTH 2