mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Add new logfiles for shunting and drops to netcontrol
Also fix small bugs and update baselines.
This commit is contained in:
parent
a38327bd08
commit
8f60974bc0
20 changed files with 385 additions and 107 deletions
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path netcontrol_drop
|
||||
#open 2016-02-17-20-21-38
|
||||
#fields ts rule_id orig_h orig_p resp_h resp_p expire location
|
||||
#types time string addr port addr port interval string
|
||||
1455740498.301865 3 1.1.2.2 - - - 15.000000 Hi there
|
||||
#close 2016-02-17-20-21-38
|
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path netcontrol_shunt
|
||||
#open 2016-02-17-19-21-47
|
||||
#fields ts rule_id f.src_h f.src_p f.dst_h f.dst_p expire location
|
||||
#types time string addr port addr port interval string
|
||||
1455736907.597588 2 192.168.17.1 32 192.168.17.2 32 30.000000 -
|
||||
#close 2016-02-17-19-21-47
|
Loading…
Add table
Add a link
Reference in a new issue