Wireshark-commits: [Wireshark-commits] master-2.2 da9b9d4: UFTP: Add dissector for Encrypted UDP ba
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Aug 2016 18:32:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=da9b9d45a57934d7de40c50f053abfa25f499fdb
Submitter: Jaap Keuter (jaap.keuter@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

da9b9d4 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    UFTP: Add dissector for Encrypted UDP based FTP with multicast
    
    See http://uftp-multicast.sourceforge.net/ for the original publication
    of these dissectors. Both v3 and v4 protocols are dissected.
    
    Bug: 12718
    Change-Id: If691a573b9440c7cbe3b35711231b628cf3c8604
    Reviewed-on: https://code.wireshark.org/review/16936
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit e2b2d986cc3b86ef98ebd92d2e8b5fabb5666a35)
    Reviewed-on: https://code.wireshark.org/review/17034
    

Actions performed:

    from  cedf64d   IEEE 802.11: fix dissection of PLMN Information IE
    adds  da9b9d4   UFTP: Add dissector for Encrypted UDP based FTP with multicast


Summary of changes:
 docbook/release-notes.asciidoc |    2 +-
 epan/dissectors/CMakeLists.txt |    2 +
 epan/dissectors/Makefile.am    |    2 +
 epan/dissectors/packet-uftp.c  | 2243 +++++++++++++++++++++++++++
 epan/dissectors/packet-uftp4.c | 3289 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 5537 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-uftp.c
 create mode 100644 epan/dissectors/packet-uftp4.c