aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-25 13:32:41 +0000
committerpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-25 13:32:41 +0000
commit01561498287c53a7e02a6dd0bc311385f35148d3 (patch)
tree12700fd424fb39878d88ae3a27b8f64a4315b240 /epan/dissectors/packet-gsm_a_common.c
parent50e109ed99a509ae482fc01c6ea59bb5293d2a8e (diff)
Following r44648, revert part of r44162 and followups so as to have a top level gsm_a filter name
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44667 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index ac2b2d855c..7ca8b95554 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -3490,12 +3490,12 @@ proto_register_gsm_a_common(void)
static hf_register_info hf[] =
{
{ &hf_gsm_a_common_elem_id,
- { "Element ID", "gsm_a_common.elem_id",
+ { "Element ID", "gsm_a.common.elem_id",
FT_UINT8, BASE_HEX, NULL, 0,
NULL, HFILL }
},
{ &hf_gsm_a_l_ext,
- { "ext", "gsm_a_common.l_ext",
+ { "ext", "gsm_a.l_ext",
FT_UINT8, BASE_DEC, NULL, 0x80,
NULL, HFILL }
},