Wireshark-commits: [Wireshark-commits] master 5b9bbaf: Fix dissection of Large Internet Packet echo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 23 Feb 2019 19:46:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b9bbaf7e2286c7c450dde606e460c445e037972
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5b9bbaf by Guy Harris (guy@xxxxxxxxxxxx):

    Fix dissection of Large Internet Packet echos.
    
    There are two different types, with different formats, and the stuff
    after the "LIP Echo Data"/"Lip Echo Data" string isn't text, it's
    arbitrary binary data.
    
    Change-Id: I5bc56a557b436b7d179b0bea586f3ed5d4e017d0
    Reviewed-on: https://code.wireshark.org/review/32175
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1048b82   Fix liblzma, liblz4, and libssh builds with minimum deployment version and SDK.
     add  5b9bbaf   Fix dissection of Large Internet Packet echos.


Summary of changes:
 epan/dissectors/packet-ncp.c       | 65 ++++++++++++++++++++++++--------------
 epan/dissectors/packet-ncp2222.inc | 25 ++-------------
 2 files changed, 44 insertions(+), 46 deletions(-)