]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #500 in SNORT/snort3 from smb_transaction2 to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Tue, 7 Jun 2016 22:11:35 +0000 (18:11 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Tue, 7 Jun 2016 22:11:35 +0000 (18:11 -0400)
commit0f8b13f2efa1b1d5b6a1a6c91a3fc4cb820bd527
treed370a3d245fc4459820714fedef66cfc2cab22df
parent6cea580eeddc57f4a60c5a81a39c62ee829f37e6
Merge pull request #500 in SNORT/snort3 from smb_transaction2 to master

Squashed commit of the following:

commit 30a398705ca705292abe496cf092aa5aa0d3e359
Author: mdagon <mdagon@cisco.com>
Date:   Tue Jun 7 17:54:09 2016 -0400

    Split dce_smb.cc file into dce_smb_utils and dce_smb_commands

commit 1fb123c061f454dad830ff05653b01b4db15b6f6
Author: mdagon <mdagon@cisco.com>
Date:   Mon Jun 6 15:09:51 2016 -0400

    Remove unused inline functions

commit 73422170b8ca03790f442734a08c5b89f98f94ea
Author: mdagon <mdagon@cisco.com>
Date:   Fri Jun 3 09:51:34 2016 -0400

    Port dce smb transaction2 processing
src/service_inspectors/dce_rpc/CMakeLists.txt
src/service_inspectors/dce_rpc/Makefile.am
src/service_inspectors/dce_rpc/dce_smb.cc
src/service_inspectors/dce_rpc/dce_smb.h
src/service_inspectors/dce_rpc/dce_smb_commands.cc [new file with mode: 0644]
src/service_inspectors/dce_rpc/dce_smb_commands.h [new file with mode: 0644]
src/service_inspectors/dce_rpc/dce_smb_utils.cc [new file with mode: 0644]
src/service_inspectors/dce_rpc/dce_smb_utils.h [new file with mode: 0644]