QUIC: rename to G(oogle)QUIC

quic => gquic

Change-Id: Ica9ae8cc77e09056507c9c4c5c798b613eb56194
Reviewed-on: https://code.wireshark.org/review/22589
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-07-11 15:11:01 +02:00 committed by Anders Broman
parent f41a4f5e6f
commit 14308a22e5
4 changed files with 641 additions and 640 deletions

View File

@ -36,6 +36,7 @@ since version 2.4.0:
supports preference files that contain the old preferences, but new
preference files will be written without the old fields.
* Support for user-editable "enterprises" file in the personal config dir (overriding system file).
* QUIC dissector is rename to G(oogle) QUIC (quic => gquic)
//=== Removed Dissectors

View File

@ -650,6 +650,7 @@ set(DISSECTOR_SRC
packet-gssapi.c
packet-gtp.c
packet-gtpv2.c
packet-gquic.c
packet-gvcp.c
packet-gvrp.c
packet-gvsp.c
@ -1099,7 +1100,6 @@ 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

@ -672,6 +672,7 @@ DISSECTOR_SRC = \
packet-gssapi.c \
packet-gtp.c \
packet-gtpv2.c \
packet-gquic.c \
packet-gvcp.c \
packet-gvrp.c \
packet-gvsp.c \
@ -1121,7 +1122,6 @@ DISSECTOR_SRC = \
packet-quake2.c \
packet-quake3.c \
packet-quakeworld.c \
packet-quic.c \
packet-radius.c \
packet-radius_packetcable.c \
packet-raknet.c \