suricata
detect-dnp3.c File Reference
#include "suricata-common.h"
#include "stream.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-dnp3.h"
#include "detect-engine.h"
#include "detect-engine-buffer.h"
#include "detect-engine-mpm.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-content-inspection.h"
#include "detect-engine-uint.h"
#include "app-layer-dnp3.h"
#include "util-byte.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "app-layer-parser.h"
#include "flow-util.h"
#include "stream-tcp.h"
Include dependency graph for detect-dnp3.c:

Go to the source code of this file.

Data Structures

struct  DetectDNP3_
 

Typedefs

typedef struct DetectDNP3_ DetectDNP3
 

Functions

void DetectDNP3Register (void)
 

Variables

DNP3Mapping DNP3FunctionNameMap []
 

Typedef Documentation

◆ DetectDNP3

typedef struct DetectDNP3_ DetectDNP3

The detection struct.

Function Documentation

◆ DetectDNP3Register()

void DetectDNP3Register ( void  )

Definition at line 446 of file detect-dnp3.c.

Referenced by SigTableSetup().

Here is the caller graph for this function:

Variable Documentation

◆ DNP3FunctionNameMap

DNP3Mapping DNP3FunctionNameMap[]

Application function code name to code mappings (Snort compatible).

Definition at line 59 of file detect-dnp3.c.