suricata
DetectPort_ Struct Reference

Port structure for detection engine. More...

#include <detect.h>

Collaboration diagram for DetectPort_:

Data Fields

uint16_t port
 
uint16_t port2
 
uint8_t flags
 
struct SigGroupHead_sh
 
struct DetectPort_prev
 
struct DetectPort_next
 

Detailed Description

Port structure for detection engine.

Definition at line 182 of file detect.h.

Field Documentation

◆ flags

uint8_t DetectPort_::flags

flags for this port

Definition at line 186 of file detect.h.

Referenced by DetectPortCmp(), DetectPortFree(), and DetectPortPrint().

◆ next

struct DetectPort_* DetectPort_::next

◆ port

uint16_t DetectPort_::port

Definition at line 183 of file detect.h.

Referenced by AppLayerProtoDetectPPRegister(), DetectPortCmp(), and DetectPortPrint().

◆ port2

uint16_t DetectPort_::port2

Definition at line 184 of file detect.h.

Referenced by AppLayerProtoDetectPPRegister(), DetectPortCmp(), and DetectPortPrint().

◆ prev

struct DetectPort_* DetectPort_::prev

Definition at line 195 of file detect.h.

Referenced by DetectPortInsert().

◆ sh

struct SigGroupHead_* DetectPort_::sh

Definition at line 193 of file detect.h.

Referenced by DetectPortFree(), and DetectPortInsert().


The documentation for this struct was generated from the following file: