Merge branch 'master' of ssh://git.bro-ids.org/bro

Conflicts:
	scripts/base/protocols/http/main.bro
This commit is contained in:
Robin Sommer 2011-09-29 18:54:50 -07:00
commit 221d1663be
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# in a way that correlates the final response with the request. # in a way that correlates the final response with the request.
# #
# @TEST-EXEC: bro -r $TRACES/http-100-continue.trace %INPUT # @TEST-EXEC: bro -r $TRACES/http-100-continue.trace %INPUT
# @TEST-EXEC: grep -q unmatched_HTTP_reply weird.log && exit 1 || exit 0 # @TEST-EXEC: grep -q unmatched_HTTP_reply weird.log && exit 0 || exit 1
# @TEST-EXEC: btest-diff http.log # @TEST-EXEC: btest-diff http.log
# The base analysis scripts are loaded by default. # The base analysis scripts are loaded by default.

View file

@ -3,7 +3,7 @@
# not report that weird. # not report that weird.
# #
# @TEST-EXEC: bro -r $TRACES/http-byteranges.trace %INPUT # @TEST-EXEC: bro -r $TRACES/http-byteranges.trace %INPUT
# @TEST-EXEC: grep -q http_no_crlf_in_header_list weird.log && exit 1 || exit 0 # @TEST-EXEC: grep -q http_no_crlf_in_header_list weird.log && exit 0 || exit 1
# The base analysis scripts are loaded by default. # The base analysis scripts are loaded by default.
#@load base/protocols/http #@load base/protocols/http