ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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