Document the -X flag.
This commit is contained in:
parent
37eaa1d162
commit
0989ffbd53
@ -20,6 +20,8 @@
|
|||||||
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.\"
|
.\"
|
||||||
|
.\" $FreeBSD$
|
||||||
|
.\"
|
||||||
.TH TCPDUMP 1 "30 June 1997"
|
.TH TCPDUMP 1 "30 June 1997"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tcpdump \- dump traffic on a network
|
tcpdump \- dump traffic on a network
|
||||||
@ -27,7 +29,7 @@ tcpdump \- dump traffic on a network
|
|||||||
.na
|
.na
|
||||||
.B tcpdump
|
.B tcpdump
|
||||||
[
|
[
|
||||||
.B \-adeflnNOpqStvx
|
.B \-adeflnNOpqStvxX
|
||||||
] [
|
] [
|
||||||
.B \-c
|
.B \-c
|
||||||
.I count
|
.I count
|
||||||
@ -215,6 +217,11 @@ Print each packet (minus its link level header) in hex.
|
|||||||
The smaller of the entire packet or
|
The smaller of the entire packet or
|
||||||
.I snaplen
|
.I snaplen
|
||||||
bytes will be printed.
|
bytes will be printed.
|
||||||
|
.TP
|
||||||
|
.B \-X
|
||||||
|
Like
|
||||||
|
.B \-x
|
||||||
|
but dumps the packet in emacs-hexl like format with ASCII decoding.
|
||||||
.IP "\fI expression\fP"
|
.IP "\fI expression\fP"
|
||||||
.RS
|
.RS
|
||||||
selects which packets will be dumped. If no \fIexpression\fP
|
selects which packets will be dumped. If no \fIexpression\fP
|
||||||
|
Loading…
Reference in New Issue
Block a user