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

Ensure we handle non MySQL input gracefully #3

Closed
colinnewell opened this issue Feb 7, 2021 · 3 comments
Closed

Ensure we handle non MySQL input gracefully #3

colinnewell opened this issue Feb 7, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@colinnewell
Copy link
Owner

When we are presented with pcap files they could have traffic unrelated to MySQL connections. We ought to be able to ignore that.

I wonder if it's worth having a mode where we note the connections but note they didn't appear to be MySQL traffice?

@colinnewell colinnewell added the enhancement New feature or request label Feb 7, 2021
@colinnewell
Copy link
Owner Author

colinnewell commented Feb 13, 2021

It might be neat to allow it to filter by ports as a way to simplify the processing since we can technically filter easily at the packet layer. We wouldn't even need to reconstruct the tcp conversations.

Perhaps a server ports option?

@colinnewell
Copy link
Owner Author

Added a --server-ports option for pre-emptive filtering.

@colinnewell
Copy link
Owner Author

This seems to be working fine out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant