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.
switch from using #define CACHE_* to enum tcpr_dir. I may of just int…
…roduced a "bug" by reversing which interface C2S/S2C packets go out. However, if so it's just a change in functionality since this is a rewrite. Anyways, this work was really for making things clearer as part of the DLT code rewrite. refs appneta#82 Also this updates the copyright/URL for the man pages. fixes appneta#93
- Loading branch information
1 parent
5d08ec9
commit cb33a05
Showing
24 changed files
with
135 additions
and
87 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
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
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
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
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
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
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 |
---|---|---|
|
@@ -2,13 +2,16 @@ autogen definitions options; | |
|
||
|
||
copyright = { | ||
date = "2004-2005"; | ||
date = "2004-2006"; | ||
owner = "Aaron Turner"; | ||
type = "bsd"; | ||
author = <<- EOText | ||
Copyright 2000-2005 Aaron Turner | ||
Copyright 2000-2006 Aaron Turner | ||
|
||
For support please use the [email protected] mailing list. | ||
|
||
The latest version of this software is always available from: | ||
http://tcpreplay.synfin.net/ | ||
EOText; | ||
}; | ||
|
||
|
@@ -44,6 +47,9 @@ Please note that flowreplay is currently in *alpha*. As such, it is still | |
very much a work in progress and currently will not work for most uses. If | ||
you have the skill and interest to help make flowreplay work better, please | ||
contact Aaron Turner. | ||
|
||
For more details, please see the Tcpreplay Manual at: | ||
http://tcpreplay.synfin.net/wiki/manual | ||
EODetail; | ||
|
||
flag = { | ||
|
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
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
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
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 |
---|---|---|
|
@@ -6,9 +6,12 @@ copyright = { | |
owner = "Aaron Turner"; | ||
type = "bsd"; | ||
author = <<- EOText | ||
Copyright 2000-2005 Aaron Turner | ||
Copyright 2000-2006 Aaron Turner | ||
|
||
For support please use the [email protected] mailing list. | ||
|
||
The latest version of this software is always available from: | ||
http://tcpreplay.synfin.net/ | ||
EOText; | ||
}; | ||
|
||
|
@@ -50,6 +53,9 @@ The basic operation of tcpbridge is to be a network bridge between two | |
subnets. All packets received on one interface are sent via the other. | ||
|
||
Optionally, packets can be edited in a variety of ways according to your needs. | ||
|
||
For more details, please see the Tcpreplay Manual at: | ||
http://tcpreplay.synfin.net/wiki/manual | ||
EODetail; | ||
|
||
man-doc = <<- EOMan | ||
|
Oops, something went wrong.