suricata
detect-ssh-proto-version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DetectSshVersionData_
 

Macros

#define SSH_FLAG_PROTOVERSION_2_COMPAT   0x01
 

Typedefs

typedef struct DetectSshVersionData_ DetectSshVersionData
 

Functions

void DetectSshVersionRegister (void)
 Registration function for keyword: ssh.protoversion. More...
 

Detailed Description

Macro Definition Documentation

◆ SSH_FLAG_PROTOVERSION_2_COMPAT

#define SSH_FLAG_PROTOVERSION_2_COMPAT   0x01

proto version 1.99 is considered proto version 2

Definition at line 29 of file detect-ssh-proto-version.h.

Typedef Documentation

◆ DetectSshVersionData

Function Documentation

◆ DetectSshVersionRegister()

void DetectSshVersionRegister ( void  )

Registration function for keyword: ssh.protoversion.

Definition at line 78 of file detect-ssh-proto-version.c.

References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_AL_SSH_PROTOVERSION, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: