Wireshark-commits: [Wireshark-commits] master 8c73874: Fix handling of text headers with non-text v

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 09 Jun 2018 17:52:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c73874ef070874b5220af6e8400e09505b1a79d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8c73874 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix handling of text headers with non-text values.
    
    Determine the length of non-text values in the standard fashion for WSP,
    and treat the value as having that length, rather than running to the
    end of the packet.
    
    Change-Id: If3501cf726df4d8338e86515906f67790a773b02
    Reviewed-on: https://code.wireshark.org/review/28167
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e528602   A bit of fine tuning the stcsig dissector.
    adds  8c73874   Fix handling of text headers with non-text values.


Summary of changes:
 epan/dissectors/packet-wsp.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)