URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=248c284622bd330ab91b08ffda9d5497b60bb68a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
248c284 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Fix interface_id
Interface ID should correspond to the Wireshark Interface Id
to avoid mixing data from various interfaces in dissectors.
Change-Id: Ibaa3ddab7f0ebd0985efea74439b94a5881145a7
Reviewed-on: https://code.wireshark.org/review/472
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from e2ed48a Have NFLOG TLV type and length be in host byte order.
adds 248c284 Bluetooth: Fix interface_id
Summary of changes:
epan/dissectors/packet-bluetooth-hci.h | 18 +++++++++-------
epan/dissectors/packet-btl2cap.c | 36 +++++++++++++++++++++++++-------
epan/dissectors/packet-btle.c | 8 ++++++-
epan/dissectors/packet-hci_h1.c | 6 +++++-
epan/dissectors/packet-hci_h4.c | 6 +++++-
epan/dissectors/packet-hci_mon.c | 5 ++++-
epan/dissectors/packet-hci_usb.c | 9 ++++----
7 files changed, 64 insertions(+), 24 deletions(-)