]> The Tcpdump Group git mirrors - tcpdump/commit
Add "domain" as an option for -T
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 2 Mar 2020 15:04:35 +0000 (16:04 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 2 Mar 2020 19:53:23 +0000 (20:53 +0100)
commit9736efeb962a7e9b4e2e4929b04a0e88a1f690a7
tree3f4490942a42ecb9b22dd1e8b9691addaa010a64
parentfc84133d47585731ffc2455390b40d8306818434
Add "domain" as an option for -T

This allows tcpdump to handle DNS running on non-standard ports.

Add two test files with DNS over TCP and DNS over UDP, port 8053.
12 files changed:
netdissect.h
print-tcp.c
print-udp.c
tcpdump.1.in
tcpdump.c
tests/TESTLIST
tests/dns_tcp_8053-T.out [new file with mode: 0644]
tests/dns_tcp_8053.out [new file with mode: 0644]
tests/dns_tcp_8053.pcap [new file with mode: 0644]
tests/dns_udp_8053-T.out [new file with mode: 0644]
tests/dns_udp_8053.out [new file with mode: 0644]
tests/dns_udp_8053.pcap [new file with mode: 0644]