|
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 130 of file app-layer-htp.h.
| uint64_t HtpBody_::body_inspected |
Definition at line 141 of file app-layer-htp.h.
Referenced by HtpBodyPrune().
| uint64_t HtpBody_::body_parsed |
Definition at line 139 of file app-layer-htp.h.
Referenced by HtpBodyPrune().
| uint64_t HtpBody_::content_len_so_far |
Definition at line 137 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), and HtpBodyPrune().
| HtpBodyChunk* HtpBody_::first |
Pointer to the first chunk
Definition at line 131 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().
| HtpBodyChunk* HtpBody_::last |
Pointer to the last chunk
Definition at line 132 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().
| StreamingBuffer* HtpBody_::sb |
Definition at line 134 of file app-layer-htp.h.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().