mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Allow libpcap buffer size to be set manually.
This commit is contained in:
parent
4c2aa804e1
commit
f5429ee794
6 changed files with 62 additions and 2 deletions
|
@ -73,6 +73,9 @@ extern bool using_communication;
|
|||
// Snaplen passed to libpcap.
|
||||
extern int snaplen;
|
||||
|
||||
// Buffer size passed to libpcap.
|
||||
extern int bufsize;
|
||||
|
||||
extern const Packet* current_pkt;
|
||||
extern int current_dispatched;
|
||||
extern double current_timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue