URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7844a118cf1cb99fc170f3654e96108d2cd49150
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7844a11 by AndersBroman (anders.broman@xxxxxxxxxxxx):
Add Nordic semiconductors dissector to read files produced by their BTLE
sniffer.
Code downloaded from
https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer
and cleaned up and modified to comple with current Wireshark version.
Bug 12637
Change-Id: Ic73122f35039b4245d6219b825a28c10f22f36ad
Reviewed-on: https://code.wireshark.org/review/16569
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 53de2c2 Convert more glib memory to wmem pinfo pool
adds 7844a11 Add Nordic semiconductors dissector to read files produced by their BTLE sniffer. Code downloaded from https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer and cleaned up and modified to comple with current Wireshark version.
Summary of changes:
docbook/release-notes.asciidoc | 2 +-
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-nordic_ble.c | 743 +++++++++++++++++++++++++++++++++++
4 files changed, 746 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-nordic_ble.c