On Oct 29, 2003, at 6:50 PM, Marcel Holtmann wrote:
here is my patch that adds a Wiretap module for reading files created with "hcidump -w".
Checked in, with wiretap/Makefile.nmake updated to build it, with the __attribute((packed))__ stuff removed (not all compilers used to build Wiretap support it, and there are no fields in there that would require padding), and with the byte swapping done with "g_ntohs()" and "g_ntohl()" so it doesn't have to include headers not found on all platforms.
