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 101 of file app-layer-htp.h.
htp_cfg_t* HTPCfgRec_::cfg |
Definition at line 102 of file app-layer-htp.h.
int HTPCfgRec_::http_body_inline |
Definition at line 108 of file app-layer-htp.h.
struct HTPCfgRec_* HTPCfgRec_::next |
Definition at line 103 of file app-layer-htp.h.
int HTPCfgRec_::randomize |
max size of the client body we inspect
Definition at line 106 of file app-layer-htp.h.
int HTPCfgRec_::randomize_range |
Definition at line 107 of file app-layer-htp.h.
HTPCfgDir HTPCfgRec_::request |
Definition at line 115 of file app-layer-htp.h.
Referenced by HtpBodyPrune(), and HTPFileOpen().
HTPCfgDir HTPCfgRec_::response |
Definition at line 116 of file app-layer-htp.h.
Referenced by HtpBodyPrune(), and HTPFileOpen().
uint32_t HTPCfgRec_::swf_compress_depth |
Definition at line 113 of file app-layer-htp.h.
HtpSwfCompressType HTPCfgRec_::swf_compression_type |
Definition at line 111 of file app-layer-htp.h.
uint32_t HTPCfgRec_::swf_decompress_depth |
Definition at line 112 of file app-layer-htp.h.
int HTPCfgRec_::swf_decompression_enabled |
Definition at line 110 of file app-layer-htp.h.
bool HTPCfgRec_::uri_include_all |
use all info in uri (bool)
Definition at line 118 of file app-layer-htp.h.