CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/06/05 18:03:06
Modified files: usr.sbin/tcpdump: print-raw.c Log message: tcpdump.org says DLT_RAW can contain both types of IP. have the DTL_RAW handling peek at the first nibble of the packet so it can tell which way it should go. ok claudio@ tb@