Wireshark-commits: [Wireshark-commits] master-2.2 82b4b09: Fix handling of text headers with non-te
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82b4b094773dac046491609167e1c36516900d2c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
82b4b09 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/28170
    
Actions performed:
    from  5308ae3   LISP: Decode AFNUM_802 as AFNUM_EUI48
    adds  82b4b09   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(-)