Add QUIC Transport IETF (draft-05) protocol

Bug: 13881
Change-Id: I9007800060dfc503a1039f652d53c9cb1cd42211
Reviewed-on: https://code.wireshark.org/review/22366
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Alexis La Goutte 2017-06-23 07:45:10 +02:00 committed by Peter Wu
parent 61eb3f0b75
commit d619a4239e
4 changed files with 1100 additions and 0 deletions

View File

@ -54,6 +54,7 @@ LoRaTap
LoRaWAN
ISOBUS
AMT (Automatic Multicast Tunneling)
QUIC (IETF)
--sort-and-group--
=== Updated Protocol Support

View File

@ -1101,6 +1101,7 @@ set(DISSECTOR_SRC
packet-quake2.c
packet-quake3.c
packet-quakeworld.c
packet-quic.c
packet-radius.c
packet-radius_packetcable.c
packet-raknet.c

View File

@ -1123,6 +1123,7 @@ DISSECTOR_SRC = \
packet-quake2.c \
packet-quake3.c \
packet-quakeworld.c \
packet-quic.c \
packet-radius.c \
packet-radius_packetcable.c \
packet-raknet.c \

File diff suppressed because it is too large Load Diff