mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Add speculative service script.
The speculative service script handles dpd_late_match events to extend conn.log with infos about potential protocol identifications.
This commit is contained in:
parent
5901b6d33c
commit
788b56a652
4 changed files with 51 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
# A basic test of the speculative service detection
|
||||
|
||||
# @TEST-EXEC: zeek -C -r $TRACES/http/http-post-large.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
|
||||
@load protocols/conn/speculative-service
|
Loading…
Add table
Add a link
Reference in a new issue