suricata
TxNonPFData Struct Reference
Collaboration diagram for TxNonPFData:

Data Fields

AppProto alproto
 
uint8_t sub_state
 
int dir
 
uint8_t progress
 
int sig_list
 
uint32_t sigs_cnt
 
struct PrefilterNonPFDataSigsigs
 
const char * engine_name
 

Detailed Description

Definition at line 735 of file detect-engine-prefilter.c.

Field Documentation

◆ alproto

AppProto TxNonPFData::alproto

Definition at line 736 of file detect-engine-prefilter.c.

◆ dir

int TxNonPFData::dir

0: toserver, 1: toclient

Definition at line 738 of file detect-engine-prefilter.c.

◆ engine_name

const char* TxNonPFData::engine_name

pointer to name owned by DetectEngineCtx::non_pf_engine_names

Definition at line 744 of file detect-engine-prefilter.c.

◆ progress

uint8_t TxNonPFData::progress

progress state value to register at

Definition at line 739 of file detect-engine-prefilter.c.

◆ sig_list

int TxNonPFData::sig_list

special handling: normally 0, but for special cases (app-layer-state, app-layer-event) use the list id to create separate engines

Definition at line 740 of file detect-engine-prefilter.c.

◆ sigs

struct PrefilterNonPFDataSig* TxNonPFData::sigs

Definition at line 743 of file detect-engine-prefilter.c.

◆ sigs_cnt

uint32_t TxNonPFData::sigs_cnt

Definition at line 742 of file detect-engine-prefilter.c.

◆ sub_state

uint8_t TxNonPFData::sub_state

Definition at line 737 of file detect-engine-prefilter.c.


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