Skip to content
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

Closed
fklassen opened this issue Jun 23, 2024 · 1 comment
Closed

[Feature] tcpreplay --include / --exclude options #884

fklassen opened this issue Jun 23, 2024 · 1 comment
Assignees
Labels

Comments

@fklassen
Copy link
Member

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

@fklassen fklassen self-assigned this Jun 23, 2024
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
Copy link
Member Author

Implemented in PR #885

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant