Wireshark-commits: [Wireshark-commits] master-2.0 674d8cc: zvt: fix parsing of the 3-byte length fi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 6 Apr 2016 21:25:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=674d8cc9f07dd1d8d98a0d7a70abea6b875d51d8
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

674d8cc by Martin Kaiser (wireshark@xxxxxxxxx):

    zvt: fix parsing of the 3-byte length field
    
    if the first length byte is 0xff, the actual length is the last
    two bytes interpreted as little endian
    
    Change-Id: I098ce428888147ad9ca0a30c3ed451d1f89eace7
    Reviewed-on: https://code.wireshark.org/review/14834
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    (cherry picked from commit 7476db48cc90f18bed8e9b54afa14d2958104957)
    Reviewed-on: https://code.wireshark.org/review/14835
    

Actions performed:

    from  2b90147   [Automatic update for 2016-04-03]
    adds  674d8cc   zvt: fix parsing of the 3-byte length field


Summary of changes:
 epan/dissectors/packet-zvt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)