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 214 of file detect.h.

Field Documentation

◆ flags

uint8_t DetectPort_::flags

flags for this port

Definition at line 218 of file detect.h.

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

◆ last

struct DetectPort_* DetectPort_::last

Definition at line 229 of file detect.h.

◆ next

◆ port

uint16_t DetectPort_::port

◆ port2

uint16_t DetectPort_::port2

◆ prev

struct DetectPort_* DetectPort_::prev

Definition at line 227 of file detect.h.

Referenced by DetectPortInsert().

◆ sh

struct SigGroupHead_* DetectPort_::sh

Definition at line 225 of file detect.h.

Referenced by DetectPortFree(), and SCPortIntervalInsert().


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