http_module.h (snort3-3.1.28.0) | : | http_module.h (snort3-3.1.29.0) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
int64_t response_depth = -1; | int64_t response_depth = -1; | |||
bool unzip = true; | bool unzip = true; | |||
bool normalize_utf = true; | bool normalize_utf = true; | |||
int64_t maximum_host_length = -1; | int64_t maximum_host_length = -1; | |||
int64_t maximum_chunk_length = 0xFFFFFFFF; | int64_t maximum_chunk_length = 0xFFFFFFFF; | |||
bool decompress_pdf = false; | bool decompress_pdf = false; | |||
bool decompress_swf = false; | bool decompress_swf = false; | |||
bool decompress_zip = false; | bool decompress_zip = false; | |||
bool decompress_vba = false; | bool decompress_vba = false; | |||
snort::DecodeConfig mime_decode_conf; | snort::DecodeConfig* mime_decode_conf; | |||
bool script_detection = false; | bool script_detection = false; | |||
snort::LiteralSearch::Handle* script_detection_handle = nullptr; | snort::LiteralSearch::Handle* script_detection_handle = nullptr; | |||
bool publish_request_body = true; | bool publish_request_body = true; | |||
struct JsNormParam | struct JsNormParam | |||
{ | { | |||
public: | public: | |||
~JsNormParam(); | ~JsNormParam(); | |||
bool normalize_javascript = false; | bool normalize_javascript = false; | |||
int64_t js_norm_bytes_depth = -1; | int64_t js_norm_bytes_depth = -1; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |