suricata
app-layer-ntp.c File Reference
#include "suricata-common.h"
#include "stream.h"
#include "conf.h"
#include "util-unittest.h"
#include "app-layer-detect-proto.h"
#include "app-layer-parser.h"
#include "app-layer-ntp.h"
#include "rust.h"
Include dependency graph for app-layer-ntp.c:

Go to the source code of this file.

Functions

void RegisterNTPParsers (void)
 
void NTPParserRegisterTests (void)
 

Detailed Description

Author
Pierre Chifflier chiff.nosp@m.lier.nosp@m.@wzdf.nosp@m.tpd..nosp@m.net

Parser for NTP application layer running on UDP port 123.

Definition in file app-layer-ntp.c.

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: