aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_dtap.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-08-01 14:07:18 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-08-01 14:07:18 +0000
commit6c8d938dd4c3e8f61e900f69a13b3568dc19dbe0 (patch)
treebad3527dc12990037418607cd8973b8aeb809e33 /epan/dissectors/packet-gsm_a_dtap.c
parent1cd8b5b0cc7b43eaf3a8e2ca64033615abcb54cc (diff)
Follow-up of r44162: clean more filters
svn path=/trunk/; revision=44187
Diffstat (limited to 'epan/dissectors/packet-gsm_a_dtap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_dtap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/epan/dissectors/packet-gsm_a_dtap.c b/epan/dissectors/packet-gsm_a_dtap.c
index 0ac4c22fe8..fd5d6e2cda 100644
--- a/epan/dissectors/packet-gsm_a_dtap.c
+++ b/epan/dissectors/packet-gsm_a_dtap.c
@@ -422,7 +422,6 @@ static int hf_gsm_a_dtap_cause_ss_diagnostics = -1;
static int hf_gsm_a_dtap_emergency_bcd_num = -1;
static int hf_gsm_a_dtap_emerg_num_info_length = -1;
-int hf_gsm_a_extension = -1;
static int hf_gsm_a_dtap_type_of_number = -1;
static int hf_gsm_a_dtap_numbering_plan_id = -1;
@@ -2416,11 +2415,6 @@ de_call_state(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 o
return(1);
}
-static const true_false_string gsm_a_extension_value = {
- "No Extension",
- "Extended"
-};
-
/*
* Helper function for BCD address decoding
*/
@@ -6607,11 +6601,6 @@ proto_register_gsm_a_dtap(void)
FT_UINT8, BASE_HEX, 0, 0x0,
NULL, HFILL }
},
- { &hf_gsm_a_extension,
- { "Extension", "gsm_a.extension",
- FT_BOOLEAN, 8, TFS(&gsm_a_extension_value), 0x80,
- NULL, HFILL }
- },
{ &hf_gsm_a_dtap_type_of_number,
{ "Type of number", "gsm_a_dtap.type_of_number",
FT_UINT8, BASE_HEX, VALS(gsm_a_dtap_type_of_number_values), 0x70,