suricata
|
#include <app-layer-htp.h>
Data Fields | |
struct HtpBodyChunk_ * | next |
int | logged |
StreamingBufferSegment | sbseg |
Struct used to hold chunks of a body on a request
Definition at line 177 of file app-layer-htp.h.
int HtpBodyChunk_::logged |
Definition at line 179 of file app-layer-htp.h.
struct HtpBodyChunk_* HtpBodyChunk_::next |
Pointer to the next chunk
Definition at line 178 of file app-layer-htp.h.
Referenced by DetectEngineFreeFastPatternList(), HtpBodyAppendChunk(), HtpBodyFree(), HtpBodyPrune(), and IPOnlyCIDRListFree().
StreamingBufferSegment HtpBodyChunk_::sbseg |
Definition at line 180 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), and HtpBodyPrune().