Wireshark-commits: [Wireshark-commits] master-2.4 09cd0fe: 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:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09cd0fee71b5f7f8660759e29142fd693a040769
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

09cd0fe 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/28169
    

Actions performed:

    from  0e94d6c   LISP: Decode AFNUM_802 as AFNUM_EUI48
    adds  09cd0fe   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(-)