mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +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
|
@ -5,6 +5,13 @@
|
|||
|
||||
#include "../PktSrc.h"
|
||||
|
||||
#ifdef HAVE_PACKET_FANOUT
|
||||
extern bool fanout_enable;
|
||||
extern int fanout_id;
|
||||
extern int fanout_method;
|
||||
extern int fanout_flag;
|
||||
#endif
|
||||
|
||||
namespace iosource {
|
||||
namespace pcap {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue