Wireshark-commits: [Wireshark-commits] master 80e27e4: packet-vnc.c : Fix parse h264 packet error
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Dec 2019 09:33:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80e27e4cbacfa5496d7eee58800da0549e96587d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

80e27e4 by zhudewen (zhudewen@xxxxxxxxx):

    packet-vnc.c : Fix parse h264 packet error
    
    According to 'CCC-TS-010_ Virtual Networking Computing (VNC).pdf'
    Table 31: VA H.264 Encoding within a Framebuffer Update Message
    The h264 encoding format should be:
    h264 nbytes (4B)
    h264 slice type (4B)
    h264 width (4B)
    h264 height (4B)
    ...
    
    Change-Id: Ic3bc7ac6723fed68243ec0359791a0d329662ca4
    Reviewed-on: https://code.wireshark.org/review/35518
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  56e1832   DCERPC: add DRIVER_INFO_8 decoding for DCE/RPC spoolss dissector
     add  80e27e4   packet-vnc.c : Fix parse h264 packet error


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