Wireshark-commits: [Wireshark-commits] master 8c85f0c: QUIC: use switch/case for long_packet_type a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Mar 2018 06:44:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c85f0c35c4383919e0467b44cd3f208f280404d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: use switch/case for long_packet_type and move to function
    
    Ping-Bug: 13881
    Change-Id: If601344d042909ae190226f8039f0b9d016fb8d7
    Reviewed-on: https://code.wireshark.org/review/26082
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  1e26cb2   NAS-5GS: More dissection.
    adds  8c85f0c   QUIC: use switch/case for long_packet_type and move to function


Summary of changes:
 epan/dissectors/packet-quic.c | 169 +++++++++++++++++++++++-------------------
 1 file changed, 91 insertions(+), 78 deletions(-)