-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] tcpreplay --include / --exclude options #884
Labels
Comments
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
A rule such as `75-` needs to include packet 75 to the last packet in the file.
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
Add ability to select the packets you want sent
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
A rule such as `75-` needs to include packet 75 to the last packet in the file.
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
Add ability to select the packets you want sent
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
fklassen
added a commit
that referenced
this issue
Jun 24, 2024
…ions Feature #884 include exclude options
Implemented in PR #885 |
This was referenced Jun 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Include an option to include only packets matching a rule. Conversely include an option to exclude packets matching a rule.
The rule is that the packet number must be Include an option to include only packets matching a rule. E.g
--include 1-5,9,15,72-
would process packets 1 through 5, the 9th and 15th packet, and packets 72 until the end of the file.This in not unlike the
tcpprep
options-x
and-X
when using something like-x P:1-5,9,15,72-
.The text was updated successfully, but these errors were encountered: