suricata
HtpBodyChunk_ Struct Reference

#include <app-layer-htp.h>

Collaboration diagram for HtpBodyChunk_:

Data Fields

struct HtpBodyChunk_next
 
int logged
 
StreamingBufferSegment sbseg
 

Detailed Description

Struct used to hold chunks of a body on a request

Definition at line 178 of file app-layer-htp.h.

Field Documentation

◆ logged

int HtpBodyChunk_::logged

Definition at line 180 of file app-layer-htp.h.

◆ next

struct HtpBodyChunk_* HtpBodyChunk_::next

Pointer to the next chunk

Definition at line 179 of file app-layer-htp.h.

Referenced by DetectEngineFreeFastPatternList(), HtpBodyAppendChunk(), HtpBodyFree(), HtpBodyPrune(), and IPOnlyCIDRListFree().

◆ sbseg

StreamingBufferSegment HtpBodyChunk_::sbseg

Definition at line 181 of file app-layer-htp.h.

Referenced by HtpBodyAppendChunk(), and HtpBodyPrune().


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