aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25woww: Update release-notes.adoc with more informationGtker1-1/+2
2022-10-25Add WOWW to docbook/release-notes.adocGtker1-0/+1
As requested https://gitlab.com/wireshark/wireshark/-/merge_requests/8356#note_1122847782
2022-10-19wsdg: add arch-setup.sh; update options for othersChuck Craft1-41/+54
Ping #17771
2022-10-16SAPNI: Added SAP NI as main dissectorMartin Gallo1-0/+1
2022-10-15JSON: Add preference to enable "unescaping" stringsJoão Valverde1-0/+3
2022-10-13WSDG: tell users not to go for "Qt 6.4 for desktop development".Guy Harris1-7/+9
That will 1) install 6.4, which isn't the recommended LTS version and 2) install headers and libraries for MinGW-w64, not for Visual Studio. That means that if you're trying to build with Visual Studio, things won't work.
2022-10-11WSDG: Make commands easily copy-pasteableJoão Valverde1-47/+45
Removing the artificial shell prompt symbols does not hurt legibility and makes is significantly easier to copy-paste commands, either by double-clicking for a single line or click and drag for a multiline block of text.
2022-10-10[Automatic update for 2022-10-09]Gerald Combs5-20/+30
Update manuf, services enterprise numbers, translations, and other items.
2022-10-08dfilter: Remove problematic <...> literal syntaxJoão Valverde2-7/+10
The <...> syntax for literals, intended to be as generic as possible, unintentionally introduced an ambiguity with the relational expression "a < b or a > c". Literals are values like numbers, bytes, IPv6 addresses or, one could imagine, UNC paths for example, if an FT_UNC type were to be added in the future. We could use a new unique symbol like @...@ but the <...> syntax is very recent and may not be necessary with ":xxx" so just remove it. A byte array can be explicitly declared by prefixing with a colon. It is not as generic but the main ambiguity that this new syntax attempted to solve is bytes vs protocol names. We don't want to introduce a new reserved symbol for now, until other requirements if any are more clear. Fixes #18418.
2022-10-08RTP Player: Fix: Only silence played on Windows with Qt 6.xj.novak@netsystem.cz1-2/+4
2022-10-07Qt+extcap: Add editable extcap selectors.Gerald Combs1-2/+3
Add an "editselector" argument type, which lets the user override a predefined selection list with a custom value.
2022-10-04Docs: Update the release notes.Gerald Combs1-4/+7
2022-10-03wsdg: PortableApps - update project path; drop 32-bitsChuck Craft3-11/+11
2022-09-30wsdg: nocheck (no pytests) when building debian packagesChuck Craft2-5/+9
2022-09-25[Automatic update for 2022-09-25]Gerald Combs1-0/+1
Update manuf, services enterprise numbers, translations, and other items.
2022-09-11[Automatic update for 2022-09-11]Gerald Combs1-3/+3
Update manuf, services enterprise numbers, translations, and other items.
2022-08-28[Automatic update for 2022-08-28]Gerald Combs1-0/+1
Update manuf, services enterprise numbers, translations, and other items.
2022-08-26CMake: Add back a Wireshark env var to configure QtJoão Valverde3-6/+8
Use the variables WIRESHARK_QT{5,6}_PREFIX_PATH. This allows having Qt5 and Qt6 paths configured isimultaneously and switch easily between them. Use list(APPEND) to avoid clobbering other CMAKE_PREFIX_PATH paths. Follow-up to b33210750c1fc38fe4ee827443e2c8a3aeaafc88.
2022-08-25Windows: upgrade Npcap to 1.71Pascal Quantin1-1/+1
2022-08-23WSDG: Fix CMake preset JSON errorsJoão Valverde1-2/+2
2022-08-23Qt6: Adapt various docsRoland Knall4-19/+23
2022-08-22CMake+etc: Enable Qt6 by default for Unix buildsJoão Valverde2-3/+3
Linux builds were left behind on the Qt transition, presumably because our Ubuntu CI image does not support Qt6. Enable Qt6 by default and explicitly disable it for slower or more conservative Linux distros. Drop experimental status for Qt6, because we are using it to build official Windows and macOS releases.
2022-08-21[Automatic update for 2022-08-21]Gerald Combs9-9/+9
Update manuf, services enterprise numbers, translations, and other items.
2022-08-17Docs: Add a SharkFest link to the release notes.Gerald Combs1-0/+3
2022-08-16Docs: Clean up the release notes.Gerald Combs1-219/+11
2022-08-15Version: 3.7.3 → 4.1.0.Gerald Combs3-3/+3
[skip ci]
2022-08-13Docbook: Add a comment about the "reproducible" attribute.Gerald Combs1-0/+2
2022-08-08Docs: Clean up some Python references.Gerald Combs2-4/+5
Make sure we captitalize Python and use its HTTPS URL.
2022-08-07Docs: Update the extcap section of the Developer's Guide.Gerald Combs1-92/+117
Make some variable names lower case to match their usage. Update various parts of the text.
2022-08-02epan: Refactor floating point display typesJoão Valverde1-0/+4
Remove the redundant BASE_FLOAT field display type. The name BASE_FLOAT is meaningless and the value aliased to BASE_NONE. Require BASE_NONE instead of BASE_FLOAT (corresponding to the printf() %g format). Add new float display types using BASE_DEC, BASE_HEX and BASE_EXP corresponfing to %f, %a and %e respectively. Add support for BASE_CUSTOM with floats.
2022-07-31[Automatic update for 2022-07-31]Gerald Combs9-9/+9
Update manuf, services enterprise numbers, translations, and other items. Asterix failed.
2022-07-31wsug: add link to wireshark-filter man pageChuck Craft1-0/+2
2022-07-30Locamation Interface Module dissector: add support for IM2R0Ferry Huberts1-1/+1
2022-07-29Docs: Remove the "Last updated" footer from our HTML man pages.Gerald Combs1-0/+3
The "Last updated" footer time is the last modified time of the source file. We could make it reproducible using something like git-restore-mtime, but it's easier (and IMHO less ugly) to just remove the footer.
2022-07-29Fix our version.Gerald Combs1-1/+1
Update our version to 3.7.3. [skip ci]
2022-07-28Version: 3.7.2 → 3.7.3rc0.Gerald Combs1-9/+13
[skip ci]
2022-07-28Build: 3.7.2.Gerald Combs1-2/+2
[skip ci]
2022-07-28Docbook: Update the release notes.Gerald Combs1-29/+30
2022-07-24Docbook: wslua_util → wslua_utility.Gerald Combs1-1/+1
3bb40a586d renamed wslua_util.c to wslua_utility.c. Update docbook/wsluarm.adoc to match.
2022-07-24wslua: Rename wslua_util.c to wslua_utility.c.Gerald Combs1-1/+1
Rename wslua_util.c to wslua_utility.c so that our file name has the form "wslua_<lower case lua module name>.c", which is the case for our other modules.
2022-07-24docbook: Add file comments to wsluarm.Gerald Combs1-5/+3
Add a comment to each class and function noting which C file it is defined in.
2022-07-23Make Perl optional.Gerald Combs2-109/+111
Update our documentation, build configuration, and setup scripts to make Perl optional. Closes #18152.
2022-07-23docbook: Port make-wsluarm to Python3Gerald Combs3-711/+464
Port the script that creates docbook/wsluarm_src/*.adoc to Python3. Ping #18152.
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-0/+2
Changes: - The tool now recognizes which software is running on a device - IOS, IOS XE or ASA. Based on it, it uses correct sequence of commands to setup capture, read captured packets and clear the capture. - The tool reads packets on the fly so you don't have to wait till --remote-count of packets is reached. - The tool reads timestamps from capture on the device for IOS and ASA (on IOS-XE, there is no timestamp in dump). - Except Windows platform the tool handles early stop of capture on the device and clear of capture buffer on the device (it finish the capture). - There are special interface names to allow the tool to generate specific capture types. - Documentation updated. Closes #17672.
2022-07-21wslua: Remove unneeded empty lines from our markup.Gerald Combs1-7/+7
2022-07-21ReleasNotes: Add minimum version requirementsRoland Knall1-3/+23
Adding an explanation on minimum required versions to the release notes, as well as bumping c-ares to version 1.14.0 The previous minimum (1.5.0) has been released in 2008. The new version has been choosen to correlate with those distros, that also provide a minimum version of Qt5 higher than 5.9, as 5.9 is no longer supported in the main branch
2022-07-20wslua: Capitalize words in our markup.Gerald Combs1-5/+3
Capitalize words in our markup instead of depending on make-wsluarm.pl. Add a single space after "Mode:".
2022-07-20Locamation Interface Module dissector for IM1Ferry Huberts1-0/+1
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
2022-07-16ReleaseNotes: add maxminddb improvementRoland Knall1-0/+2
Add note about the improvement for maxminddb [skip ci]
2022-07-15WSUG: Add display filter arithmetic operatorsJoão Valverde1-1/+23