aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-16 21:39:44 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-16 21:39:44 +0000
commit54c272466f362a169421c9d8f7571c4c0459d117 (patch)
tree78c9fd6c3bc4dc44c9cd76a8efb830cf2c967595 /epan/dissectors/packet-ansi_a.h
parent09ce0cf43cb40361a5f97abb75fdda2f991a9270 (diff)
ANSI A-interface enhancements. Bug 9471 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471)
From Michael Lum: 1. Allow mobile ID and service option to be shown in the INFO line for various messages. 2. proto_tree_add_text -> proto_tree_add_item conversions. From me: 1. Even more proto_tree_add_text -> proto_tree_add_item conversions. svn path=/trunk/; revision=54157
Diffstat (limited to 'epan/dissectors/packet-ansi_a.h')
-rw-r--r--epan/dissectors/packet-ansi_a.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ansi_a.h b/epan/dissectors/packet-ansi_a.h
index dde8c4004e..d4adebe636 100644
--- a/epan/dissectors/packet-ansi_a.h
+++ b/epan/dissectors/packet-ansi_a.h
@@ -55,6 +55,14 @@ WS_DLL_PUBLIC const ext_value_string_t ansi_a_ios501_dtap_strings[];
WS_DLL_PUBLIC const ext_value_string_t ansi_a_ios401_bsmap_strings[];
WS_DLL_PUBLIC const ext_value_string_t ansi_a_ios401_dtap_strings[];
+/* Not strictly A-interface info, but put here to avoid file polution */
+WS_DLL_PUBLIC const value_string ansi_tsb58_srvc_cat_strings[];
+WS_DLL_PUBLIC const value_string_ext ansi_tsb58_language_ind_strings_ext;
+WS_DLL_PUBLIC const value_string_ext ansi_tsb58_srvc_cat_strings_ext;
+
+#define TSB58_SRVC_CAT_CMAS_MIN 0x1000
+#define TSB58_SRVC_CAT_CMAS_MAX 0x1004
+
#define A_VARIANT_IS634 4
#define A_VARIANT_TSB80 5
#define A_VARIANT_IS634A 6