CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2014/12/03 06:22:19
Modified files: usr.sbin/tcpdump: print-ip.c print-ip6.c Log message: Restore packetp and snapend pointers once we're done with an incorrectly aligned IP/IPv6 packet so that tcpdump can print hexdump of the whole packet including the Ethernet header (if requested) and not only the IP/IPv6 part of it. ok jsg