suricata
DetectRunScratchpad Struct Reference
Collaboration diagram for DetectRunScratchpad:

Data Fields

const AppProto alproto
 
const uint8_t flow_flags
 
const bool app_decoder_events
 
const uint8_t default_action
 
const SigGroupHeadsgh
 

Detailed Description

Definition at line 69 of file detect.c.

Field Documentation

◆ alproto

const AppProto DetectRunScratchpad::alproto

Definition at line 70 of file detect.c.

◆ app_decoder_events

const bool DetectRunScratchpad::app_decoder_events

Definition at line 72 of file detect.c.

◆ default_action

const uint8_t DetectRunScratchpad::default_action

Either ACTION_DROP (drop:packet) or ACTION_ACCEPT (accept:hook)

ACTION_DROP means the default policy of drop:packet is applied ACTION_ACCEPT means the default policy of accept:hook is applied

Definition at line 79 of file detect.c.

◆ flow_flags

const uint8_t DetectRunScratchpad::flow_flags

Definition at line 71 of file detect.c.

◆ sgh

const SigGroupHead* DetectRunScratchpad::sgh

Definition at line 80 of file detect.c.


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