suricata
RuleMatchCandidateTx Struct Reference

#include <detect.h>

Collaboration diagram for RuleMatchCandidateTx:

Data Fields

SigIntId id
 
uint32_t * flags
 
union {
   struct {
      bool   stream_stored
 
      uint8_t   stream_result
 
   } 
 
   uint32_t   stream_reset
 
}; 
 
const Signatures
 

Detailed Description

array of TX inspect rule candidates

Definition at line 1075 of file detect.h.

Field Documentation

◆ @95

union { ... }

◆ flags

uint32_t* RuleMatchCandidateTx::flags

inspect flags ptr

Definition at line 1077 of file detect.h.

◆ id

SigIntId RuleMatchCandidateTx::id

internal signature id

Definition at line 1076 of file detect.h.

Referenced by RulesDumpTxMatchArray().

◆ s

const Signature* RuleMatchCandidateTx::s

ptr to sig

Definition at line 1086 of file detect.h.

◆ stream_reset

uint32_t RuleMatchCandidateTx::stream_reset

Definition at line 1083 of file detect.h.

◆ stream_result

uint8_t RuleMatchCandidateTx::stream_result

Definition at line 1081 of file detect.h.

◆ stream_stored

bool RuleMatchCandidateTx::stream_stored

Definition at line 1080 of file detect.h.


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