aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t124.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-04-04 14:49:57 +0200
committerAnders Broman <a.broman58@gmail.com>2019-04-04 13:26:33 +0000
commit7edadf9ce38d3c983d8911200aa46f49ade26f2e (patch)
treebc747e60a2b59d2e9bab81889f7f00c222a19bd1 /epan/dissectors/packet-t124.c
parentb0b02ec245b694251488c80cb605dddf66512b03 (diff)
asn2wrs: Improve filtername of named bits.
Change-Id: Ie22137e95c8752a0783e3e9ff99b45c0b79b0d4a Reviewed-on: https://code.wireshark.org/review/32714 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-t124.c')
-rw-r--r--epan/dissectors/packet-t124.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-t124.c b/epan/dissectors/packet-t124.c
index 2231d05ae9..9f3b185ea1 100644
--- a/epan/dissectors/packet-t124.c
+++ b/epan/dissectors/packet-t124.c
@@ -3874,11 +3874,11 @@ void proto_register_t124(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_t124_Segmentation_begin,
- { "begin", "t124.begin",
+ { "begin", "t124.Segmentation.begin",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_t124_Segmentation_end,
- { "end", "t124.end",
+ { "end", "t124.Segmentation.end",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},