suricata
|
#include <app-layer-htp.h>
Data Fields | |
HtpBodyChunk * | first |
HtpBodyChunk * | last |
StreamingBuffer * | sb |
uint64_t | content_len_so_far |
uint64_t | body_parsed |
uint64_t | body_inspected |
Struct used to hold all the chunks of a body on a request
Definition at line 185 of file app-layer-htp.h.
uint64_t HtpBody_::body_inspected |
Definition at line 196 of file app-layer-htp.h.
Referenced by HtpBodyPrune().
uint64_t HtpBody_::body_parsed |
Definition at line 194 of file app-layer-htp.h.
Referenced by HtpBodyPrune().
uint64_t HtpBody_::content_len_so_far |
Definition at line 192 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), and HtpBodyPrune().
HtpBodyChunk* HtpBody_::first |
Pointer to the first chunk
Definition at line 186 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().
HtpBodyChunk* HtpBody_::last |
Pointer to the last chunk
Definition at line 187 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().
StreamingBuffer* HtpBody_::sb |
Definition at line 189 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().