suricata
TxNonPFData Struct Reference
Collaboration diagram for TxNonPFData:

Data Fields

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

Detailed Description

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

Field Documentation

◆ alproto

AppProto TxNonPFData::alproto

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

◆ dir

int TxNonPFData::dir

0: toserver, 1: toclient

Definition at line 702 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 708 of file detect-engine-prefilter.c.

◆ progress

int TxNonPFData::progress

progress state value to register at

Definition at line 703 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 704 of file detect-engine-prefilter.c.

◆ sigs

struct PrefilterNonPFDataSig* TxNonPFData::sigs

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

◆ sigs_cnt

uint32_t TxNonPFData::sigs_cnt

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


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