Wireshark-commits: [Wireshark-commits] rev 46278: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 29 Nov 2012 13:21:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46278

User: etxrab
Date: 2012/11/29 05:21 AM

Log:
 From Michal Labedzki:
 Bluetooth: Add support for source/destination addresses
 
 Within resolving devices names. Also make header file more generic,
 packet-hci_h4.h renamed to packet-bluetooth-hci.h.
 
 Part of:
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5032

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +1 -1      Makefile.common           Modified
  +107 -0    packet-bluetooth-hci.h    Added
  +147 -11   packet-bthci_acl.c        Modified
  +1 -1      packet-bthci_cmd.c        Modified
  +227 -44   packet-bthci_evt.c        Modified
  +1 -1      packet-bthci_sco.c        Modified
  +27 -4     packet-hci_h1.c           Modified
  +31 -9     packet-hci_h4.c           Modified
  +0 -62     packet-hci_h4.h           Removed