aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-01-25 11:43:32 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2022-01-25 11:43:32 +0000
commit89b7a1328b104e081304ce91a375a4de8ed11156 (patch)
tree52af8aa6aa90f7114a34adb3f2ae65b159d5b4fd /epan/dissectors/packet-dns.c
parent2235d5fd2c9713d874c1fc2bb826320d15c6ea3f (diff)
tools/check_typed_item_calls.py: improve detection of missing items
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 6ff7fc3d17..f7d9c6e5bb 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -5138,12 +5138,12 @@ proto_register_dns(void)
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
- { & hf_dns_minfo_r_mailbox,
+ { &hf_dns_minfo_r_mailbox,
{ "Responsible Mailbox", "dns.minfo.r",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
- { & hf_dns_minfo_e_mailbox,
+ { &hf_dns_minfo_e_mailbox,
{ "Error Mailbox", "dns.minfo.e",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},