ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master d7179ac: Fix the length reported as value length.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Nov 2014 14:38:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7179ac0ff24b61515897b9d0efbca1ed3f5ee4e
Submitter: Michael Tüxen (tuexen@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7179ac by Michael Tüxen (tuexen@xxxxxxxxxxxxx):

    Fix the length reported as value length.
    
    The length reported as value length for unknown chunks
    was actually the chunk length. Therefore it was off by 4.
    
    Change-Id: Ieea79d2c51b4729fc139395174625d1f362d1ee5
    Reviewed-on: https://code.wireshark.org/review/5392
    Reviewed-by: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
    

Actions performed:

    from  c62dac1   Eliminate proto_tree_add_text from packet-mate.c
    adds  d7179ac   Fix the length reported as value length.


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