diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index f2a6816d9d..e54225159f 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -4409,7 +4409,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.