Wireshark-commits: [Wireshark-commits] master bccbae5: rftap: add new dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Aug 2016 11:41:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bccbae58a14c2cf635f5fd3c363b2c355215e0f9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bccbae5 by Jonathan Brucker (jonathan.brucke@xxxxxxxxx):

    rftap: add new dissector
    
    The RFtap protocol is a simple metadata header designed to provide
    Radio Frequency (RF) metadata about frames.
    
    For official specifications see: https://rftap.github.io/
    
    Signed-off-by: Jonathan Brucker <jonathan.brucke@xxxxxxxxx>
    Change-Id: I0d008b2baadcc5cc9577113e9795eef2691b961a
    Reviewed-on: https://code.wireshark.org/review/17355
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@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  6362183   Revert "Revert "diameter: fix 400kb leaked memory on exit""
    adds  bccbae5   rftap: add new dissector


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/Makefile.am    |    1 +
 epan/dissectors/packet-rftap.c |  608 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 611 insertions(+)
 create mode 100644 epan/dissectors/packet-rftap.c