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

@ -1,4 +1,9 @@
2.5-887 | 2018-08-21 14:54:12 -0500
* Change default snaplen to 9216 bytes to better accommodate jumbo frames
(Justin Azoff)
2.5-884 | 2018-08-20 15:39:21 -0500
* Fix outdated documentation test baselines (Jon Siwek, Corelight)