mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/jazoff/fix-snaplen'
* origin/topic/jazoff/fix-snaplen: problem: default snaplen is too small for jumbo frames
This commit is contained in:
commit
b679a51376
12 changed files with 50 additions and 6 deletions
|
@ -4813,7 +4813,7 @@ export {
|
|||
module Pcap;
|
||||
export {
|
||||
## Number of bytes per packet to capture from live interfaces.
|
||||
const snaplen = 8192 &redef;
|
||||
const snaplen = 9216 &redef;
|
||||
|
||||
## Number of Mbytes to provide as buffer space when capturing from live
|
||||
## interfaces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue