Wireshark-commits: [Wireshark-commits] master 9418701: Process the radio information internally for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 19:44:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=941870190917512b46a95994720158a61a5f54f8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9418701 by Guy Harris (guy@xxxxxxxxxxxx):

    Process the radio information internally for AiroPeek classic files.
    
    Process it in libwiretap; no need to hand it to libwireshark for
    dissection, it can just dissect the radio information pseudo-header with
    the processed information.
    
    Change-Id: I482697947eecbd3967cf1910ba2fa2bff805cd66
    Reviewed-on: https://code.wireshark.org/review/12202
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c965fb0   Qt: make Files Set dialog modeless
    adds  9418701   Process the radio information internally for AiroPeek classic files.


Summary of changes:
 epan/CMakeLists.txt                         |    1 -
 epan/dissectors/Makefile.common             |    1 -
 epan/dissectors/packet-ieee80211-airopeek.c |  162 ---------------------------
 wiretap/peekclassic.c                       |   51 ++++++++-
 wiretap/wtap.c                              |    3 -
 wiretap/wtap.h                              |   67 ++++++-----
 6 files changed, 80 insertions(+), 205 deletions(-)
 delete mode 100644 epan/dissectors/packet-ieee80211-airopeek.c