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

Go to the source code of this file.

Functions

AppProto AppLayerRegisterProtocolDetection (const struct AppLayerParser *p, int enable_default)
 App layer protocol detection function. More...
 
int AppLayerRegisterParser (const struct AppLayerParser *p, AppProto alproto)
 App layer protocol registration function. More...
 
int AppLayerRegisterParserAlias (const char *proto_name, const char *proto_alias)
 

Detailed Description

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

Parser registration functions.

Definition in file app-layer-register.c.

Function Documentation

◆ AppLayerRegisterParser()

int AppLayerRegisterParser ( const struct AppLayerParser p,
AppProto  alproto 
)

App layer protocol registration function.

Parameters
parserThe parser declaration structure.
alprotoThe application layer protocol identifier.
Return values
0if successful. On error, this function never returns.

Definition at line 97 of file app-layer-register.c.

References ALPROTO_FAILED, ALPROTO_UNKNOWN, AppProtoToString(), BUG_ON, FatalError, and AppLayerParser::name.

Here is the call graph for this function:

◆ AppLayerRegisterParserAlias()

int AppLayerRegisterParserAlias ( const char *  proto_name,
const char *  proto_alias 
)

Definition at line 194 of file app-layer-register.c.

References AppLayerProtoDetectRegisterAlias().

Here is the call graph for this function:

◆ AppLayerRegisterProtocolDetection()

AppProto AppLayerRegisterProtocolDetection ( const struct AppLayerParser parser,
int  enable_default 
)

App layer protocol detection function.

Parameters
parserThe parser declaration structure.
enable_defaultA boolean to indicate if default port configuration should be used if none given
Return values
TheAppProto constant if successful. On error, this function never returns.

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

References ALPROTO_FAILED, ALPROTO_UNKNOWN, AppProtoToString(), BUG_ON, FatalError, AppLayerParser::name, and StringToAppProto().

Here is the call graph for this function: