mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
btest: Update tests and baselines after adding ctx to conn_id
This commit is contained in:
parent
25fc4d5d98
commit
112e3c1c03
251 changed files with 96497 additions and 96497 deletions
|
@ -4,7 +4,7 @@
|
|||
@load base/utils/conn-ids
|
||||
|
||||
global c: conn_id = [ $orig_h = 10.0.0.100, $orig_p = 10000/tcp,
|
||||
$resp_h = 10.0.0.200, $resp_p = 20000/tcp, $proto=6 ];
|
||||
$resp_h = 10.0.0.200, $resp_p = 20000/tcp, $proto=6, $ctx=[] ];
|
||||
|
||||
print id_string(c);
|
||||
print reverse_id_string(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue