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
This commit is contained in:
Michael Mann 2013-12-16 21:39:44 +00:00
parent 09ce0cf43c
commit 54c272466f
2 changed files with 5596 additions and 4689 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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