Skip to content

Commit

Permalink
document new -P and -C (and old -p) flags
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Apr 22, 2004
1 parent 829f79d commit c4d8afa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion man/tcpprep.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" yo there.
.TH TCPPREP 1 "27 June 2002"
.TH TCPPREP 1 "22 April 2004"
.SH NAME
tcpprep \- create a tcpreplay cache file from a saved capture file
.SH SYNOPSIS
Expand All @@ -13,6 +13,10 @@ tcpprep \- create a tcpreplay cache file from a saved capture file
|
.B \-r
.I regex
|
.B \-p
|
.B \-P
] [
.B \-h|-V
] [
Expand Down Expand Up @@ -55,6 +59,8 @@ tcpprep \- create a tcpreplay cache file from a saved capture file
.B \-X
.I exclude
]
.B \-C
.I comment
.br
.ad
.SH DESCRIPTION
Expand Down Expand Up @@ -88,6 +94,9 @@ to match against the source IP of each packet. Packets matching any of the
CIDR's are sent out the primary interface; remaining packets are sent out
the secondary interface. Can't be used with -r or -a.
.TP
.B \-C
Imbed a comment in the tcpprep cache file which can be later viewed via -P.
.TP
.B \-h
Help.
.TP
Expand Down Expand Up @@ -147,6 +156,12 @@ out. Default is client.
.B \-o
Output file (tcpreplay cache file)
.TP
.B \-p
Port mode. Split TCP/UDP traffic based on the destination port.
.TP
.B -P
Print the embeded tcpprep cache file comment.
.TP
.B \-r
Regex mode. Specifies a regular expression to match against the source ip
of each packet. Packets matching are sent out the primary interface;
Expand Down

0 comments on commit c4d8afa

Please sign in to comment.