suricata
app-layer-krb5.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-krb5.h"
#include "rust.h"
Include dependency graph for app-layer-krb5.c:

Go to the source code of this file.

Functions

void RegisterKRB5Parsers (void)
 
void KRB5ParserRegisterTests (void)
 

Detailed Description

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

Parser for Kerberos v5 application layer running on UDP port 88.

Definition in file app-layer-krb5.c.

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: