aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-28 06:13:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-28 06:13:03 +0000
commitb8d8f0ce1bf392b727002a769ef196d357d5bc19 (patch)
tree2c69bec1ed45c3b58990f3d0a9b585e2b6a982a7 /epan/dissectors/packet-isup.h
parent2e6db8fc745775bb5e2ac189164febc0eed6bc88 (diff)
From Neil Ostroff:
The enclosed patch updates the ansi isup dissector to support the following parameters: 1. Generic Name 2. Originating Line Info 3. Jurisdiction 4. Charge Number 5. Forward Call Indicator (bits M and N are now being decoded) 6. Cause Code (all values are now being decoded) svn path=/trunk/; revision=21966
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index 46c0990b4d..336a7b810e 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -133,6 +133,10 @@ WS_VAR_IMPORT const value_string q850_cause_code_vals[];
#define PARAM_TYPE_COLLECT_CALL_REQ 121
#define PARAM_TYPE_GENERIC_NR 192
#define PARAM_TYPE_GENERIC_DIGITS 193
+#define PARAM_TYPE_JURISDICTION 196
+#define PARAM_TYPE_GENERIC_NAME 199
+#define PARAM_TYPE_ORIG_LINE_INFO 234
+#define PARAM_TYPE_CHARGE_NR 235
#define ANSI_ISUP_PARAM_TYPE_OPER_SERV_INF 0xC2
#define ANSI_ISUP_PARAM_TYPE_EGRESS 0xC3