Wireshark-commits: [Wireshark-commits] master bd1e404: QUIC: fix trailing data after VN packet
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Oct 2018 04:37:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd1e404c62e3e06a6d5e4f36ca5063ea51edcd87
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bd1e404 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix trailing data after VN packet
    
    The returned offset must be non-zero or the data dissector is invoked.
    
    Change-Id: Iaff6e1f19fc94e17b41ad06a8be491fbec4835ba
    Fixes: v2.9.0rc0-1797-g91c5942c93 ("QUIC: implement packet coalescing (draft >= 11)")
    Reviewed-on: https://code.wireshark.org/review/29945
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  92e2858   Put the FILE_T first in the arguments to parse_dbs_etherwatch_packet().
     add  bd1e404   QUIC: fix trailing data after VN packet


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