]> The Tcpdump Group git mirrors - tcpdump/commit
DNS: Do the 'over TCP' processing in the printer
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 10 Jun 2020 10:13:53 +0000 (12:13 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 10 Jun 2020 13:22:00 +0000 (15:22 +0200)
commit63216357de0aa557888329c614946626e37d7c6b
treec0375c5bd432b7ddba713ee70f180a27917457a0
parent403ae5774ba79909da85efebec754a2c82b24053
DNS: Do the 'over TCP' processing in the printer

Add the parameter 'over_tcp'.
Move the shift by 2 bytes from the TCP printer to the DNS printer.
Move adding a prepended space from the TCP printer to the DNS printer.
Add a length check.
Add some comments about 'over_tcp' and 'is_mdns' call values.
netdissect.h
print-domain.c
print-tcp.c
print-udp.c