Ethereal-dev: Re: [Ethereal-dev] Re: [Bluez-devel] bluetooth ethereal dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 19:13:07 -0800

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.