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
 
struct DetectPort_last
 

Detailed Description

Port structure for detection engine.

Definition at line 217 of file detect.h.

Field Documentation

◆ flags

uint8_t DetectPort_::flags

flags for this port

Definition at line 221 of file detect.h.

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

◆ last

struct DetectPort_* DetectPort_::last

Definition at line 232 of file detect.h.

◆ next

◆ port

uint16_t DetectPort_::port

Definition at line 218 of file detect.h.

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

◆ port2

uint16_t DetectPort_::port2

Definition at line 219 of file detect.h.

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

◆ prev

struct DetectPort_* DetectPort_::prev

Definition at line 230 of file detect.h.

Referenced by DetectPortInsert().

◆ sh

struct SigGroupHead_* DetectPort_::sh

Definition at line 228 of file detect.h.

Referenced by DetectPortFree(), and SCPortIntervalInsert().


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