Allow Bro to run in fanout mode.

This commit is contained in:
Kris Nielander 2015-08-09 22:41:28 +02:00
parent f5429ee794
commit d8c9b7255e
9 changed files with 88 additions and 5 deletions

View file

@ -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