|
suricata
|
#include <detect-http-header-common.h>
Data Fields | |
| uint8_t * | buffer |
| uint32_t | size |
| uint32_t | len |
Definition at line 27 of file detect-http-header-common.h.
| uint8_t* HttpHeaderBuffer_::buffer |
Definition at line 28 of file detect-http-header-common.h.
Referenced by HttpHeaderExpandBuffer(), and HttpHeaderThreadDataFree().
| uint32_t HttpHeaderBuffer_::len |
part of buffer in use
Definition at line 30 of file detect-http-header-common.h.
Referenced by HttpHeaderExpandBuffer(), and HttpHeaderGetBufferSpace().
| uint32_t HttpHeaderBuffer_::size |
buffer size
Definition at line 29 of file detect-http-header-common.h.
Referenced by HttpHeaderExpandBuffer().