mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Allow Bro to run in fanout mode.
This commit is contained in:
parent
f5429ee794
commit
d8c9b7255e
9 changed files with 88 additions and 5 deletions
|
@ -73,7 +73,7 @@ int PktSrc::SnapLen() const
|
|||
|
||||
int PktSrc::BufSize() const
|
||||
{
|
||||
return bufsize; // That's a global too. Change?
|
||||
return bufsize; // That's a global. Change?
|
||||
}
|
||||
|
||||
bool PktSrc::IsLive() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue