diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2012-08-21 10:40:04 +0000 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2012-08-21 10:40:04 +0000 |
commit | 9f3c1253f78c826fff0c04e6c5a1668d3e1499f6 (patch) | |
tree | 15e8ec931576530634b458e6fc76344d302b4fa3 /asn1/gsm_map | |
parent | 91a531739f3f8cbd7b6950429a3ad6be052af70a (diff) | |
download | wireshark-9f3c1253f78c826fff0c04e6c5a1668d3e1499f6.tar.gz wireshark-9f3c1253f78c826fff0c04e6c5a1668d3e1499f6.tar.bz2 wireshark-9f3c1253f78c826fff0c04e6c5a1668d3e1499f6.zip |
Fix filter names for Ericsson proprietary extensions
svn path=/trunk/; revision=44604
Diffstat (limited to 'asn1/gsm_map')
-rw-r--r-- | asn1/gsm_map/gsm_map.cnf | 1 | ||||
-rw-r--r-- | asn1/gsm_map/packet-gsm_map-template.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/asn1/gsm_map/gsm_map.cnf b/asn1/gsm_map/gsm_map.cnf index cb142fee99..6ad0b24955 100644 --- a/asn1/gsm_map/gsm_map.cnf +++ b/asn1/gsm_map/gsm_map.cnf @@ -37,6 +37,7 @@ MAP-ApplicationContexts gsm_map SS-DataTypes gsm_ss SS-Operations gsm_ss DummyMAP gsm_old +EricssonMAP gsm_map.ericsson Remote-Operations-Information-Objects ROS diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c index 25cfafd2e2..1c87f534ea 100644 --- a/asn1/gsm_map/packet-gsm_map-template.c +++ b/asn1/gsm_map/packet-gsm_map-template.c @@ -1121,7 +1121,7 @@ static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ if (pref_ericsson_proprietary_ext) { offset=dissect_mc_message(tvb, offset, actx, tree, FALSE, dissect_gsm_map_IMEI, hf_gsm_map_ms_imei, - FALSE, dissect_EricssonMAP_EnhancedCheckIMEI_Arg, -1, + FALSE, dissect_gsm_map_ericsson_EnhancedCheckIMEI_Arg, -1, TRUE , NULL, -1); /* no [3] SEQUENCE */ } else { offset=dissect_mc_message(tvb, offset, actx, tree, @@ -2570,7 +2570,7 @@ void proto_register_gsm_map(void) { FT_UINT8, BASE_DEC, VALS(gsm_map_screening_ind_vals), 0x03, NULL, HFILL }}, { &hf_gsm_map_locationnumber_digits, - { "Address digits", "gsm_map._locationnumber.digits", + { "Address digits", "gsm_map.locationnumber.digits", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, |