aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee17221.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-08-01 02:59:17 +0000
committerMichael Mann <mmann78@netscape.net>2012-08-01 02:59:17 +0000
commit174173138437747b1daf29b6776ba8603df711aa (patch)
tree50e9d4a5c282a0d8f29e78eff15c7ccf8267a126 /epan/dissectors/packet-ieee17221.c
parentfcd9a6d729c144e70ea4251dca2533d86db9631e (diff)
remove unnecessary underscores from display filters
svn path=/trunk/; revision=44181
Diffstat (limited to 'epan/dissectors/packet-ieee17221.c')
-rw-r--r--epan/dissectors/packet-ieee17221.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee17221.c b/epan/dissectors/packet-ieee17221.c
index 30899e1410..86a1f2a1b2 100644
--- a/epan/dissectors/packet-ieee17221.c
+++ b/epan/dissectors/packet-ieee17221.c
@@ -4474,7 +4474,7 @@ proto_register_17221(void)
FT_UINT16, BASE_HEX, VALS(aem_descriptor_type_vals), 0x00, NULL, HFILL }
},
{ &hf_aecp_descriptor_id,
- {"Descriptor ID", "ieee17221._descriptor_id",
+ {"Descriptor ID", "ieee17221.descriptor_id",
FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
},
@@ -4491,7 +4491,7 @@ proto_register_17221(void)
/* READ_DESCRIPTOR */
{ &hf_aecp_configuration,
- { "Configuration", "ieee17221._configuration",
+ { "Configuration", "ieee17221.configuration",
FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
@@ -4855,7 +4855,7 @@ proto_register_17221(void)
FT_BOOLEAN, 32, NULL, AECP_COUNTERS_VALID_MEDIA_UNLOCKED, NULL, HFILL }
},
{ &hf_aecp_media_locked_valid,
- {"Media Locked Valid", "ieee17221.flags._valid",
+ {"Media Locked Valid", "ieee17221.flags.valid",
FT_BOOLEAN, 32, NULL, AECP_COUNTERS_VALID_MEDIA_LOCKED, NULL, HFILL }
},
{ &hf_aecp_stream_reset_valid,