Wireshark-commits: [Wireshark-commits] master-2.6 8cabf3b: Fix handling of text headers with non-te

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

Commits:

8cabf3b 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>
    (cherry picked from commit 8c73874ef070874b5220af6e8400e09505b1a79d)
    Reviewed-on: https://code.wireshark.org/review/28168
    

Actions performed:

    from  d962adf   LISP: Decode AFNUM_802 as AFNUM_EUI48
    adds  8cabf3b   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(-)