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:
Jon Siwek 2018-08-21 14:54:12 -05:00
commit b679a51376
12 changed files with 50 additions and 6 deletions

View file

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