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 |
uint8_t DetectPort_::flags |
flags for this port
Definition at line 186 of file detect.h.
Referenced by DetectPortCmp(), DetectPortFree(), and DetectPortPrint().
struct DetectPort_* DetectPort_::next |
Definition at line 196 of file detect.h.
Referenced by DetectPortCleanupList(), DetectPortInsert(), DetectPortListsAreEqual(), and DetectPortLookupGroup().
uint16_t DetectPort_::port |
Definition at line 183 of file detect.h.
Referenced by AppLayerProtoDetectPPRegister(), DetectPortCmp(), and DetectPortPrint().
uint16_t DetectPort_::port2 |
Definition at line 184 of file detect.h.
Referenced by AppLayerProtoDetectPPRegister(), DetectPortCmp(), and DetectPortPrint().
struct DetectPort_* DetectPort_::prev |
Definition at line 195 of file detect.h.
Referenced by DetectPortInsert().
struct SigGroupHead_* DetectPort_::sh |
Definition at line 193 of file detect.h.
Referenced by DetectPortFree(), and DetectPortInsert().