Wireshark-commits: [Wireshark-commits] master 26cf835: Bluetooth: Add BR/EDR RF dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Apr 2016 00:34:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26cf83504be3e6397444edce34b694c3ddba8f9a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

26cf835 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: Add BR/EDR RF dissector
    
    Bluetooth BR/EDR RF dissector is pseudoheader with some
    useful information to decode Bluetooth air packets.
    This implements LINKTYPE_BLUETOOTH_BREDR_BB assigned
    by tcpdump group.
    
    Change-Id: I751d1f5d9c15650d93e6e8b2cc94294eb48c73de
    Reviewed-on: https://code.wireshark.org/review/14760
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  019522b   Don't use the prohibited API open().
    adds  26cf835   Bluetooth: Add BR/EDR RF dissector


Summary of changes:
 docbook/release-notes.asciidoc      |    1 +
 epan/dissectors/CMakeLists.txt      |    1 +
 epan/dissectors/Makefile.common     |    1 +
 epan/dissectors/packet-btbredr_rf.c |  929 +++++++++++++++++++++++++++++++++++
 4 files changed, 932 insertions(+)
 create mode 100644 epan/dissectors/packet-btbredr_rf.c