freebsd-dev/usr.sbin/usbdump
Hans Petter Selasky 3c27df12e0 Fix cross-platform issue about the file-format in which
usbdump stores data. Until this patch it was not possible
to exchange traces between 32-bit, 64-bit, big- and
little endian platforms. The problem is the dynamic nature
of the BPF timestamp in the header. All other fields are
fixed size and little endian.

MFC after:	5 days
2012-03-16 16:29:21 +00:00
..
Makefile Lower WARNS to unbreak the build, some archs may have alignment issues. 2011-04-04 03:43:13 +00:00
usbdump.8 Add support for filtering USB devices and USB endpoints to the usbdump utility 2012-02-16 21:18:36 +00:00
usbdump.c Fix cross-platform issue about the file-format in which 2012-03-16 16:29:21 +00:00