Wireshark-commits: [Wireshark-commits] master 7844a11: Add Nordic semiconductors dissector to read

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Jul 2016 06:58:17 +0000 (UTC)
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