Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master af0e93c: QUIC: Fix some issue (Malformed frame) with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Sep 2015 14:41:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af0e93c05685c8e3ffdca0d48b947767860105a9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Fix some issue (Malformed frame) with handshake heuristics
    
    Need to check if there is data before get a value...
    
    Change-Id: I45592e9a2c55a5bce57a40f7e3153e8f540ca316
    Reviewed-on: https://code.wireshark.org/review/10636
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  fea2e4a   NGHTTP2: Update to 1.3.3
    adds  af0e93c   QUIC: Fix some issue (Malformed frame) with handshake heuristics


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