ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 79a59dd: QUIC: add (expert) info for connection-relat

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Apr 2018 20:29:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79a59ddae1728c654f7e559aca698377c058163d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

79a59dd by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: add (expert) info for connection-related info
    
    Include "quic.connection.number" for easier filtering of a connection
    and to detect which connection packets are associated with. Expert info
    is shown when a packet cannot be associated (due to dissector bug or
    protocol violations).
    
    Bug: 13881
    Change-Id: I097e41d1abff629d6f8cc25396bad60c6790e84e
    Reviewed-on: https://code.wireshark.org/review/27099
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0202bc9   tools: make rpm and debian setup scripts more similar.
    adds  79a59dd   QUIC: add (expert) info for connection-related info


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