mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Interface tweaks for PktSrc, plus docs for PktSrc and PktDumper.
This commit is contained in:
parent
5f817513d0
commit
3e669daa05
15 changed files with 464 additions and 101 deletions
|
@ -991,7 +991,7 @@ int main(int argc, char** argv)
|
|||
snaplen = internal_val("snaplen")->AsCount();
|
||||
|
||||
if ( dns_type != DNS_PRIME )
|
||||
net_init(interfaces, read_files, writefile, "", do_watchdog);
|
||||
net_init(interfaces, read_files, writefile, do_watchdog);
|
||||
|
||||
BroFile::SetDefaultRotation(log_rotate_interval, log_max_size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue