Wireshark-commits: [Wireshark-commits] master 380381c: TWAMP: Reassemble only the Server-Greeting m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 20:38:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=380381ce72e00db3e845eb6507c55b61739d783a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

380381c by Valentin Vidic (Valentin.Vidic@xxxxxxxxx):

    TWAMP: Reassemble only the Server-Greeting message
    
    Recursion fix forces all the messages to reassemble into 64 byte
    chunks breaking the dissector for later (smaller) messages.
    
    Change-Id: I4ab8ab4259aac5d5fc5a19ce10c6cab2db5ae3e0
    Reviewed-on: https://code.wireshark.org/review/25985
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4c8c59c   csn1: fix indentation.
    adds  380381c   TWAMP: Reassemble only the Server-Greeting message


Summary of changes:
 epan/dissectors/packet-twamp.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)