suricata
InspectionBufferMultipleForList Struct Reference

#include <detect.h>

Collaboration diagram for InspectionBufferMultipleForList:

Data Fields

InspectionBufferinspection_buffers
 
uint32_t size
 
uint32_t max:31
 
uint32_t init:1
 

Detailed Description

Definition at line 394 of file detect.h.

Field Documentation

◆ init

uint32_t InspectionBufferMultipleForList::init

first time used this run. Used for clean logic

Definition at line 398 of file detect.h.

Referenced by InspectionBufferClean().

◆ inspection_buffers

InspectionBuffer* InspectionBufferMultipleForList::inspection_buffers

Definition at line 395 of file detect.h.

Referenced by InspectionBufferClean().

◆ max

uint32_t InspectionBufferMultipleForList::max

max id in use in this run

Definition at line 397 of file detect.h.

Referenced by InspectionBufferClean().

◆ size

uint32_t InspectionBufferMultipleForList::size

size in number of elements

Definition at line 396 of file detect.h.


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