Module ssh_parser::ssh [] [src]

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

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

SshDisconnectReason

SSH Disconnection Message Reason Code

SshPacket

SSH Packet Enumeration

Functions

parse_ssh_identification

Parse the SSH identification phase.

parse_ssh_packet

Parse a plaintext SSH packet with its padding.