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

Field Documentation

◆ [union]

union { ... } RuleMatchCandidateTx

◆ flags

uint32_t* RuleMatchCandidateTx::flags

inspect flags ptr

Definition at line 1200 of file detect.h.

◆ id

SigIntId RuleMatchCandidateTx::id

internal signature id

Definition at line 1199 of file detect.h.

Referenced by RulesDumpTxMatchArray().

◆ s

const Signature* RuleMatchCandidateTx::s

ptr to sig

Definition at line 1209 of file detect.h.

◆ stream_reset

uint32_t RuleMatchCandidateTx::stream_reset

Definition at line 1206 of file detect.h.

◆ stream_result

uint8_t RuleMatchCandidateTx::stream_result

Definition at line 1204 of file detect.h.

◆ stream_stored

bool RuleMatchCandidateTx::stream_stored

Definition at line 1203 of file detect.h.


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