suricata
HTPCfgRec_ Struct Reference

#include <app-layer-htp.h>

Collaboration diagram for HTPCfgRec_:

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
 

Detailed Description

Need a linked list in order to keep track of these

Definition at line 157 of file app-layer-htp.h.

Field Documentation

◆ cfg

htp_cfg_t* HTPCfgRec_::cfg

Definition at line 158 of file app-layer-htp.h.

◆ http_body_inline

int HTPCfgRec_::http_body_inline

Definition at line 164 of file app-layer-htp.h.

◆ next

struct HTPCfgRec_* HTPCfgRec_::next

Definition at line 159 of file app-layer-htp.h.

◆ randomize

int HTPCfgRec_::randomize

max size of the client body we inspect

Definition at line 162 of file app-layer-htp.h.

◆ randomize_range

int HTPCfgRec_::randomize_range

Definition at line 163 of file app-layer-htp.h.

◆ request

HTPCfgDir HTPCfgRec_::request

Definition at line 171 of file app-layer-htp.h.

Referenced by HtpBodyPrune(), and HTPFileOpen().

◆ response

HTPCfgDir HTPCfgRec_::response

Definition at line 172 of file app-layer-htp.h.

Referenced by HtpBodyPrune(), and HTPFileOpen().

◆ swf_compress_depth

uint32_t HTPCfgRec_::swf_compress_depth

Definition at line 169 of file app-layer-htp.h.

◆ swf_compression_type

HtpSwfCompressType HTPCfgRec_::swf_compression_type

Definition at line 167 of file app-layer-htp.h.

◆ swf_decompress_depth

uint32_t HTPCfgRec_::swf_decompress_depth

Definition at line 168 of file app-layer-htp.h.

◆ swf_decompression_enabled

int HTPCfgRec_::swf_decompression_enabled

Definition at line 166 of file app-layer-htp.h.

◆ uri_include_all

bool HTPCfgRec_::uri_include_all

use all info in uri (bool)

Definition at line 174 of file app-layer-htp.h.


The documentation for this struct was generated from the following file: