aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2019-04-12Improve phrasing in wsug-prefaceMoshe Kaplan1-13/+10
Change-Id: I3460abadb36f77ec9d3eaac694a070b9a8eccdd0 Reviewed-on: https://code.wireshark.org/review/32838 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-11DRBD: Add dissector for the Distributed Replicated Block Device protocolJoel Colledge1-0/+1
Bug: 15589 Change-Id: Iab2284f79130b0ab024e7ab00c0774d1907077db Reviewed-on: https://code.wireshark.org/review/32332 Tested-by: Petri Dish Buildbot Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-03-29Update docs for WinPcap to Npcap switchMoshe Kaplan5-35/+34
Change-Id: I23287165c3aaf11327a3320282fa9eebe23e2a22 Reviewed-on: https://code.wireshark.org/review/32616 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26WSUG: Update deprecated syntax.Gerald Combs1-6/+6
Asciidoctor 2.0.0 deprecated "footnoteref". Use "footnote" instead. Change-Id: Ic7eeabcb20ddbb5137c24c6861b01168879235d9 Reviewed-on: https://code.wireshark.org/review/32592 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-24[Automatic update for 2019-03-24]Gerald Combs1-2/+2
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ib05f06638757aa7d96f6ebfd4cfb5baaf347bf99 Reviewed-on: https://code.wireshark.org/review/32552 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-18WSUG: Update the requirements section.Gerald Combs1-10/+9
Change-Id: I84e7e0b22e1933385d6e928cc83ebd485beada06 Reviewed-on: https://code.wireshark.org/review/32470 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-04WSDG: Describe our tag naming conventions.Gerald Combs1-4/+11
Change-Id: Icb8ba1be843b8a109713df9260330df5b215bf0b Reviewed-on: https://code.wireshark.org/review/32318 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-03[Automatic update for 2019-03-03]Gerald Combs1-0/+1
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I1dcc92c6de3028af82556e6713451c3473fdb2d0 Reviewed-on: https://code.wireshark.org/review/32295 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-24[Automatic update for 2019-02-24]Gerald Combs2-2/+10
Update manuf, services enterprise numbers, translations, and other items. Change-Id: If37808291aca1f9bdd75d064bbfb738b89945eb8 Reviewed-on: https://code.wireshark.org/review/32180 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-19eCPRI: added new dissectorMaximilian Kohler1-0/+1
evolved Common Public Radio Interface (eCPRI) is a protocol, which will be used in fronthaul transport network. It will be included in standard ethernet frames and UDP frames. There are 8 Message Types to decode with eCPRI Specification V1.2. Bug: 15510 Change-Id: I2bb74c1e95e89f0b812492509a05395d6b86eb54 Reviewed-on: https://code.wireshark.org/review/32004 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-19WSDG: Let Windows developers know that they need Perl.Gerald Combs2-4/+18
Add an "Install Perl" section to the "Win32/64: Step-by-Step Guide" section. Recommend Strawberry Perl first there and in the "Microsoft compiler toolchain" chapter under the theory that if it's good enough for Larry Wall then it's good enough for us. Bug: 15512 Change-Id: I9a01c7ae2da01b98fd20b64d29144577a8f456b2 Reviewed-on: https://code.wireshark.org/review/32088 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-16Re-implement "Map" feature for EndpointsPeter Wu1-1/+2
This feature was removed in v2.5.1rc0-427-gf529ab5d0a, anticipating that MaxMind would remove support for it in 2019. They have however changed their mind and maintained latitude and longitude information. They recommend displaying an accuracy radius, but the reported values are 50, 100, 200 and 1000km. When implemented literally, a marker in Ireland would cover the whole island plus mainland, so I have instead opted to use a fixed radius of 1km at deeper zoom levels. The old ipmap.html file was outdated and had broken tiles, I rewrote a new one from scratch using the light-weight Leaflet library combined with tiles from OpenStreetMap. This is more mobile-friendly and secure (https, SRI). To improve handling of nearby or overlapping nodes, clustering is used (individual nodes can still be inspected). Browser compatibility results: IE8 is unusable, IE9 partially works (tooltips sometimes disappear and the cluster radius control is gone), IE11 works. Of course Firefox 65 and Chromium 72 have no issues. The map popup description in the generated GeoJSON structure is now split in several properties, allowing presentation to be handled by the HTML page instead of the C code. Bug: 14693 Change-Id: If2ec9c518f7723ac0ab27b6272463356875a0ff2 Reviewed-on: https://code.wireshark.org/review/31952 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-02-16Remove whitespace from the end of the line.Guy Harris1-1/+1
Change-Id: I9dc504e8f5ab97021876f12376ac2c6f20258288 Reviewed-on: https://code.wireshark.org/review/32052 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-02-16VS 2017 and later include the redistributables even in Community versions.Guy Harris1-4/+19
Change-Id: I540273976dc0e99620894b45b7fa14093e55aa08 Reviewed-on: https://code.wireshark.org/review/32051 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-02-15Give the current URL where you can find the VS redistributables.Guy Harris1-1/+4
(Fix a typoo while we're at it.) Change-Id: I2129c301ea377a9fb48b3f5abd418f7319659638 Reviewed-on: https://code.wireshark.org/review/32050 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-02-15Rename our .asciidoc files to .adocGerald Combs42-134/+133
As noted in "AsciiDoc Recommended Practices" at https://asciidoctor.org/docs/asciidoc-recommended-practices/, the AsciiDoc/Asciidoctor community seems to have settled on ".adoc" as a file extension and that's the one preferred by the Asciidoctor project. Update our filenames to match. Change-Id: I2d352623d42d65d950b64310c3655b0fd177ee8c Reviewed-on: https://code.wireshark.org/review/32037 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>
2019-02-14Convert the FAQ to Asciidoctor and remove old help files.Gerald Combs2-0/+1121
Convert our self-generating FAQ to Asciidoctor via the following steps: - `help/faq.py > /tmp/faq.html`. - `pandoc -t asciidoc -o docbook/faq.adoc /tmp/faq.html`. - Manually clean up the markup using a text editor. Question and answer content was left intact. Removing or updating obsolete content will have to be done in a separate change. The Asciidoctor project uses the .adoc extension, so start using it here as well. The contents of the "help" directory appear to have been used for offline support in help_url.c, but that functionality was removed in 2008 in 242e3b78bc. Its content is covered in the User's Guide and man pages so remove it. Change-Id: I9060eefe97cfc137f8b414077c30f814379b576a Reviewed-on: https://code.wireshark.org/review/32014 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-10[Automatic update for 2019-02-10]Gerald Combs8-8/+8
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I3ac8fcfec83e5d35ee07e07cd0d1d04a17cc2ac5 Reviewed-on: https://code.wireshark.org/review/31954 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-08WSDG: Windows toolchain updates.Gerald Combs1-19/+21
Update some items in the toolchain section. Change-Id: I3c2035873d4ee311b639dd3b5c94e3530abad8bc Reviewed-on: https://code.wireshark.org/review/31944 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-07CMake: Make sure we deploy Qt PDBs on Windows.Gerald Combs1-8/+10
Pass "--pdb" to windeployqt 5.6 and later. Add a note about installing the "Qt Debug Information Files" component to the Developer's Guide. Change-Id: I81329bc9f9131050b1076fe275445b6325c24794 Reviewed-on: https://code.wireshark.org/review/31921 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>
2019-02-06Release notes: Fix our version.Gerald Combs1-1/+1
Change-Id: I6b2270c65dcd466fe7bd49f9d0611be85a1fd266 Reviewed-on: https://code.wireshark.org/review/31920 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-06Release notes: Clear out 3.0 content.Gerald Combs1-133/+12
Change-Id: Ibfebe2f72878326d9c7abee077d731352851ea41 Reviewed-on: https://code.wireshark.org/review/31918 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-05ebhscr: add ebhscr dissectorPantar Ana1-0/+1
ElektroBit High Speed Capture and Replay protocol is produced by a PCIe Card for interfacing high speed automotive interfaces. Bug: 15474 Change-Id: Ibb3ea36d9281b2779e2cc13d29b66dc382782ca3 Reviewed-on: https://code.wireshark.org/review/31847 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-052.9 → 3.1.Gerald Combs3-3/+3
Change-Id: Iea6b55037bfb62d2e9b333148cbdc55fcd53dfa2 Reviewed-on: https://code.wireshark.org/review/31888 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-02-04Release notes: Add a note about Qt 5.12.1.Gerald Combs1-1/+3
Change-Id: If9f423f6da6aa19f94fc1759f03920f63f8c284c Reviewed-on: https://code.wireshark.org/review/31881 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-31tshark: Improve options help textsStig Bjørlykke1-2/+2
Align the usage help text for '-' as filename for stdin and stdout with the text used for wireshark. Change-Id: I67011b8234616940b7878fd5768c9e2a9e79f9f0 Reviewed-on: https://code.wireshark.org/review/31838 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-29Qt: Add support for RSA private key file selectionPeter Wu1-2/+2
Update release notes now that this GUI is mostly functional. Change-Id: I118fbbe879e366643084f0e7ac3e437a29f21d5f Reviewed-on: https://code.wireshark.org/review/31797 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-29doc: Add custom window title enhancements to release notesStig Bjørlykke1-0/+1
Change-Id: I8911a55e4f4952095b9ab64d373a6faa19729f63 Reviewed-on: https://code.wireshark.org/review/31801 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-28TDS: Fix colmetadata handling of Text and Image typesCraig Jackson1-0/+2
The Colmetadata handling for TEXT, NTEXT, and IMAGE types was incorrect for TDS 7 versions before TDS 7.2. In addition, the macros using for testing versions were incorrect. Clean up max length display to agree with Microsoft specification (as best as I can understand it). Bug: 3098 Change-Id: I8254649fd3de97c103078ceaac1557fde3569ded Reviewed-on: https://code.wireshark.org/review/31734 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-27TCP: pass data after a ZeroWindowProbe to subdissectorsPeter Wu1-0/+2
If the single byte within a ZeroWindowProbe triggers reassembly within a subdissector, a new MSP will be created with just a single byte. Be sure not to mark subsequent segments that contain the full segment data as retransmission as this prevents the subdissector from seeing the data. Bug: 15427 Change-Id: I36ae2622689c6606c99cdff70b6beba4b9d25ca7 Reviewed-on: https://code.wireshark.org/review/31732 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jasper Bongertz <jasper@packet-foo.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-27TCP: do not mark data following a ZeroWindowProbe as retransmissionPeter Wu1-0/+8
The single byte within the ZWP could be retransmitted with the next segment, this is perfectly acceptable behavior. Do not flag these new segments as retransmissions or Out-Of-Order. Bug: 15427 Change-Id: I76db2b7a2b684c8c78fa24c9c4b457e1833d12b7 Reviewed-on: https://code.wireshark.org/review/31731 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jasper Bongertz <jasper@packet-foo.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-24Test: enable capture tests by default using the Loopback interfacePeter Wu1-11/+3
Avoid pinging www.wireshark.org, this removes an external dependency. Instead send small UDP datagrams to UDP port 9 (discard) every 50ms. Enable this for all platforms (including macOS and Linux) by default. On Windows the tests requires Npcap and will be skipped with WinPcap. Remove the --capture-interface option since it is no longer needed. Copy WSDG Wireshark Tests Quick Start to README.test and add a link. Change-Id: Id4105a6b1e95407ebf69b871c785c68f9ae26368 Reviewed-on: https://code.wireshark.org/review/31677 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-22editcap: document --inject-secrets in --helpPeter Wu1-1/+3
Change-Id: Icc027f3c53e1da580c2e49042134b1075ad65cf2 Reviewed-on: https://code.wireshark.org/review/31666 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-21Text Import: update code comments and help textsJaap Keuter2-19/+26
From the updates to text2pcap take the updates to the code comments and apply them here as well. This also applies to the User Guide help texts. Change-Id: I4e73fb1372ea0c1866c6d0fee7c14bc645fbe1b1 Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-on: https://code.wireshark.org/review/31636 Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-21test: fail tests when programs are missingPeter Wu1-5/+16
Building only a subset of programs is not a very common situation, it is more likely that some feature was accidentally disabled. For that reason, fail tests by default unless a program is explicitly permitted to be missing. The '-v' test is now dropped from the Travis tests, the sole reason of adding it was to see which tests got (accidentally) skipped. Change-Id: I725f4508541d8ed980e17d69fb7aee1ad2875d73 Reviewed-on: https://code.wireshark.org/review/31660 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-21release-notes: add developer/distribution-specific updatesPeter Wu1-0/+4
Mention some changes to aid developers and distributors. Change-Id: Ifd33796fd3b4883275c034021d25ae9b35eef1a5 Reviewed-on: https://code.wireshark.org/review/31651 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-20[Automatic update for 2019-01-20]Gerald Combs1-0/+1
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I18a5419a2953f5893aa76e2823c50d48e284b270 Reviewed-on: https://code.wireshark.org/review/31625 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-18docbook: use fixed space section for filters code.Dario Lombardo1-4/+12
Change-Id: I6052bc3ec9705a272d0cd6f31cf8b5c1f4b8d45c Reviewed-on: https://code.wireshark.org/review/31573 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17DTLS: add DSB support, use the key log file from the TLS dissectorPeter Wu1-1/+1
The DTLS and TLS dissectors already share code for parsing the key log file contents but the actual key material was stored separately. As implementations (like GnuTLS) write the TLS and DTLS secrets to the same file (specified by the SSLKEYLOGFILE environment variable), it seems reasonable to combine them. This also enables use of the pcapng Decryption Secrets Block for decryption of DTLS traces. The dtls.keylog_file preference has become obsolete and can no longer be used (this was not tested anyway). A new test was added based on dtls12-aes128ccm8.pcap, the master secret was extracted using the tls.debug_file preference. Bug: 15252 Change-Id: Idfd52c251da966fe111dea37bc3fb143d968f744 Reviewed-on: https://code.wireshark.org/review/31577 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-17WSDG: make Testing more accessible, add missing anchorsPeter Wu2-46/+70
Rename sections to avoid files named like _documentation_toolchain.html and _adding_or_modifying_tests.html. Rewrite the testing introduction to directly show the required commands for the pytest method. That provides much nicer output and finishes faster, except when you cannot install extra build dependencies there should be no reason to avoid it. ctest is removed from the description since it does not provide many advantages over the test target (except for the possibility of adding --verbose I guess). Group some related sections under a "Test suite structure" heading in order to collect some small sections on a single page. Fix some other grammatical issues while at it. Change-Id: I8ab821a67254e62c0fc3d18630e4bc8b0ef872dd Reviewed-on: https://code.wireshark.org/review/31550 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-15make-version.pl updates.Gerald Combs1-6/+12
Read our major, minor, and micro versions from CMakeLists.txt. Add the ability to set our extra version information differently if our Git commit is tagged or untagged. Change our extra version placeholder from "%#" to "{vcsinfo}". Add --tagged-version-extra (-t) and --untagged-version-extra (-u) arguments for specifying the tagged and untagged extra formats. Add --force-extra (-f) so that we can force one format or the other. Require the major.minor.micro version to be specified when using --set-version (-v). Update appveyor.yml and the Developer's Guide to match the new behavior. Change-Id: I6e5d55470aff7e7c61e75f208e24c4105276905a Reviewed-on: https://code.wireshark.org/review/31479 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-14dfilter: add string() function.Dario Lombardo2-0/+19
This function can convert non-string fields into strings. This allows the user to apply string functions (like contains and matches) to non-string fields. Examples: string(frame.number) matches "[13579]$" => for odd frames string(eth.dst) matches "aa\.bb\.cc\.dd\.ee\..." => to match a group of stations string(snmp.name) matches "^1.2.3.4" => for all OIDs under a specific node Change-Id: I18173f50ba5314ecdcd1e4b66c7e8ba5b44257ee Reviewed-on: https://code.wireshark.org/review/31427 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-13[Automatic update for 2019-01-13]Gerald Combs1-6/+6
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ic7f6b5dd91ca6404909b941c0b4844cb17ef4820 Reviewed-on: https://code.wireshark.org/review/31522 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-10CMake: try harder to find the right Python versionPeter Wu1-3/+0
The FindPythonInterp module does not verify that a discovered 'python' program is actually Python 3. Replace this deprecated module by a modern version that was introduced with CMake 3.12. Remove PYTHON_EXECUTABLE from WSDG now that it is much more likely that CMake discovers the right version. Change-Id: I1f8438baced3d5bf9e1e2732980ad177d3257ca3 Reviewed-on: https://code.wireshark.org/review/31468 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-10Move make-version.pl to tools.Gerald Combs2-3/+3
Move make-version.pl to the tools directory. Change-Id: I7c3ec8951a682d45d650e3fdb1580d90bf19e8b4 Reviewed-on: https://code.wireshark.org/review/31473 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>
2019-01-10WSDG: Move README.packaging to the Developer's Guide.Gerald Combs1-6/+129
Move doc/README.packaging to the Developer's Guide and update the content. Change-Id: I25fda6cade8f3cfd11af865745bedd0fb5a7c86f Reviewed-on: https://code.wireshark.org/review/31474 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09CMake,WSDG: Remove Cygwin supportPeter Wu2-110/+9
Declare Cygwin as unsupported and remove all supporting code. Simplify some Chocolatey notes in the WSDG. Remove FindPerl.cmake as it only existed to force use of Wireshark's bundled FindCygwin.cmake (bug 13922). FindXSLTPROC.cmake special handling for Cygwin was also removed, in theory this could cause issues when the PATH contains a Cygwin xsltproc, but it's unsupported anyway. Change-Id: Iabfac2b4a9fd930530505d27bdba618bdb8f7f34 Reviewed-on: https://code.wireshark.org/review/31452 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-06[Automatic update for 2019-01-06]Gerald Combs2-3/+3
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I0e282baebc0cda0e54e49eff60827eec02f6f797 Reviewed-on: https://code.wireshark.org/review/31402 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-06Fix typo.Guy Harris1-1/+1
Change-Id: I03291922ddef34ab1408684df650dbac191a2020 Reviewed-on: https://code.wireshark.org/review/31401 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-06Fix link, don't put it separately from the introductory words.Guy Harris1-3/+2
Change-Id: If144fb08d27886ae1bf3610c2157c8a25d1de75e Reviewed-on: https://code.wireshark.org/review/31400 Reviewed-by: Guy Harris <guy@alum.mit.edu>