Wireshark-commits: [Wireshark-commits] master fcbf1d2: File: Add BTSNOOP File Format support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2015 18:25:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcbf1d295b49c9ee49e91b47388526e17ec21968
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fcbf1d2 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    File: Add BTSNOOP File Format support
    
    BTSNOOP format is supported by libwiretap and this dissector add
    ability to open the same file in second mode:
    1. Wireshark aka Protocol Viewer (default)
    2. Fileshark aka File Viewer
    
    Mode 2 also has feature to dissect protocols contained by this file,
    try "Protocol Preferences -> Dissect next layer".
    
    Change-Id: I99f0df5b55d31bf5a7d6e9269bfc054c09022b51
    Reviewed-on: https://code.wireshark.org/review/17
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b679e2a   wmem: convert tree key to void*
    adds  fcbf1d2   File: Add BTSNOOP File Format support


Summary of changes:
 epan/CMakeLists.txt              |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/file-btsnoop.c   |  342 ++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-hci_mon.c |    6 +-
 wiretap/mime_file.c              |    4 +-
 5 files changed, 350 insertions(+), 4 deletions(-)
 create mode 100644 epan/dissectors/file-btsnoop.c