Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 27463: ... packetlogger.c ...: VC6 c

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Mon, 16 Feb 2009 10:57:36 -0500
sfisher@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27463

User: sfisher
Date: 2009/02/15 11:24 PM

Log:
 Add support for reading Apple's Bluetooth PacketLogger capture files to
 wiretap.  Modify various other locations to accommodate the fact that
 PacketLogger files do not specify the direction of packets.


Compiling with VC6 gives the following warning:

packetlogger.c(122) : warning C4244: '=' :
 conversion from 'unsigned __int64 ' to 'int ', possible loss of data