URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d574fd89f4f5698a5b14014efe0830eecce7a991
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d574fd8 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Add support for Bluetooth Linux Monitor
BlueZ 5/Linux Kernel introduced new way to sniffing Bluetooth interfaces.
We are ready to use it. Libpcap provide new interface called
"bluetooth-monior".
Also fix trivial typos.
Change-Id: Ic608a3d8553bbebbb21f2733ec92c758cbf8f707
Reviewed-on: https://code.wireshark.org/review/253
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 9a05640 Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'
adds d574fd8 Add support for Bluetooth Linux Monitor
Summary of changes:
epan/dissectors/packet-hci_h1.c | 4 +--
epan/dissectors/packet-hci_h4.c | 4 +--
epan/dissectors/packet-hci_mon.c | 9 ++++--
epan/dissectors/packet-hci_usb.c | 4 +--
wiretap/pcap-common.c | 59 +++++++++++++++++++++++++++++++++++++-
wiretap/wtap.h | 11 ++++++-
6 files changed, 81 insertions(+), 10 deletions(-)