forked from appneta/tcpreplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove any indications of snoop which we don't support anymore
- Loading branch information
1 parent
55e49c7
commit 7aa4caf
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ and replay the client side of the connection to the server. | |
Help. | ||
.TP | ||
.B \-i | ||
Input file (pcap or snoop format) | ||
Input file (pcap format) | ||
.TP | ||
.B \-m | ||
Mode to use to know when the server is done sending. Options are 'send' | ||
|
@@ -66,7 +66,7 @@ for the server to finish sending before sending more data. Must be used | |
with "-m wait". | ||
.TP | ||
.SH "SEE ALSO" | ||
tcpdump(8), tcpreplay(8), snoop(1M), capinfo(1) | ||
tcpdump(8), tcpreplay(8), capinfo(1) | ||
.SH AUTHOR | ||
Aaron Turner <[email protected]> | ||
.LP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ tcpprep \- create a tcpreplay cache file from a saved capture file | |
.LP | ||
.I Tcpprep | ||
is a program for creating a cache file for later use with \fItcpreplay(8)\fP. By | ||
using tcpprep to pre-process a pcap or snoop file, tcpreplay in dual-nic mode can | ||
using tcpprep to pre-process a pcap, tcpreplay in dual-nic mode can | ||
match the performance of the traditional tcpreplay single-nic mode. | ||
.LP | ||
The basic operation of | ||
|
@@ -86,7 +86,7 @@ the secondary interface. Can't be used with -r or -a. | |
Help. | ||
.TP | ||
.B \-i | ||
Input file (pcap or snoop format) | ||
Input file (pcap format) | ||
.TP | ||
.B \-m | ||
Minimum mask length. Used in auto/router mode to set the minimum valid | ||
|
@@ -178,7 +178,7 @@ for large input files.) | |
.B \-V | ||
Print version info and exit. | ||
.SH "SEE ALSO" | ||
tcpdump(8), tcpreplay(8), snoop(1M), capinfo(1) | ||
tcpdump(8), tcpreplay(8), capinfo(1) | ||
.SH AUTHOR | ||
Aaron Turner <[email protected]> | ||
.LP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters