Wireshark-commits: [Wireshark-commits] master d7b3122: New dissector: UFTP version 5

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 24 May 2020 10:08:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7b312238d32d6cb92e1a5ba6a15a213efa60c94
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d7b3122 by Dennis Bush (bush@xxxxxxxx):

    New dissector: UFTP version 5
    
    Added support for the recently released version 5 of UFTP.
    This is in addition to the existing dissectors for versions 3 and 4.
    
    Capture file:
    https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=UFTP_v5_transfer.pcapng
    
    Change-Id: I3f49607e30396c9b085b6f9b89baa3852ba7627e
    Reviewed-on: https://code.wireshark.org/review/36949
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  567d9d3   [Automatic update for 2020-05-24]
     add  d7b3122   New dissector: UFTP version 5


Summary of changes:
 epan/dissectors/CMakeLists.txt                     |   1 +
 epan/dissectors/packet-uftp.c                      |   6 +-
 epan/dissectors/{packet-uftp4.c => packet-uftp5.c} | 812 ++++++++++-----------
 3 files changed, 385 insertions(+), 434 deletions(-)
 copy epan/dissectors/{packet-uftp4.c => packet-uftp5.c} (83%)