suricata
|
#include <app-layer-htp.h>
Data Fields | |
htp_cfg_t * | cfg |
struct HTPCfgRec_ * | next |
int | randomize |
int | randomize_range |
int | http_body_inline |
int | swf_decompression_enabled |
HtpSwfCompressType | swf_compression_type |
uint32_t | swf_decompress_depth |
uint32_t | swf_compress_depth |
HTPCfgDir | request |
HTPCfgDir | response |
bool | uri_include_all |
Need a linked list in order to keep track of these
Definition at line 156 of file app-layer-htp.h.
htp_cfg_t* HTPCfgRec_::cfg |
Definition at line 157 of file app-layer-htp.h.
int HTPCfgRec_::http_body_inline |
Definition at line 163 of file app-layer-htp.h.
struct HTPCfgRec_* HTPCfgRec_::next |
Definition at line 158 of file app-layer-htp.h.
int HTPCfgRec_::randomize |
max size of the client body we inspect
Definition at line 161 of file app-layer-htp.h.
int HTPCfgRec_::randomize_range |
Definition at line 162 of file app-layer-htp.h.
HTPCfgDir HTPCfgRec_::request |
Definition at line 170 of file app-layer-htp.h.
Referenced by HtpBodyPrune(), and HTPFileOpen().
HTPCfgDir HTPCfgRec_::response |
Definition at line 171 of file app-layer-htp.h.
Referenced by HtpBodyPrune(), and HTPFileOpen().
uint32_t HTPCfgRec_::swf_compress_depth |
Definition at line 168 of file app-layer-htp.h.
HtpSwfCompressType HTPCfgRec_::swf_compression_type |
Definition at line 166 of file app-layer-htp.h.
uint32_t HTPCfgRec_::swf_decompress_depth |
Definition at line 167 of file app-layer-htp.h.
int HTPCfgRec_::swf_decompression_enabled |
Definition at line 165 of file app-layer-htp.h.
bool HTPCfgRec_::uri_include_all |
use all info in uri (bool)
Definition at line 173 of file app-layer-htp.h.