]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1395 in SNORT/snort3 from offload_mime_decode to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 26 Oct 2018 15:57:22 +0000 (11:57 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 26 Oct 2018 15:57:22 +0000 (11:57 -0400)
commitc345faae1e2eecbd3e88619b331341243246a7ee
tree1abaa1c2bb013c4a4d9865008edc3efae806fb96
parent08fd00a3869abea7932fd43c56455d9b618d74ce
Merge pull request #1395 in SNORT/snort3 from offload_mime_decode to master

Squashed commit of the following:

commit 3922aab0afd5e880353a70281d166a2d2516de6d
Author: Bhagya Tholpady <bbantwal@cisco.com>
Date:   Tue Oct 23 13:42:17 2018 -0400

    delete commented lines

commit 2cdc9ca78a9527636f566146802c6168d3509436
Author: Bhagya Tholpady <bbantwal@cisco.com>
Date:   Mon Oct 22 15:24:50 2018 -0400

    allocate buffer only once per mime context data

commit d1d11e4e669d38f0c06165e6e1af25c62f6c0704
Author: Bhagya Tholpady <bbantwal@cisco.com>
Date:   Fri Oct 19 14:34:23 2018 -0400

    changes per code review

commit 622759823ffb87f6fabe7f1a381204370463a4a7
Author: Bhagya Tholpady <bbantwal@cisco.com>
Date:   Wed Oct 17 23:45:25 2018 -0400

    mime: move the decode buffer used by mime attachments to mime context data
29 files changed:
src/detection/CMakeLists.txt
src/detection/context_switcher.cc
src/detection/detection_engine.cc
src/detection/ips_context.cc
src/detection/ips_context.h
src/detection/ips_context_data.cc [new file with mode: 0644]
src/detection/ips_context_data.h [new file with mode: 0644]
src/mime/CMakeLists.txt
src/mime/decode_b64.cc
src/mime/decode_b64.h
src/mime/decode_base.h
src/mime/decode_bit.cc
src/mime/decode_bit.h
src/mime/decode_buffer.cc
src/mime/decode_buffer.h
src/mime/decode_qp.cc
src/mime/decode_qp.h
src/mime/decode_uu.cc
src/mime/decode_uu.h
src/mime/file_mime_context_data.cc [new file with mode: 0644]
src/mime/file_mime_context_data.h [new file with mode: 0644]
src/mime/file_mime_decode.cc
src/mime/file_mime_decode.h
src/mime/file_mime_process.cc
src/service_inspectors/dce_rpc/dce_context_data.cc
src/service_inspectors/dce_rpc/dce_context_data.h
src/service_inspectors/gtp/gtp_inspect.cc
src/service_inspectors/http_inspect/http_context_data.cc
src/service_inspectors/http_inspect/http_context_data.h