aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-20 12:47:47 +0000
committerpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-20 12:47:47 +0000
commit4c3e21efd3d4ffe46ce35d883aff3cf3d63342b4 (patch)
treea17f3e38c81742b38414626cbd97b90d000d56f1
parent3f071afe670a9df6d7c368465a0151c975465ba9 (diff)
Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map_TBCD_digits (which is also used for IMEI, ASCI call reference, MS Group ID and MS Long Group ID on top of IMSI)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44596 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.c7
-rw-r--r--epan/dissectors/packet-gsm_map.c23
2 files changed, 10 insertions, 20 deletions
diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c
index b5eb10955a..5ee2afb88c 100644
--- a/asn1/gsm_map/packet-gsm_map-template.c
+++ b/asn1/gsm_map/packet-gsm_map-template.c
@@ -88,7 +88,6 @@ static int hf_gsm_map_number_plan = -1;
static int hf_gsm_map_isdn_address_digits = -1;
static int hf_gsm_map_address_digits = -1;
static int hf_gsm_map_servicecentreaddress_digits = -1;
-static int hf_gsm_map_imsi_digits = -1;
static int hf_gsm_map_TBCD_digits = -1;
static int hf_gsm_map_Ss_Status_unused = -1;
static int hf_gsm_map_Ss_Status_q_bit = -1;
@@ -2325,12 +2324,8 @@ void proto_register_gsm_map(void) {
{ "ServiceCentreAddress digits", "gsm_map.servicecentreaddress_digits",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
- { &hf_gsm_map_imsi_digits,
- { "IMSI digits", "gsm_map.imsi_digits",
- FT_STRING, BASE_NONE, NULL, 0,
- NULL, HFILL }},
{ &hf_gsm_map_TBCD_digits,
- { "TBCD digits", "gsm_map.imsi_digits",
+ { "TBCD digits", "gsm_map.tbcd_digits",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_gsm_map_Ss_Status_unused,
diff --git a/epan/dissectors/packet-gsm_map.c b/epan/dissectors/packet-gsm_map.c
index 7bacbe6dc8..bbf0e4e89f 100644
--- a/epan/dissectors/packet-gsm_map.c
+++ b/epan/dissectors/packet-gsm_map.c
@@ -96,7 +96,6 @@ static int hf_gsm_map_number_plan = -1;
static int hf_gsm_map_isdn_address_digits = -1;
static int hf_gsm_map_address_digits = -1;
static int hf_gsm_map_servicecentreaddress_digits = -1;
-static int hf_gsm_map_imsi_digits = -1;
static int hf_gsm_map_TBCD_digits = -1;
static int hf_gsm_map_Ss_Status_unused = -1;
static int hf_gsm_map_Ss_Status_q_bit = -1;
@@ -1664,7 +1663,7 @@ static int hf_gsm_ss_areaEventInfo = -1; /* AreaEventInfo */
static int hf_gsm_ss_qoS = -1; /* LCS_QoS */
/*--- End of included file: packet-gsm_map-hf.c ---*/
-#line 152 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 151 "../../asn1/gsm_map/packet-gsm_map-template.c"
/* Initialize the subtree pointers */
static gint ett_gsm_map = -1;
@@ -2291,7 +2290,7 @@ static gint ett_gsm_ss_LCS_PeriodicLocationCancellationArg = -1;
/*--- End of included file: packet-gsm_map-ett.c ---*/
-#line 180 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 179 "../../asn1/gsm_map/packet-gsm_map-template.c"
static dissector_table_t sms_dissector_table; /* SMS TPDU */
static dissector_handle_t data_handle;
@@ -17837,7 +17836,7 @@ dissect_gsm_ss_LCS_PeriodicLocationCancellationArg(gboolean implicit_tag _U_, tv
/*--- End of included file: packet-gsm_map-fn.c ---*/
-#line 825 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 824 "../../asn1/gsm_map/packet-gsm_map-template.c"
/* Specific translation for MAP V3 */
const value_string gsm_map_V1V2_opr_code_strings[] = {
@@ -18049,7 +18048,7 @@ const value_string gsm_map_opr_code_strings[] = {
{ 109, "lcs_PeriodicLocationCancellation" },
/*--- End of included file: packet-gsm_map-table.c ---*/
-#line 836 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 835 "../../asn1/gsm_map/packet-gsm_map-template.c"
{ 0, NULL }
};
static const value_string gsm_map_err_code_string_vals[] = {
@@ -18254,7 +18253,7 @@ static const value_string gsm_map_err_code_string_vals[] = {
{ 109, "lcs_PeriodicLocationCancellation" },
/*--- End of included file: packet-gsm_map-table.c ---*/
-#line 840 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 839 "../../asn1/gsm_map/packet-gsm_map-template.c"
{ 0, NULL }
};
static const true_false_string gsm_map_extension_value = {
@@ -19743,12 +19742,8 @@ void proto_register_gsm_map(void) {
{ "ServiceCentreAddress digits", "gsm_map.servicecentreaddress_digits",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
- { &hf_gsm_map_imsi_digits,
- { "IMSI digits", "gsm_map.imsi_digits",
- FT_STRING, BASE_NONE, NULL, 0,
- NULL, HFILL }},
{ &hf_gsm_map_TBCD_digits,
- { "TBCD digits", "gsm_map.imsi_digits",
+ { "TBCD digits", "gsm_map.tbcd_digits",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_gsm_map_Ss_Status_unused,
@@ -25865,7 +25860,7 @@ void proto_register_gsm_map(void) {
"LCS_QoS", HFILL }},
/*--- End of included file: packet-gsm_map-hfarr.c ---*/
-#line 2575 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 2570 "../../asn1/gsm_map/packet-gsm_map-template.c"
};
/* List of subtrees */
@@ -26494,7 +26489,7 @@ void proto_register_gsm_map(void) {
/*--- End of included file: packet-gsm_map-ettarr.c ---*/
-#line 2605 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 2600 "../../asn1/gsm_map/packet-gsm_map-template.c"
};
static enum_val_t application_context_modes[] = {
@@ -26583,7 +26578,7 @@ void proto_register_gsm_map(void) {
/*--- End of included file: packet-gsm_map-dis-tab.c ---*/
-#line 2636 "../../asn1/gsm_map/packet-gsm_map-template.c"
+#line 2631 "../../asn1/gsm_map/packet-gsm_map-template.c"
oid_add_from_string("ericsson-gsm-Map-Ext","1.2.826.0.1249.58.1.0" );
oid_add_from_string("accessTypeNotAllowed-id","1.3.12.2.1107.3.66.1.2");
/*oid_add_from_string("map-ac networkLocUp(1) version3(3)","0.4.0.0.1.0.1.3" );