aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-12/+2
2015-09-27QUIC: Update QUIC Error Codes lists...Alexis La Goutte1-9/+249
2015-09-24QUIC: Fix some issue (Malformed frame) with handshake heuristicsAlexis La Goutte1-4/+11
2015-09-23QUIC: Add Regular Frame Type...Alexis La Goutte1-182/+510
2015-09-23QUIC: Missing break in switch (CID 1324757)Alexis La Goutte1-0/+1
2015-09-18QUIC: Fix Num Timestamp dissectionAlexis La Goutte1-19/+22
2015-09-18QUIC: Add Client/Server handshake (CHLO / SHLO / REJ)Alexis La Goutte1-22/+1238
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-6/+6
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-02QUIC dissector : Update from last Design Document and Specification (12/2/2013)Alexis La Goutte1-31/+31
2014-02-02Fix dissector exception when GUID is empty in flagsPeter Wu1-2/+4
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+1
2013-11-09Add QUIC (Quick UDP Internet Connections) dissectorAlexis La Goutte1-0/+382