suricata
|
#include <detect-http-header-common.h>
Data Fields | |
HttpHeaderBuffer | buffer |
uint16_t | size_step |
Definition at line 37 of file detect-http-header-common.h.
HttpHeaderBuffer HttpHeaderThreadData_::buffer |
array of buffers
Definition at line 38 of file detect-http-header-common.h.
Referenced by HttpHeaderGetBufferSpace(), HttpHeaderThreadDataFree(), and HttpHeaderThreadDataInit().
uint16_t HttpHeaderThreadData_::size_step |
increase size of HttpHeaderBuffer::buffer with this
Definition at line 39 of file detect-http-header-common.h.
Referenced by HttpHeaderExpandBuffer(), and HttpHeaderThreadDataInit().