QUIC: fix UAF crash related to the Info column for Long Header messages
[metze/wireshark/wip.git] / epan / dissectors / packet-quic.c
2018-10-10 Peter WuQUIC: fix UAF crash related to the Info column for...
2018-10-01 Peter WuQUIC: fix trailing data after VN packet
2018-09-26 Alexis La GoutteQUIC: Add support of gQUIC (Q044)
2018-09-25 Gerald CombsRename packet-ssl* to packet-tls*
2018-09-23 Peter WuQUIC: support CRYPTO_ERROR (draft -13)
2018-09-23 Peter WuQUIC: shorten labels for transport error codes
2018-09-21 Peter WuQUIC: improve Info column and packet details when decry...
2018-09-20 Peter WuQUIC: use application error codes for some frames
2018-09-19 Peter WuQUIC: simplify and fix frame item length in some cases
2018-09-19 Peter WuQUIC: simplify PADDING frame
2018-09-19 Dario Lombardoquic: put quic_connection_add_cid into ifdef.
2018-09-19 Dario Lombardoquic: mark unused parameter in quic_process_payload.
2018-09-19 Peter WuQUIC: recognize short header packets after connection...
2018-09-19 Peter WuQUIC: small connection tracking optimization
2018-09-19 Peter WuQUIC: use NCI to improve connection tracking
2018-09-18 Alexis La GoutteQUIC: Add frame type on Connection Close (draft -13)
2018-09-17 Peter WuQUIC: drop support for draft -12
2018-09-17 Peter WuQUIC: fix decryption failure with larger PKN (draft...
2018-09-17 Alexis La GoutteQUIC: Remove error code UNSOLICITED_PATH_RESPONSE ...
2018-09-17 Alexis La GoutteQUIC: Change value ACK_ECN (draft -14)
2018-09-17 Peter WuQUIC: implement new Retry Packet (draft -14)
2018-09-17 Alexis La GoutteQUIC: Initial support of draft -14
2018-09-17 Alexis La GoutteQUIC: Update Error codes (draft -13)
2018-09-17 Alexis La GoutteQUIC: Add new Frame type (draft-13)
2018-09-17 Alexis La GoutteQUIC: CRYPT => CRYPTO
2018-09-17 Peter WuQUIC: fix Initial decryption with Token field (draft...
2018-09-17 Peter WuQUIC: fix connection tracking/decryption after Retry...
2018-09-17 Peter WuQUIC: implement new Retry Packet (draft -13)
2018-09-17 Peter WuQUIC: implement decryption using new traffic secrets...
2018-09-16 Peter WuQUIC: refactor packet protection cipher initialization
2018-09-16 Peter WuQUIC: use single field for all long header payloads
2018-09-16 Peter WuQUIC: wire up CRYPTO frames with TLS 1.3 Handshake...
2018-09-15 Peter WuQUIC: remove draft -11 support
2018-09-14 Peter WuQUIC: recognize CRYPTO frame (draft -13)
2018-09-14 Peter WuQUIC: split per-packet state to fix packet coalescing
2018-09-13 Gerald CombsStart renaming SSL to TLS.
2018-09-13 Peter WuQUIC: fix Initial dissection (draft -13)
2018-09-13 Peter WuQUIC: use HKDF-Expand-Label (draft -13)
2018-09-13 Peter WuQUIC: implement draft -12 decryption (PNE and PP)
2018-09-12 Peter WuQUIC: create QUIC-specific cipher context
2018-09-12 Peter WuQUIC: implement packet coalescing (draft >= 11)
2018-09-11 Peter WuQUIC: ensure handshake keys availability before PKN
2018-09-11 Alexis La GoutteQUIC: Remove draft-10 support
2018-05-18 Alexis La GoutteQUIC: Append colmun info and use small "name"
2018-05-02 Pascal QuantinQUIC: fix compilation with gcc 8
2018-04-24 Peter WuQUIC: fix NEW_CONNECTION_ID dissection (draft -11)
2018-04-24 Peter WuQUIC: add (expert) info for connection-related info
2018-04-23 Peter WuQUIC: fix short header decryption (draft -11)
2018-04-23 Peter WuQUIC: implement connection migration (draft -10 and...
2018-04-23 Peter WuQUIC: fix decryption with long header (draft -11)
2018-04-20 Peter WuQUIC: implement new header formats (draft -11)
2018-04-18 Peter WuQUIC: add draft version and rename some transport param...
2018-04-18 Peter WuQUIC: fix short packet type, update error codes (draft...
2018-04-18 Peter WuQUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames...
2018-04-18 Peter WuQUIC: initial draft-10 decryption support
2018-04-16 Alexis La GoutteQUIC: Add initial support of draft-10
2018-03-21 Peter WuQUIC: fully fix random access decryption, improve error...
2018-03-21 Peter WuQUIC: fix decryption and PKN dissection with random...
2018-03-21 Peter WuQUIC: Add 1-RTT packet decryption (draft -09)
2018-03-20 Peter WuQUIC: ensure Initial Packet decryption at first pass
2018-03-18 Jaap KeuterQUIC: use GLib constant
2018-03-17 Alexis La GoutteQUIC: Add dissection of Full Packet Number (PKN)
2018-03-09 Alexis La GoutteQUIC: Replace cleartext by handshake
2018-03-09 Alexis La GoutteQUIC: Remove last long packet type about old draft...
2018-03-02 Richard Sharpequic: Make sure that we still build when certain librar...
2018-03-01 Alexis La GoutteQUIC: Add heuristic for avoid conflict with GQUIC
2018-03-01 Alexis La GoutteQUIC: Add dissection of RETRY
2018-03-01 Alexis La GoutteQUIC: use switch/case for long_packet_type and move...
2018-02-28 Alexis La GoutteQUIC: Display GREASE version..
2018-02-21 Alexis La GoutteQUIC: Use new labels for decryption (draft-09).
2018-02-21 Peter WuTLS: allow QUIC dissector to pass HKDF label for ciphers
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-02-12 Peter WuExtract HKDF-Expand from TLS 1.3 dissector
2018-02-08 Alexis La GoutteQUIC: Add initial draft-09 support
2018-02-08 Guy HarrisGet rid of no-longer-used variables.
2018-02-08 Alexis La GoutteQUIC: remove draft-07 support
2018-02-08 Alexis La GoutteQUIC: QUIC is not longer a ACRONYM
2018-02-02 Jakub Zawadzkiquic: fix secret memleaks.
2018-01-23 Richard SharpeQUIC: fix build with older Libgcrypt
2018-01-21 Alexis La GoutteQUIC: Add define value for Long Packet Type (Initial...
2018-01-21 Alexis La GoutteQUIC: Remove draft-05 and draft-06
2018-01-21 Alexis La GoutteQUIC: Update IETF draft URL (draft-08)
2018-01-16 Alexis La GoutteQUIC: fix Padding Frame
2018-01-15 Alexis La GoutteQUIC(TLS): Add new error code from draft-07
2018-01-10 Alexis La GoutteQUIC: Add new error code from draft-08
2018-01-10 Alexis La GoutteQUIC: Add PONG frame type from draft-08
2018-01-05 Alexis La GoutteQUIC: Add Payload (length and data) of PING frame ...
2018-01-05 Alexis La GoutteQUIC: Dissect Version Negotiation of draft-08
2018-01-05 Alexis La GoutteQUIC: Display Connection in hex on Short Header too
2018-01-05 Alexis La GoutteQUIC: Fix Connection ID flag with draft-08
2018-01-03 Alexis La GoutteQUIC: Enhance *BLOCKED* frame
2018-01-02 Alexis La GoutteQUIC: use varint for all type (draft-08)
2018-01-02 Alexis La GoutteQUIC: Add new ACK type (0x0e) of draft-08
2018-01-02 Alexis La GoutteQUIC: Add decrypt Handshake Packet
2018-01-02 Alexis La GoutteQUIC: Add new STREAM type (0x10 to 0x17) of draft-08
2018-01-01 Alexis La GoutteQUIC: fix build when don't have libgcrypt with AEAD...
2017-12-31 Alexis La GoutteQUIC: Add decrypt of Initial Packet
2017-12-29 Alexis La GoutteQUIC: Initial draft-08 support
2017-12-25 Alexis La GoutteQUIC: Add decrypt Cleartext
2017-12-25 Peter WuTLS13,QUIC: prepare for QUIC decryption
next