suricata
|
Port structure for detection engine. More...
#include <detect.h>
Data Fields | |
uint16_t | port |
uint16_t | port2 |
uint8_t | flags |
struct SigGroupHead_ * | sh |
struct DetectPort_ * | prev |
struct DetectPort_ * | next |
struct DetectPort_ * | last |
uint8_t DetectPort_::flags |
flags for this port
Definition at line 221 of file detect.h.
Referenced by DetectPortCmp(), DetectPortFree(), DetectPortPrint(), and PortParse().
struct DetectPort_* DetectPort_::last |
struct DetectPort_* DetectPort_::next |
Definition at line 231 of file detect.h.
Referenced by DetectPortCleanupList(), DetectPortInsert(), DetectPortListsAreEqual(), DetectPortLookupGroup(), and DetectPortPrintList().
uint16_t DetectPort_::port |
Definition at line 218 of file detect.h.
Referenced by DetectPortCmp(), DetectPortPrint(), and SCPortIntervalInsert().
uint16_t DetectPort_::port2 |
Definition at line 219 of file detect.h.
Referenced by DetectPortCmp(), DetectPortPrint(), and SCPortIntervalInsert().
struct DetectPort_* DetectPort_::prev |
Definition at line 230 of file detect.h.
Referenced by DetectPortInsert().
struct SigGroupHead_* DetectPort_::sh |
Definition at line 228 of file detect.h.
Referenced by DetectPortFree(), and SCPortIntervalInsert().