64c8efdf2d
from Chris Kuethe <ckuethe at ualberta.ca>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
$OpenBSD: patch-tcpshow_1,v 1.1 2004/01/29 17:47:46 sturm Exp $
|
|
--- tcpshow.1.orig 2004-01-29 18:40:10.000000000 +0100
|
|
+++ tcpshow.1 2004-01-29 18:40:46.000000000 +0100
|
|
@@ -46,7 +46,7 @@ tcpshow \- decode a \fBtcpdump\fP savefi
|
|
] [
|
|
.B \-noData
|
|
] [
|
|
-.B \-minDecode
|
|
+.B \-minHdrDecode
|
|
]
|
|
.br
|
|
.ti +8
|
|
@@ -175,7 +175,7 @@ don't show the data
|
|
.IP
|
|
The protocol data is not displayed (a count of data bytes is shown).
|
|
.TP
|
|
-.B \-minDecode
|
|
+.B \-minHdrDecode
|
|
display only a minimal decode of the protocol headers.
|
|
.IP
|
|
Essentially, the header decode shows only the hostnames and ports involved.
|
|
@@ -261,7 +261,7 @@ Display headers only.
|
|
.LP
|
|
Display data only (minimal header decode).
|
|
.IP
|
|
-# tcpshow -minDecode
|
|
+# tcpshow -minHdrDecode
|
|
.LP
|
|
Display a decode of Telnet traffic only, omitting the link and IP headers.
|
|
.IP
|
|
@@ -282,7 +282,7 @@ do this).
|
|
.IP
|
|
# tcpdump -s 1518 -w savefile
|
|
.br
|
|
-# tcpshow -minDecode port smtp < savefile
|
|
+# tcpshow -minHdrDecode port smtp < savefile
|
|
.LP
|
|
To display a decode of data not captured via \fBtcpdump\fP(1), you
|
|
would typically use the application that captured the trace to dump
|