aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2017-07-30 23:51:07 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2017-07-30 22:52:06 +0000
commit64b5a38bd9ac83bfc36062eb0c4f7f384930176c (patch)
tree074c62dc460ecf3e55d92fc2753a61a4e7859f3d /epan/dissectors/packet-dns.c
parent74210f07fd86b03bed5ca9db57ec46e63ac1185b (diff)
dns: add missing break
Change-Id: Iec47e262beb9600fc6596242c4ce0d56162be74f Reviewed-on: https://code.wireshark.org/review/22881 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 1df1c1ff58..cab68e774b 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -3541,6 +3541,7 @@ dissect_dns_answer(tvbuff_t *tvb, int offsetx, int dns_data_offset,
col_append_fstr(pinfo->cinfo, COL_INFO, " %s", name_out);
proto_item_append_text(trr, ", name result domain %s", name_out);
}
+ break;
case T_XPF: /* XPF draft-bellis-dnsop-xpf */
{