From 54c272466f362a169421c9d8f7571c4c0459d117 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Mon, 16 Dec 2013 21:39:44 +0000 Subject: 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 --- epan/dissectors/packet-ansi_a.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'epan/dissectors/packet-ansi_a.h') 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 -- cgit v1.2.3