Wireshark-commits: [Wireshark-commits] master 8cfa57c: Fix NR-SACK DuplicateTSN field

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 8 Apr 2017 13:52:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cfa57cdb53ea7928a6514985f788aa6d6545763
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8cfa57c by Marcelo Ricardo Leitner (marcelo.leitner@xxxxxxxxx):

    Fix NR-SACK DuplicateTSN field
    
    It was commented out because the loop reading it was filling using the
    wrong header field, probably just due to a copy&paste issue.
    Also, fix its width, which is actually 4-bytes long. The loop reading it
    is reading it correctly already.
    
    Change-Id: Ie1a3cb901ec578e51395ba110ea1792476919d75
    Reviewed-on: https://code.wireshark.org/review/20961
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dc81822   Fix size information for sctp.sack_duplicate_tsn
    adds  8cfa57c   Fix NR-SACK DuplicateTSN field


Summary of changes:
 epan/dissectors/packet-sctp.c |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)