suricata
|
#include <detect-engine-proto.h>
Data Fields | |
uint8_t | proto [256/8] |
uint8_t | flags |
Definition at line 35 of file detect-engine-proto.h.
uint8_t DetectProto_::flags |
Definition at line 37 of file detect-engine-proto.h.
Referenced by DetectProtoContainsProto(), DetectProtoParse(), and IPOnlyMatchPacket().
uint8_t DetectProto_::proto[256/8] |
bit array for 256 protocol bits
Definition at line 36 of file detect-engine-proto.h.
Referenced by DetectProtoContainsProto(), DetectProtoParse(), SignatureHasPacketContent(), and SignatureHasStreamContent().