From: Denis Ovsienko Date: Mon, 21 Dec 2020 02:46:37 +0000 (+0000) Subject: man: Note the -x/-X quirk for truncated packets [skip ci] X-Git-Tag: tcpdump-4.99-bp~13 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/1462b6133be4cbcb3ab814d65bcd16c30a3804a6 man: Note the -x/-X quirk for truncated packets [skip ci] Accurate skipping of the link level header was working before the conversion started, it will hopefully work after the conversion is complete, but meanwhile be clear about what it is now. --- diff --git a/tcpdump.1.in b/tcpdump.1.in index 86b440f9..8b20e919 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -20,7 +20,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH TCPDUMP 1 "15 September 2020" +.TH TCPDUMP 1 "21 December 2020" .SH NAME tcpdump \- dump traffic on a network .SH SYNOPSIS @@ -891,6 +891,9 @@ bytes will be printed. Note that this is the entire link-layer packet, so for link layers that pad (e.g. Ethernet), the padding bytes will also be printed when the higher layer packet is shorter than the required padding. +In the current implementation this flag may have the same effect as +.B \-xx +if the packet is truncated. .TP .B \-xx When parsing and printing, @@ -904,6 +907,9 @@ When parsing and printing, in addition to printing the headers of each packet, print the data of each packet (minus its link level header) in hex and ASCII. This is very handy for analysing new protocols. +In the current implementation this flag may have the same effect as +.B \-XX +if the packet is truncated. .TP .B \-XX When parsing and printing,