Wireshark-commits: [Wireshark-commits] master d3c704c: TFTP: Redesign conversation creation algorit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Jan 2020 05:13:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3c704ce63a70f6c28a34c93be2d7da6a1eb4035
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d3c704c by Roman Koshelev (roman.koshelev@xxxxx):

    TFTP: Redesign conversation creation algorithm
    
    In the old version, 1 conversation was used for all TFTP exchanges.
    (provided that they had the same ip addresses and ports)
    
    Change-Id: Ie19f8a36d1605fdfc66db3cc94a3206a31cd6515
    Reviewed-on: https://code.wireshark.org/review/35476
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  1592679   Bluetooth HCI: Add support for Bluetooth v5.2
     add  d3c704c   TFTP: Redesign conversation creation algorithm


Summary of changes:
 epan/dissectors/packet-tftp.c | 43 +++++++++++++++++++++++++++++--------------
 1 file changed, 29 insertions(+), 14 deletions(-)