diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-02 16:04:35 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-02 20:53:23 +0100 |
commit | 9736efeb962a7e9b4e2e4929b04a0e88a1f690a7 (patch) | |
tree | 3f4490942a42ecb9b22dd1e8b9691addaa010a64 /tests/TESTLIST | |
parent | fc84133d47585731ffc2455390b40d8306818434 (diff) | |
download | tcpdump-9736efeb962a7e9b4e2e4929b04a0e88a1f690a7.tar.gz |
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.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index b39b376d..c12259bd 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -254,6 +254,12 @@ nflog-e nflog.pcap nflog-e.out -e # syslog test case syslog-v syslog_udp.pcap syslog-v.out -v +# DNS on non-standard ports. +dns_tcp_8053 dns_tcp_8053.pcap dns_tcp_8053.out -vv +dns_tcp_8053-T dns_tcp_8053.pcap dns_tcp_8053-T.out -vv -T domain +dns_udp_8053 dns_udp_8053.pcap dns_udp_8053.out -vv +dns_udp_8053-T dns_udp_8053.pcap dns_udp_8053-T.out -vv -T domain + # DNSSEC from https://bugzilla.redhat.com/show_bug.cgi?id=205842, -vv exposes EDNS DO dnssec-vv dnssec.pcap dnssec-vv.out -vv |