Wireshark-commits: [Wireshark-commits] rev 27463: /trunk/ /trunk/epan/dissectors/: packet-frame.c p
Date: Mon, 16 Feb 2009 07:24:09 GMT
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.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +4 -4      packet-frame.c     Modified
  +30 -5     packet-hci_h1.c    Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +1 -0      packet_info.h    Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +4 -1      file_access.c      Modified
  +217 -0    packetlogger.c     Added
  +32 -0     packetlogger.h     Added
  +7 -1      wtap.h             Modified