Wireshark-commits: [Wireshark-commits] master d0bb041: Add support to dissect iperf2 packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Oct 2016 11:54:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0bb041e5624c4a2369ebb60188aa26f08a0cf5f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d0bb041 by Anish Bhatt (anish@xxxxxxxxxx):

    Add support to dissect iperf2 packets
    
    Change-Id: Ieb36a77a98da1ce6e5de34010806cdc05f8e6533
    Reviewed-on: https://code.wireshark.org/review/15637
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anish Bhatt <anish@xxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ca2dc53   InterfaceList: Make storing preferences optional
    adds  d0bb041   Add support to dissect iperf2 packets


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