mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
BIT-1926: add unit tests for misc. HTTP patches
This commit is contained in:
parent
e5d5cf9ff1
commit
1f777b57b8
12 changed files with 63 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/http/content-range-less-than-len.pcap
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
# @TEST-EXEC: btest-diff weird.log
|
|
@ -0,0 +1,2 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/http/fake-content-length.pcap
|
||||
# @TEST-EXEC: btest-diff http.log
|
2
testing/btest/scripts/base/protocols/http/x-gzip.bro
Normal file
2
testing/btest/scripts/base/protocols/http/x-gzip.bro
Normal file
|
@ -0,0 +1,2 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/http/x-gzip.pcap
|
||||
# @TEST-EXEC: btest-diff http.log
|
Loading…
Add table
Add a link
Reference in a new issue