Wireshark-commits: [Wireshark-commits] master-1.12 0812523: RSYNC: Malformed Packet on rsync-versio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Jan 2015 18:26:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0812523ee0ef1c71f51fe237985877fb74a84a0f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

0812523 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    RSYNC: Malformed Packet on rsync-version with length 2
    
    RSYNC dissector always think the resync-version length = 4
    
    Bug:10863
    Change-Id: I2dee3ff7195af110223903d79b938849666878a7
    Reviewed-on: https://code.wireshark.org/review/6584
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit a38b7149084b1f07a769fe1d49f4fb25089c9b6b)
    Reviewed-on: https://code.wireshark.org/review/6586
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a980bcc   PacketLogger files can be big-endian or little-endian.
    adds  0812523   RSYNC: Malformed Packet on rsync-version with length 2


Summary of changes:
 epan/dissectors/packet-rsync.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)