suricata
app-layer-ntp.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 NTPState_ NTPState
 
typedef struct NTPTransaction_ NTPTransaction
 

Functions

void RegisterNTPParsers (void)
 
void NTPParserRegisterTests (void)
 

Detailed Description

Typedef Documentation

◆ NTPState

typedef struct NTPState_ NTPState

Opaque Rust types.

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

◆ NTPTransaction

typedef struct NTPTransaction_ NTPTransaction

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

Function Documentation

◆ NTPParserRegisterTests()

void NTPParserRegisterTests ( void  )

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

Referenced by RegisterNTPParsers().

Here is the caller graph for this function:

◆ RegisterNTPParsers()

void RegisterNTPParsers ( void  )

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

References ALPROTO_NTP, AppLayerParserRegisterProtocolUnittests(), and NTPParserRegisterTests().

Here is the call graph for this function: