Merge pull request #35 in SNORT/snort3 from ~VIROEMER/snort3:icmpv4-in-ipv6 to master
* commit '39818a51f33ecff40e6b0038affbf349f00a0bf2':
Invert logic, test for valid next IPv6 headers.
IPv6 bad next header check moved into ipv6.h
Implement DECODE_IPV6_BAD_NEXT_HEADER decoder rule
Merge pull request #42 in SNORT/snort3 from snort2luafix to master
* commit 'b6a5200735f699e43fc1a7e22a157eca3f23ec4e':
snort2lua tool wasn't taking into account some changed/deleted configuration and hence producing incorrect output which failed validation when supplied to snort. This was one of the reasons for the test in tests/snort2lua/large_conf/one_file failing. Needs a counterpart fix in test repo to get the test to run successfully
snort2lua tool wasn't taking into account some changed/deleted configuration and hence producing incorrect output which failed validation when supplied to snort. This was one of the reasons for the test in tests/snort2lua/large_conf/one_file failing. Needs a counterpart fix in test repo to get the test to run successfully
Merge pull request #20 in SNORT/snort3 from fileclass2 to master
* commit '6926f210c4eb4fb229b92ccf8e7cf5acaeae01a8': (54 commits)
reorder the header files
fix compiler warning and regressions
Remove mime state: STATE_DATA_UNKNOWN
Check file processing for response
fix nhttp checks
update interfaces based on comments
add devnotes
fixed comments and spaces
add unit tests for file magic
update decode configurations
File API removed
fixed compiling errors
add file flows
remove unused functions
File service class
file api update
remove service config
minor name change
file name changed
decode buffer update
...
Merge pull request #31 in SNORT/snort3 from crc/files to master
* commit '46ce915bd21db62f4e7b63cdf6eeba48e6b576da':
fix plain file processing update location of dnet fix breakloop in file daq update usage and bug list move hext logger from extra to main source tree fix detection of stream_user and stream_file data
fix plain file processing
update location of dnet
fix breakloop in file daq
update usage and bug list
move hext logger from extra to main source tree
fix detection of stream_user and stream_file data
Merge pull request #23 in SNORT/snort3 from ~VIROEMER/snort3:victor to master
* commit 'a487ff1a8e974c1aea6c3dddd7452f27a1fc1a0e':
Remove semicolon
Fix configure.ac compiler search order for OSX. Add Piglet tests for codecs and loggers. Fix segfault in tcp codec.
Fix configure.ac compiler search order for OSX. Add Piglet tests for codecs and loggers. Fix segfault in tcp codec.
Merge pull request #25 in SNORT/snort3 from check to master
* commit 'f9d96d90ee3028b3c3257221e850dc9f00f88cec':
remove check from doc
add missing files; these were moved not deleted
convert lua unit tests to catch
remove check related build foo and code
convert check tests to catch
Merge pull request #22 in SNORT/snort3 from stream_dev to master
* commit '83b78545aecf72e9c16c98760fd33555bb9974c6':
fix segfault due to uninitialized DAQ header in unit tests scenarios
disable unit-test, mock class required
Merge pull request #17 in SNORT/snort3 from stream_dev to master
* commit '1ddc01b7b068a725bcd17018a0c1d59a51e08869':
delete superfulous parameter names on function prototype definitions
clean ups from Russ's pull request (stash #17) review comments
clean up usage of SSN_DIR_* and FROM_CLIENT/FROM_SERVER #defs and flag fields, add unit tests to verify use of these flags (more needed!)
catch unit test updates, making libtcp real
clean ups from Russ's pull request (stash #17) review comments
clean up usage of SSN_DIR_* and FROM_CLIENT/FROM_SERVER #defs and flag fields, add unit tests to verify use of these flags (more needed!)
catch unit test updates, making libtcp real
catch unit test updates, making libtcp real
Merge pull request #21 in SNORT/snort3 from coverage to master
* commit '3fe0b81e57bdbbbeea5f362de4929f4cd17bc1d0':
separate piglet, check, and catch tests; add catch tests for sfrim
clean up rule index map handling; eliminate bogus code path; delete unused print function; simplify interface; free after parsing; also fix dev guide builds from top_srcdir
clean up rule index map handling; eliminate bogus code path; delete unused print function; simplify interface; free after parsing; also fix dev guide builds from top_srcdir
Merge pull request #8 in SNORT/snort3 from framework_ut to master
* commit '0e0b25013a23b3d9ca007264b067156fc4f02f4f':
Added comment based on code-review feedback and fixed spaces/indentation
Add Unit tests to bring up coverage