aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-09-28 21:20:29 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-09-28 21:20:29 +0000
commit99d2b1470625b8a91fb236b5640cfeb22d913346 (patch)
tree1d61d6a505fc4980df68a5301bc7fec95963e5d3 /epan/dissectors/packet-gsm_a_gm.c
parent85ac1f3ffdabb38fdfd2d391abe2f14783796d7c (diff)
Remove a duplicate hf
svn path=/trunk/; revision=45200
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index bb4ad421a1..9fb792b8a4 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -259,7 +259,6 @@ static int hf_gsm_a_gm_acc_tech_type = -1;
static int hf_gsm_a_gm_acc_cap_struct_len = -1;
static int hf_gsm_a_gm_sms_value = -1;
static int hf_gsm_a_gm_sm_value = -1;
-static int hf_gsm_a_gm_sm_ext = -1;
static int hf_gsm_a_gm_link_dir = -1;
static int hf_gsm_a_gm_cause = -1;
@@ -3864,7 +3863,7 @@ de_sm_pco(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, g
/* 1 ext 0 0 0 0 Spare Configuration protocol */
- proto_tree_add_item(tree, hf_gsm_a_gm_sm_ext, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
+ proto_tree_add_item(tree, hf_gsm_a_sm_ext, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
/* Configuration protocol (octet 3)
* Bits
* 3 2 1
@@ -7089,11 +7088,6 @@ proto_register_gsm_a_gm(void)
FT_UINT8, BASE_DEC, VALS(gsm_a_sms_vals), 0x0,
NULL, HFILL }
},
- { &hf_gsm_a_gm_sm_ext,
- { "Ext", "gsm_a.gm.sm.ext",
- FT_UINT8, BASE_HEX, NULL, 0x80,
- NULL, HFILL }
- },
{ &hf_gsm_a_gm_link_dir,
{ "Link direction", "gsm_a.gm.sm.link_dir",
FT_INT32, BASE_DEC, VALS(gsm_a_gm_link_dir_vals), 0x0,