Crate ssh_parser[][src]

Expand description

This crate is implemented using the parser combinator nom.

The code is available on GitHub and is part of the Rusticata project.

Structs

SSH Disconnection Message Reason Code

SSH Debug Message

SSH Key Exchange Client Packet

SSH Key Exchange Server Packet

SSH Disconnection Message

SSH Algorithm Negotiation

SSH Protocol Version Exchange

Enums

SSH Packet Enumeration

Functions

Parse the SSH identification phase.

Parse a plaintext SSH packet with its padding.