]> The Tcpdump Group git mirrors - tcpdump/commitdiff
man: Note the -x/-X quirk for truncated packets [skip ci]
authorDenis Ovsienko <[email protected]>
Mon, 21 Dec 2020 02:46:37 +0000 (02:46 +0000)
committerDenis Ovsienko <[email protected]>
Mon, 21 Dec 2020 02:46:37 +0000 (02:46 +0000)
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.

tcpdump.1.in

index 86b440f92ce0b3df63ffb56a6636ea4fc74597d9..8b20e919d6eeab96643d94443c10198537e7d3f8 100644 (file)
@@ -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,