diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-04-05 18:54:43 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-04-05 18:54:43 +0000 |
commit | 5426b944ee4af306b87abc66935e6eaa18791620 (patch) | |
tree | 5b6a84b004e1a914eec6bffb9f78f695403e7526 /epan/dissectors/packet-gsm_map.h | |
parent | d66ccda16a25f391eeb7b0fb9bceeeab7481797c (diff) | |
download | wireshark-5426b944ee4af306b87abc66935e6eaa18791620.tar.gz wireshark-5426b944ee4af306b87abc66935e6eaa18791620.tar.bz2 wireshark-5426b944ee4af306b87abc66935e6eaa18791620.zip |
Expand some value strings, get map_error from gsm_map use the added IE's.
svn path=/trunk/; revision=17818
Diffstat (limited to 'epan/dissectors/packet-gsm_map.h')
-rw-r--r-- | epan/dissectors/packet-gsm_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_map.h b/epan/dissectors/packet-gsm_map.h index 9fb3fae17c..f67a7a50a2 100644 --- a/epan/dissectors/packet-gsm_map.h +++ b/epan/dissectors/packet-gsm_map.h @@ -53,12 +53,14 @@ extern const value_string gsm_map_etsi_defined_pdp_vals[]; /*--- Included file: packet-gsm_map-exp.h ---*/ #line 1 "packet-gsm_map-exp.h" +extern const value_string gsm_map_LocalErrorcode_vals[]; extern const value_string gsm_map_NotificationToMSUser_vals[]; extern const value_string gsm_map_SubscriberState_vals[]; extern const value_string gsm_map_SS_Info_vals[]; extern const value_string gsm_map_InterrogateSS_Res_vals[]; extern const value_string gsm_map_GetPasswordArg_vals[]; extern const value_string gsm_map_Ext_BasicServiceCode_vals[]; +int dissect_gsm_map_LocalErrorcode(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index); int dissect_gsm_map_SupportedCamelPhases(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index); int dissect_gsm_map_ISDN_AddressString(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index); int dissect_gsm_map_QoS_Subscribed(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index); |