aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-283GPP NAS: upgrade dissector to v15.5.0Pascal Quantin3-5/+57
Change-Id: I8cd60558ef6fb80d916f30aa79028cd87542d956 Reviewed-on: https://code.wireshark.org/review/31226 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson13-2/+17552
NISO Z39.50 is a protocol used by libraries and library vendors for information retrieval and catalog manipulation. It is defined using ASN.1 using BER encoding. It has an assigned TCP port of 210. This is an initial implementation. Features: - The Z39.50 standard OIDs are defined. - The bib-1 attribute set is decoded. - The bib-1 diagnostics are decoded. - Some OCTET STRINGs which are nearly always printable ASCII are special-cased. - The MARC (MAchine Readable Cataloging) format is decoded. Only the MARC21 variant is currently handled, but this is one of the most common variants. The most common tags are decoded. The MARC dissector is included in the Z39.50 dissector, but the code is structured in such away that it could be pulled out. Todo: - Add information to the Wiki about Z39.50. As part of this work, the definition of isdigit_string() was fixed to avoid const complaints. Change-Id: I29a7db53375ef8be83738a1ab98707761d878717 Reviewed-on: https://code.wireshark.org/review/31209 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-27test: fix import in suite_dissectors/group_asterix.Dario Lombardo1-1/+1
Change-Id: I88a97168f318c4d900dadf8443e4068c60ba342f Reviewed-on: https://code.wireshark.org/review/31212 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-27Qt: Show Python scripts as links in the about box.Stig Bjørlykke2-10/+4
Extcap utilities can be Python scripts. Show the files as URLs and allow double click to open. Change-Id: I214caa2683896b89fbe6243562eee9b12d4ae217 Reviewed-on: https://code.wireshark.org/review/31221 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-27DNS: Use microsecond resolution for request/response statistics.Michael Mann1-2/+3
The stat tree API only supports 32-bit integers and if nanosecond resolution is used correctly it's easy to hit integer overflow issues on even a fairly small capture file trying to sum up response times. Bug: 15382 Change-Id: I15d2cfbdbec7b0bef2bcfe1afe4f6eb6fc1d2456 Reviewed-on: https://code.wireshark.org/review/31217 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana3-1/+8
Change-Id: Ie5ab56f1ee80d14032969cbe7f31e086fb2b4b91 Reviewed-on: https://code.wireshark.org/review/31159 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-12-27json_dumper: add json_dumper_value_va_list().Dario Lombardo3-4/+20
Change-Id: I8effb701b505e5ce0c06be42ab524c458e1839ce Reviewed-on: https://code.wireshark.org/review/31207 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-12-27ISAKMP: Fix a crash when no decryption data block is thereJaap Keuter1-13/+14
Don't try to (re)set parameters in a struct when its pointer points to NULL. Bug: 15374 Change-Id: I953e82795990fde5fce2ad6d955781b372a9e405 Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-on: https://code.wireshark.org/review/31189 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-12-27packet-http: Fix whitespace issuesGraham Bloice1-2/+2
Change-Id: I33b13b576bd69d5c89a5028cc691a5617746e5a5 Reviewed-on: https://code.wireshark.org/review/31216 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-12-27test: add comment to fixture.Dario Lombardo1-0/+1
Change-Id: I4950968add0498003b041dc16fff05913e53d686 Reviewed-on: https://code.wireshark.org/review/31211 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris212-807/+819
Make the time stamp precision a 4-bit bitfield, so, when combined with the other bitfields, we have 32 bits. That means we put the flags at the same structure level as the time stamp precision, so they can be combined; that gets rid of an extra "flags." for references to the flags. Put the two pointers next to each other, and after a multiple of 8 bytes worth of other fields, so that there's no padding before or between them. It's still not down to 64 bytes, which is the next lower power of 2, so there's more work to do. Change-Id: I6f3e9d9f6f48137bbee8f100c152d2c42adb8fbe Reviewed-on: https://code.wireshark.org/review/31213 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-12-26Don't allocate per-frame data if we don't have an F5 trailer.Guy Harris1-26/+19
The F5 trailer dissector is called before the taps are called, so there is no reason why the taps should attach information to the frame if there isn't any information attached - if there's an F5 trailer, there will be information attached to the frame, so there's no need to attach one, and if there's no F5 trailer, there's no analysis to be done, so there's no need to attach one. That way, we don't waste memory that we aren't going to use (about 100MB for a large capture I have that has almost 3 million packets). Change-Id: I471b6c9b0fc6eb36f3aff35d6fba2f73c3a0eb90 Ping-Bug: 15385 Reviewed-on: https://code.wireshark.org/review/31210 Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-12-26gcsna: fix no previous prototype for function ↵Alexis La Goutte1-0/+3
'proto_[register|reg_handoff]_gcsna' [-Wmissing-prototypes] Change-Id: I5b5a627f9d75c2b9aa1ceb3a43c7991833dce751 Reviewed-on: https://code.wireshark.org/review/31195 Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-12-26ssh-base: fix no previous prototype for ‘extcap_log’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
Change-Id: I96f937ac7f0b085cd1db80b67f490193b02f9aca Reviewed-on: https://code.wireshark.org/review/31203 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-12-26test: add suite_outputformats for json output regression testing.Dario Lombardo5-0/+3882
This suite uses different output formats to check against fixed samples. Change-Id: I8adccfefea35a6d3cfacf3da61e8a72d830ed3a0 Reviewed-on: https://code.wireshark.org/review/31056 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-12-26Added a generic dissector validator and some ASTERIX unit tests that use it.Atli Guðmundsson4-0/+1619
This patch extends the test suite with: * a way for tests to check if a given byte sequence dissects into an expected dissection result. Unit tests included: * ASTERIX I019 * ASTERIX I063 * ASTERIX I065 Change-Id: Ib168382ec15b0b610ff5913806120ba1bf1d1503 Reviewed-on: https://code.wireshark.org/review/31083 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-26print: use frame date instead of current for json index.Dario Lombardo1-6/+4
Instead of using the current date (that can differ from packets) take if from the current frame. That will put the frame in an index related to its capture date instead of its loading date. Small indentation fixes. Change-Id: If9f9dad1399c2b1bf145e8bcc45a6936e4599cd7 Reviewed-on: https://code.wireshark.org/review/31204 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-26Declare register and register-handoff functions.Alexis La Goutte1-0/+3
This squelches -Wmissing-prototypes warnings. Change-Id: I49feace8796c9786e09183e8dcf82d08e06996a2 Reviewed-on: https://code.wireshark.org/review/31193 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-26Make dissect_oer_not_decoded_yet() static.Alexis La Goutte1-1/+2
It's not used outside this file. Change-Id: I1eead997dbd4d3b58498192a0aec73094a49a067 Reviewed-on: https://code.wireshark.org/review/31202 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-26No need to export a dissector for UUS1-Content_PDUs.Alexis La Goutte3-10/+9
Nothing else uses it. Change-Id: I1de8ced2ceeaf02f2c9eeeef9b6680d5ad7f4794 Reviewed-on: https://code.wireshark.org/review/31201 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-26Make dissect_srt_control_packet() static.Alexis La Goutte1-1/+1
It's not used outside this file, and isn't declared in any header file. Change-Id: I5b2e7600188bd25333fb85eed21ac41737794988 Reviewed-on: https://code.wireshark.org/review/31200 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-26Make routines used outside this file static.Alexis La Goutte1-1/+2
Change-Id: I2129cf613e7a89c8d56f069d5d4367c2fdde74ab Reviewed-on: https://code.wireshark.org/review/31196 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-26Fix Doxygen comment to match function parameter names.Alexis La Goutte1-1/+1
Change-Id: I9aa8c14b7d02d1ca6749be9a9cdb7cf049ed46b4 Reviewed-on: https://code.wireshark.org/review/31192 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-12-26imap: remove unused value (CID: 1441962).Dario Lombardo1-1/+0
Change-Id: Iae7697ba1cdeb06d3ef38a5079e3e8ea1bef649c Reviewed-on: https://code.wireshark.org/review/31205 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-12-26maxmind_db: force buffer contain an empty string (CID: 1441961).Dario Lombardo1-0/+2
Change-Id: Ia290f528befa0c071de9e62ea264fdda0740d6f8 Reviewed-on: https://code.wireshark.org/review/31206 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-12-25ieee1609dot2: fix no previous prototype for function ↵Alexis La Goutte2-4/+4
'proto_register_ieee1609dot2' [-Wmissing-prototypes] Change-Id: I977639e9623445ae9683689a1564e294ab15589c Reviewed-on: https://code.wireshark.org/review/31197 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-25cdma2k : fix no previous prototype for function ↵Alexis La Goutte1-0/+2
'proto_[register|reg_handoff]_cdma2k' [-Wmissing-prototypes] Change-Id: I0870e40e1f98bfd1d277b4812924e49970a24e98 Reviewed-on: https://code.wireshark.org/review/31194 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-25prefs: Document the possible hidden interface typesJim Young2-11/+26
The preferences file includes an optional comma-separated string of hidden interface type integer values (gui.interfaces_hidden_types). Augment the interface_type enum and the preferences file to better document what these interface type integer values stand for. Change-Id: Idd268ed7f252cfa56dd046d24ff7ff597018f5d3 Reviewed-on: https://code.wireshark.org/review/31191 Petri-Dish: Jim Young <jim.young.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-24Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots.Gerald Combs14-64/+66
Switch our remaining home-grown widgets (which excludes QCustomPlot) to new-style signals and slots. Change-Id: Icbe2d25d4ddad11b66f4c1369fa0da89c213ba72 Reviewed-on: https://code.wireshark.org/review/31190 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-24packet-http: Fix indentation issuesGraham Bloice1-60/+60
Change-Id: I7f3c2bf550f51d303b199ab385e1e3578aebc1e7 Reviewed-on: https://code.wireshark.org/review/31188 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2018-12-24http: Add request URI to responseGraham Bloice1-0/+18
Add the request URI to the response to allow filtering of responses by request URI in a single pass. Bug: 15344 Change-Id: I89bf675dccaed37f54a4d13956223cbdde601e7d Reviewed-on: https://code.wireshark.org/review/31184 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs10-23/+24
Change-Id: I56ecf0486c19dbd7a330628f2fe36d0a2c11b5da Reviewed-on: https://code.wireshark.org/review/31187 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23geonw: use glib uint64 modifier.Dario Lombardo1-2/+4
Fix compilation on OSX: ../epan/dissectors/packet-geonw.c:1248:164: error: format specifies type 'unsigned long' but the argument has type 'guint64' (aka 'unsigned long long') [-Werror,-Wformat] proto_tree_add_uint64_bits_format_value(subtree, hf, tvb, (start << 3) + (*offset) - start, (((*offset) - start) << 3) - ((*offset) - start),tmp_val,"%lu",tmp_val); ~~~ ^~~~~~~ %llu While here, minor indentation issues have been fixed. Change-Id: I5fc37d337fc302a16210c784e75cf39085ef622e Reviewed-on: https://code.wireshark.org/review/31186 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-23gitlab-ci: don't force ninja-build installation.Dario Lombardo1-10/+10
It has been added to the debian-setup script, then it is pointless to force it. Change-Id: I5c9f047c7e5826ff06f483d5a2f0c2e808c17853 Reviewed-on: https://code.wireshark.org/review/31180 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-23Update definitions from ETSI TS 102 965 v3Christophe GUERBER2-15/+33
Change-Id: Id51e46795fea3f20421ff94346e501bcf2af17b8 Reviewed-on: https://code.wireshark.org/review/31183 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23json_dumper: add base64 routines.Dario Lombardo3-2/+86
Change-Id: Iab9a201fe951e5557501f4e675ab74ecd9dbb930 Reviewed-on: https://code.wireshark.org/review/31034 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-23quic: comment out unused function.Dario Lombardo1-0/+3
The use of this function has beed discontinued in v2.9.1rc0-109-gee439bb82d. Change-Id: I0106b0812ebabbe7fc754be6dc0e636c8088c835 Reviewed-on: https://code.wireshark.org/review/31181 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-12-23Fix AUTHORS.Gerald Combs2-1/+4660
Change-Id: I8d755bff9d85765ef1b24a7c875dd4a2e2284137 Reviewed-on: https://code.wireshark.org/review/31182 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-12-23Secured messages dissector for GeoNetworkingChristophe GUERBER3-7/+1506
Dissects secured messages from GeoNetworking protocol as per ETSI_TS_103_097 (v1 or 2). Msg_id or application id is used to determine subdissector: "geonw.sec.v1.msg_type" and "geonw.sec.v2.app_id". Unsecured and signed payloads are subdissected, encrypted payload is kept as data. Version 3 secured message dissection calls ieee1609dot2 dissector. No subdissector is provided in this case. Use Application ID as defined in ETSI_TS_103_965. Change-Id: Iff90a0e433d7774790cda50a557631d65c6de2ce Reviewed-on: https://code.wireshark.org/review/31164 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23QUIC: Remove unused field quic.odcil_draft13Alexis La Goutte1-6/+0
Forget when remove draft13 support... Change-Id: Id8d65e0ea35618185931fb1d35314e8ededae172 Reviewed-on: https://code.wireshark.org/review/31179 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-23QUIC: remove draft-14 supportAlexis La Goutte1-148/+26
Change-Id: Ib8a5698abfea4c3cab32b0018ef2bcadcc9e4e08 Reviewed-on: https://code.wireshark.org/review/31178 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-12-23[Automatic update for 2018-12-23]Gerald Combs7-14543/+3451
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I3b61ebf008244aa7e3c58f950d448045ef08b3aa Reviewed-on: https://code.wireshark.org/review/31175 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-12-23Updates and bugfix of ASTERIX 063Atli Guðmundsson1-11/+11
Updated I063 to v1.4 Fixed incorrect spelling of I063/090.PRG Fixed I063 Capitalisation inconsistencies Change-Id: I241fc15829d1ef2eddd4f68cf37b58d9f16f2aa8 Reviewed-on: https://code.wireshark.org/review/31174 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23Updates and bugfix of ASTERIX 065Atli Guðmundsson1-15/+65
Added I065 v1.4 Added I065 v1.4 field (STTN) Added I065 RE fields (SRP, ARL) Fixed I065/000 message mappings Fixed I065 Capitalisation inconsistencies Change-Id: Id28c7214817654a2a1f18c8d54f0fd271eb44107 Reviewed-on: https://code.wireshark.org/review/31173 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23Qt: Add Ukrainian (uk) translationAlexis La Goutte6-1/+15980
No yet available at 100% (35,8%) but work in progress... Change-Id: I3d0d861037abe5e5f2611f95ac27ad42c8d20c47 Reviewed-on: https://code.wireshark.org/review/31158 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23Qt: Add Swedish (sv) translationAlexis La Goutte6-1/+16029
No yet available at 100% (57,05%) but work in progress... Change-Id: I3fa95c49003aa6fd5183d24fe76b721520a44ba0 Reviewed-on: https://code.wireshark.org/review/31157 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23BGP: Decode next hop BGP MP_REACH_NLRI for MCAST-VPN safUli Heilmeier1-29/+49
Ref: https://tools.ietf.org/html/rfc6514#section-9.1.1 Bug: 15376 Change-Id: I60aaeadb4a58f2b16630ba184d3ad9841bc32436 Reviewed-on: https://code.wireshark.org/review/31171 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23knxip: fix no previous prototype for function 'proto_register_knxip'.Dario Lombardo1-0/+1
Change-Id: Ibb5454fd568745ace4335b3365fe7862b5e48b70 Reviewed-on: https://code.wireshark.org/review/31172 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-22QUIC: Remove draft-13 supportAlexis La Goutte1-14/+3
Change-Id: I98e9e53a031929ea9b9ac047166a961c2c30908e Reviewed-on: https://code.wireshark.org/review/31170 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-22QUIC: Add draft-16 supportAlexis La Goutte1-3/+4
Editor change (No packet change) Also update link to spec Change-Id: I7b64edc1db85d6092858eab98098692ae5c69eb4 Reviewed-on: https://code.wireshark.org/review/31169 Reviewed-by: Anders Broman <a.broman58@gmail.com>