mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-4202'
* origin/topic/johanna/gh-4202: Update NEWS for Conn::set_conn changes DNS-fuzzer: raise new_connection event Optimize Conn::set_conn to minimize operations Move Conn::set_conn() from connection_state_remove to new_connection
This commit is contained in:
commit
a22b45c69e
38 changed files with 4270 additions and 4145 deletions
|
@ -1,5 +1,8 @@
|
|||
# @TEST-DOC: Check that connection flip appears in history. Also check that local-orig is flipped correctly.
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/tcp/missing-syn.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
|
||||
@load base/protocols/http
|
||||
@load policy/protocols/conn/mac-logging
|
||||
|
||||
redef Site::local_nets = { 125.190.109.0/24 };
|
||||
|
|
6
testing/btest/core/local-flip.zeek
Normal file
6
testing/btest/core/local-flip.zeek
Normal file
|
@ -0,0 +1,6 @@
|
|||
# @TEST-DOC: This check that local origin/responders are correctly flipped when the flip occurs later in the connection.
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/http/zeek-image-post-1080-8000-x.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
|
||||
@load base/protocols/http
|
||||
@load policy/protocols/conn/mac-logging
|
Loading…
Add table
Add a link
Reference in a new issue