mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Merge branch 'topic/jgras/dpd-late-match' of https://github.com/J-Gras/zeek
* 'topic/jgras/dpd-late-match' of https://github.com/J-Gras/zeek: Improve dpd_late_match event generation. Improve logging of speculative service. Update test-all-policy script. Add speculative service script. Allow to handle late DPD matches.
This commit is contained in:
commit
aeef4bf030
16 changed files with 186 additions and 2 deletions
|
@ -0,0 +1,11 @@
|
|||
# A basic test of the speculative service detection
|
||||
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/http/http-post-large.pcap %INPUT
|
||||
# @TEST-EXEC: mv conn.log conn-post-large.log
|
||||
# @TEST-EXEC: btest-diff conn-post-large.log
|
||||
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/wikipedia.trace %INPUT
|
||||
# @TEST-EXEC: mv conn.log conn-wiki.log
|
||||
# @TEST-EXEC: btest-diff conn-wiki.log
|
||||
|
||||
@load protocols/conn/speculative-service
|
Loading…
Add table
Add a link
Reference in a new issue