[−][src]Module ssh_parser::ssh
SSH parsing functions
SSH parser
This module contains parsing functions for the SSH 2.0 protocol. It is also compatible with obsolete version negotiation.
Structs
SshDisconnectReason | SSH Disconnection Message Reason Code |
SshPacketDebug | SSH Debug Message |
SshPacketDhInit | SSH Key Exchange Client Packet |
SshPacketDhReply | SSH Key Exchange Server Packet |
SshPacketDisconnect | SSH Disconnection Message |
SshPacketKeyExchange | SSH Algorithm Negotiation |
SshVersion | SSH Protocol Version Exchange |
Enums
SshPacket | SSH Packet Enumeration |
Functions
parse_ssh_identification | Parse the SSH identification phase. |
parse_ssh_packet | Parse a plaintext SSH packet with its padding. |