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

3
NEWS
View file

@ -450,6 +450,9 @@ Removed Functionality
- The node-specific ``site/local-*.bro`` scripts have been removed.
- The default value of ``Pcap::snaplen`` changed from 8192 to 9216 bytes
to better accommodate jumbo frames.
Deprecated Functionality
------------------------