diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 18:55:58 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 18:55:58 +0000 |
| commit | 0989ffbd531ae62de684ce13c0d866a62a63eda0 (patch) | |
| tree | 8849cb2c260660fa24ac316d69c6eafd84014da3 | |
| parent | 37eaa1d1624ff780aaccf4538d9efcfb1289eb30 (diff) | |
Notes
| -rw-r--r-- | contrib/tcpdump/tcpdump.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/tcpdump/tcpdump.1 b/contrib/tcpdump/tcpdump.1 index 9781c49d8362..cf0f625f18e3 100644 --- a/contrib/tcpdump/tcpdump.1 +++ b/contrib/tcpdump/tcpdump.1 @@ -20,6 +20,8 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" +.\" $FreeBSD$ +.\" .TH TCPDUMP 1 "30 June 1997" .SH NAME tcpdump \- dump traffic on a network @@ -27,7 +29,7 @@ tcpdump \- dump traffic on a network .na .B tcpdump [ -.B \-adeflnNOpqStvx +.B \-adeflnNOpqStvxX ] [ .B \-c .I count @@ -215,6 +217,11 @@ Print each packet (minus its link level header) in hex. The smaller of the entire packet or .I snaplen 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" .RS selects which packets will be dumped. If no \fIexpression\fP |
