aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-02QUIC: fix decode when use version > Q033Alexis La Goutte1-33/+12
2016-04-14QUIC: Add CTIM (Client Timestamp) TagAlexis La Goutte1-0/+13
2016-03-25QUIC: Add new tag found with version Q30Alexis La Goutte1-0/+13
2016-03-12QUIC: Add new tag found with version Q29Alexis La Goutte1-0/+26
2016-03-02QUIC: fix typo on switch to get length offsetAlexis La Goutte1-1/+1
2016-02-02QUIC: fix some display field typo...Alexis La Goutte1-3/+3
2015-12-23QUIC: Display Sequence before CID (Connection ID)Alexis La Goutte1-1/+3
2015-12-23QUIC: Need also to increment tag_offset when tag_len is not zeroAlexis La Goutte1-1/+2
2015-12-23QUIC: It is possible to have multiple CCSAlexis La Goutte1-3/+5
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