|
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 122 of file app-layer-htp.h.
| int HtpBodyChunk_::logged |
Definition at line 124 of file app-layer-htp.h.
| struct HtpBodyChunk_* HtpBodyChunk_::next |
Pointer to the next chunk
Definition at line 123 of file app-layer-htp.h.
Referenced by DetectAddressCleanupList(), DetectEngineFreeFastPatternList(), HtpBodyAppendChunk(), HtpBodyFree(), HtpBodyPrune(), and IPOnlyCIDRListFree().
| StreamingBufferSegment HtpBodyChunk_::sbseg |
Definition at line 125 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), and HtpBodyPrune().