QUIC: add references to the QUIC wiki

A frequent question is what Wireshark version to use for a particular
QUIC draft version. These are documented on the QUIC Tools wiki, add a
reference to help users looking at the source code.

Change-Id: Ieb008d1fa5bfb91e11cb64613336b8bf3e98a5e8
Reviewed-on: https://code.wireshark.org/review/34239
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Peter Wu 2019-08-11 18:15:51 +01:00 committed by Anders Broman
parent d4c14dd11c
commit 84ff57971f
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@
* https://tools.ietf.org/html/draft-ietf-quic-transport-22
* https://tools.ietf.org/html/draft-ietf-quic-tls-22
* https://tools.ietf.org/html/draft-ietf-quic-invariants-06
*
* Currently supported QUIC version(s): draft -21, draft -22.
* For a table of supported QUIC versions per Wireshark version, see
* https://github.com/quicwg/base-drafts/wiki/Tools#wireshark
*
* Decryption is supported via TLS 1.3 secrets in the "TLS Key Log File",
* configured either at the TLS Protocol preferences, or embedded in a pcapng
* file. Sample captures and secrets can be found at:
* https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13881
*/
#include <config.h>