blob: f50272d7074de36e39621987af64ea49c93bc215 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
$NetBSD: patch-ae,v 1.1 2006/01/02 19:23:40 adrianp Exp $
--- doc/tcpflow.1.in.orig 2001-02-26 23:01:30.000000000 +0000
+++ doc/tcpflow.1.in
@@ -6,7 +6,7 @@ tcpflow \- TCP flow recorder
.na
.B tcpflow
[\c
-.BI \-chpsv\fR\c
+.BI \-cCehpsv\fR\c
]
[\c
.BI \-b \ max_bytes\fR\c
@@ -62,6 +62,15 @@ are received, without storing any captur
.B -s
).
.TP
+.B \-C
+Console print without the packet source and destination details being printed. Print the contents of packets to stdout as they
+are received, without storing any captured data to files (implies
+.B -s
+).
+.TP
+.B \-e
+When outputting to the console each flow will be output in alternating colours.
+.TP
.B \-d
Debug level. Set the level of debugging messages printed to stderr to
\fIdebug_level\fP. Higher numbers produce more messages.
|