-
Notifications
You must be signed in to change notification settings - Fork 25
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
SSH Parser #88
SSH Parser #88
Conversation
Thank you, Diana! Confirming for others that I ran this last week on live traffic, and it performed well (0% loss at 120Gbps) and the outputs seemed correct. |
Thank you so much Thea! Just tested in offline mode again after making some minor changes to fix issues when running cargo clippy, and everything looks good to me. |
Add support for a SSH 2.0 parser to Retina, allowing for the ability to identify connections as SSH and parse packets involved in the SSH handshake, such as the protocol version exchange, key exchange, and Diffie-Hellman key exchange between client and server. Also allows for the ability to subscribe to SSH when writing applications.