pub const DEFAULT_SNAP_LEN: u32 = 262144; // 262_144u32
The default snapshot length value large enough to hold one full packet on most links.
This is the same value as chosen by libpcap.