X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b1e5f800b368548e4cd47169a514209e62637f5d..25687e1a312a3bb63a6e8d7f0af0210a615e24a8:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index 3310b9e9..d420382e 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -702,6 +702,10 @@ tcp_print(netdissect_options *ndo, case PT_RESP: resp_print(ndo, bp, length); break; + case PT_DOMAIN: + ND_PRINT(" "); + domain_print(ndo, bp + 2, length - 2, 0); + break; } return; }