dns: add missing break

Change-Id: Iec47e262beb9600fc6596242c4ce0d56162be74f
Reviewed-on: https://code.wireshark.org/review/22881
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Martin Mathieson 2017-07-30 23:51:07 +01:00
parent 74210f07fd
commit 64b5a38bd9
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
{