suricata
app-layer-krb5.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct KRB5State_ KRB5State
 
typedef struct KRB5Transaction_ KRB5Transaction
 

Functions

void RegisterKRB5Parsers (void)
 
void KRB5ParserRegisterTests (void)
 

Detailed Description

Typedef Documentation

◆ KRB5State

typedef struct KRB5State_ KRB5State

Opaque Rust types.

Definition at line 28 of file app-layer-krb5.h.

◆ KRB5Transaction

typedef struct KRB5Transaction_ KRB5Transaction

Definition at line 28 of file app-layer-krb5.h.

Function Documentation

◆ KRB5ParserRegisterTests()

void KRB5ParserRegisterTests ( void  )

Definition at line 51 of file app-layer-krb5.c.

Referenced by RegisterKRB5Parsers().

Here is the caller graph for this function:

◆ RegisterKRB5Parsers()

void RegisterKRB5Parsers ( void  )

Definition at line 38 of file app-layer-krb5.c.

References ALPROTO_KRB5, AppLayerParserRegisterProtocolUnittests(), and KRB5ParserRegisterTests().

Here is the call graph for this function: