2013-09-26 17:14:40 +02:00

30 lines
811 B
Plaintext

$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.