]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1530 in SNORT/snort3 from ~BRASTULT/snort3:file_decomp_zip to...
authorTom Peters (thopeter) <thopeter@cisco.com>
Wed, 6 Mar 2019 15:29:36 +0000 (10:29 -0500)
committerTom Peters (thopeter) <thopeter@cisco.com>
Wed, 6 Mar 2019 15:29:36 +0000 (10:29 -0500)
commitc24b8a36125eabd40507399523a60e3c00a9338a
treef1c977f5124bec18dbed999a6db747d5ba39a3fd
parentc67632cb40109224641001ec9db137fa029cd800
Merge pull request #1530 in SNORT/snort3 from ~BRASTULT/snort3:file_decomp_zip to master

Squashed commit of the following:

commit 57dc105bf414ec66d623de5cbadc31af7c0fdc4b
Author: Brandon Stultz <brastult@cisco.com>
Date:   Wed Feb 27 19:28:08 2019 -0500

    decompress: add zip file decompression
13 files changed:
src/decompress/CMakeLists.txt
src/decompress/file_decomp.cc
src/decompress/file_decomp.h
src/decompress/file_decomp_zip.cc [new file with mode: 0644]
src/decompress/file_decomp_zip.h [new file with mode: 0644]
src/service_inspectors/http_inspect/http_enum.h
src/service_inspectors/http_inspect/http_module.cc
src/service_inspectors/http_inspect/http_module.h
src/service_inspectors/http_inspect/http_msg_body.cc
src/service_inspectors/http_inspect/http_msg_body.h
src/service_inspectors/http_inspect/http_msg_header.cc
src/service_inspectors/http_inspect/http_msg_header.h
src/service_inspectors/http_inspect/http_tables.cc