Wireshark-commits: [Wireshark-commits] master e2b2d98: UFTP: Add dissector for Encrypted UDP based
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Aug 2016 04:02:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2b2d986cc3b86ef98ebd92d2e8b5fabb5666a35
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2b2d98 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>
    

Actions performed:

    from  ba71ac0   Enhance Bluetooth LE commands parsing
    adds  e2b2d98   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