aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tns.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
commit0ff5638f37a1de5d061106b37930c6767bc445de (patch)
tree8fe06c6ee8fe5365b0a2eaa3708fb6d431ca59cb /epan/dissectors/packet-tns.c
parente84f210167f604a4c40e42774ebd1e80c1a23711 (diff)
Replace blurbs that match the name (case insensitive) with NULL.
svn path=/trunk/; revision=34227
Diffstat (limited to 'epan/dissectors/packet-tns.c')
-rw-r--r--epan/dissectors/packet-tns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tns.c b/epan/dissectors/packet-tns.c
index 8596dd9dfb..1a02ff53b1 100644
--- a/epan/dissectors/packet-tns.c
+++ b/epan/dissectors/packet-tns.c
@@ -1079,7 +1079,7 @@ void proto_register_tns(void)
NULL, 0x1000, NULL, HFILL }},
{ &hf_tns_ntp_flag_dtest, {
"Data test", "tns.ntp_flag.dtest", FT_BOOLEAN, 16,
- NULL, 0x0800, "Data Test", HFILL }},
+ NULL, 0x0800, NULL, HFILL }},
{ &hf_tns_ntp_flag_cbio, {
"Callback IO supported", "tns.ntp_flag.cbio", FT_BOOLEAN, 16,
NULL, 0x0400, NULL, HFILL }},