CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/06/05 17:51:48
Modified files: usr.sbin/tcpdump: Tag: OPENBSD_7_2 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@