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 101 of file app-layer-htp.h.

Field Documentation

◆ cfg

htp_cfg_t* HTPCfgRec_::cfg

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

◆ http_body_inline

int HTPCfgRec_::http_body_inline

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

◆ next

struct HTPCfgRec_* HTPCfgRec_::next

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

◆ randomize

int HTPCfgRec_::randomize

max size of the client body we inspect

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

◆ randomize_range

int HTPCfgRec_::randomize_range

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

◆ request

HTPCfgDir HTPCfgRec_::request

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

Referenced by HtpBodyPrune(), and HTPFileOpen().

◆ response

HTPCfgDir HTPCfgRec_::response

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

Referenced by HtpBodyPrune(), and HTPFileOpen().

◆ swf_compress_depth

uint32_t HTPCfgRec_::swf_compress_depth

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

◆ swf_compression_type

HtpSwfCompressType HTPCfgRec_::swf_compression_type

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

◆ swf_decompress_depth

uint32_t HTPCfgRec_::swf_decompress_depth

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

◆ swf_decompression_enabled

int HTPCfgRec_::swf_decompression_enabled

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

◆ uri_include_all

bool HTPCfgRec_::uri_include_all

use all info in uri (bool)

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


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