suricata
detect-dnp3.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DNP3Mapping_
 

Typedefs

typedef struct DNP3Mapping_ DNP3Mapping
 

Functions

void DetectDNP3Register (void)
 

Variables

DNP3Mapping DNP3IndicatorsMap []
 

Typedef Documentation

◆ DNP3Mapping

typedef struct DNP3Mapping_ DNP3Mapping

Struct for mapping symbolic names to values.

Function Documentation

◆ DetectDNP3Register()

void DetectDNP3Register ( void  )

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

Referenced by SigTableSetup().

Here is the caller graph for this function:

Variable Documentation

◆ DNP3IndicatorsMap

DNP3Mapping DNP3IndicatorsMap[]

Indicator names to value mappings (Snort compatible).

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