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 /tcpdump.1.in | |
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 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index 2bc88a9a..88006dc5 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -682,6 +682,7 @@ Currently known types are \fBaodv\fR (Ad-hoc On-demand Distance Vector protocol), \fBcarp\fR (Common Address Redundancy Protocol), \fBcnfp\fR (Cisco NetFlow protocol), +\fBdomain\fR (Domain Name System), \fBlmp\fR (Link Management Protocol), \fBpgm\fR (Pragmatic General Multicast), \fBpgm_zmtp1\fR (ZMTP/1.0 inside PGM/EPGM), |