aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:46:31 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 21:46:31 +0000
commit8f1037e6405b2fdcea1a0e6eb7346a509da6147c (patch)
tree8fe06c6ee8fe5365b0a2eaa3708fb6d431ca59cb /epan/dissectors/packet-dns.c
parent9dbf2876fe7f4ad4cbb7cb87dfde94ad151968fa (diff)
Replace blurbs that match the name (case insensitive) with NULL.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34227 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index cd7db251ef..1723f27425 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -3619,7 +3619,7 @@ proto_register_dns(void)
{ &hf_dns_apl_coded_prefix,
{ "Prefix Length", "hf.dns.apl.coded.prefix",
FT_UINT8, BASE_DEC, NULL, 0,
- "Prefix Length", HFILL }},
+ NULL, HFILL }},
{ &hf_dns_apl_negation,
{ "Negation Flag", "dns.apl.negation",
FT_BOOLEAN, 8, TFS(&tfs_dns_apl_negation), DNS_APL_NEGATION,
@@ -3631,7 +3631,7 @@ proto_register_dns(void)
{ &hf_dns_nsap_rdata,
{ "NSAP Data", "dns.nsap.rdata",
FT_BYTES, BASE_NONE, NULL, 0,
- "NSAP Data", HFILL }}
+ NULL, HFILL }}
};
static gint *ett[] = {
&ett_dns,