aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.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-h248.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-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 62d901df0e..4f2c98c2f1 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -7436,63 +7436,63 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"SigParamValueV1", HFILL }},
{ &hf_h248_T_auditToken_muxToken,
- { "muxToken", "h248.muxToken",
+ { "muxToken", "h248.T.auditToken.muxToken",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_h248_T_auditToken_modemToken,
- { "modemToken", "h248.modemToken",
+ { "modemToken", "h248.T.auditToken.modemToken",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_h248_T_auditToken_mediaToken,
- { "mediaToken", "h248.mediaToken",
+ { "mediaToken", "h248.T.auditToken.mediaToken",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_h248_T_auditToken_eventsToken,
- { "eventsToken", "h248.eventsToken",
+ { "eventsToken", "h248.T.auditToken.eventsToken",
FT_BOOLEAN, 8, NULL, 0x10,
NULL, HFILL }},
{ &hf_h248_T_auditToken_signalsToken,
- { "signalsToken", "h248.signalsToken",
+ { "signalsToken", "h248.T.auditToken.signalsToken",
FT_BOOLEAN, 8, NULL, 0x08,
NULL, HFILL }},
{ &hf_h248_T_auditToken_digitMapToken,
- { "digitMapToken", "h248.digitMapToken",
+ { "digitMapToken", "h248.T.auditToken.digitMapToken",
FT_BOOLEAN, 8, NULL, 0x04,
NULL, HFILL }},
{ &hf_h248_T_auditToken_statsToken,
- { "statsToken", "h248.statsToken",
+ { "statsToken", "h248.T.auditToken.statsToken",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }},
{ &hf_h248_T_auditToken_observedEventsToken,
- { "observedEventsToken", "h248.observedEventsToken",
+ { "observedEventsToken", "h248.T.auditToken.observedEventsToken",
FT_BOOLEAN, 8, NULL, 0x01,
NULL, HFILL }},
{ &hf_h248_T_auditToken_packagesToken,
- { "packagesToken", "h248.packagesToken",
+ { "packagesToken", "h248.T.auditToken.packagesToken",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_h248_T_auditToken_eventBufferToken,
- { "eventBufferToken", "h248.eventBufferToken",
+ { "eventBufferToken", "h248.T.auditToken.eventBufferToken",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_h248_NotifyCompletion_onTimeOut,
- { "onTimeOut", "h248.onTimeOut",
+ { "onTimeOut", "h248.NotifyCompletion.onTimeOut",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_h248_NotifyCompletion_onInterruptByEvent,
- { "onInterruptByEvent", "h248.onInterruptByEvent",
+ { "onInterruptByEvent", "h248.NotifyCompletion.onInterruptByEvent",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_h248_NotifyCompletion_onInterruptByNewSignalDescr,
- { "onInterruptByNewSignalDescr", "h248.onInterruptByNewSignalDescr",
+ { "onInterruptByNewSignalDescr", "h248.NotifyCompletion.onInterruptByNewSignalDescr",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_h248_NotifyCompletion_otherReason,
- { "otherReason", "h248.otherReason",
+ { "otherReason", "h248.NotifyCompletion.otherReason",
FT_BOOLEAN, 8, NULL, 0x10,
NULL, HFILL }},
{ &hf_h248_NotifyCompletion_onIteration,
- { "onIteration", "h248.onIteration",
+ { "onIteration", "h248.NotifyCompletion.onIteration",
FT_BOOLEAN, 8, NULL, 0x08,
NULL, HFILL }},