aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_io.adoc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-30Docs: Rename our guide source filesGerald Combs1-1254/+0
Rename the various "WSUG_" and "WSDG_" files to wsug_ and wsdg_ respectively. Remove the "chapter" and "app" parts from the filenames as well.
2023-01-02[Automatic update for 2023-01-01]Gerald Combs1-1/+1
Update manuf, services enterprise numbers, translations, and other items.
2022-07-13WSUG: Fix typoUli Heilmeier1-2/+2
2022-03-09WSUG: Fix numerous grammar issuesMoshe Kaplan1-27/+27
* Add missing commas and hyphens * Remove extra apostrophes * Use consistent spelling for some * English words like gray/grey and behavior/behaviour * Remove that "Control" is "Strg" in German. * Correct usage of a vs an * Minor rephrasing in a few locations
2022-02-25Strip Headers: Add separate menu dialog, tshark helpJohn Thacker1-7/+29
Add a separate menu for Strip Headers (similar to Export PDU, but exporting to an encapsulation other than WIRESHARK_UPPER_PDU everything for that encapsulation). Add to the usage output of tshark for the "-U" option which encapsulation a export tap will produce.
2022-02-25Export PDU: Allow native encapsulations / strip headersJohn Thacker1-6/+12
Allow export PDU taps to be registered with a wiretap encapsulation instead of always using WTAP_ENCAP_WIRESHARK_UPPER_PDU. This allows creating normal capture files that aren't tied to wireshark without having to do a "editcap -C -L -T", as well as creating files in formats other than pcapng and pcap with tshark. Provide a couple sample implementations in Ethernet (WTAP_ENCAP_ETHERNET) and IP (v4 and v6, WTAP_ENCAP_RAW_IP) that are the most common use cases. (I can imagine a few others; WTAP_ENCAP_MPEG_2_TS could probably be useful, for example.) Fixes #15141
2022-02-23doc: Update text2pcap and Import from Hexdump docJohn Thacker1-32/+45
Update the text2pcap man page and the Import from Hexdump WSUG page to clarify how to use it, for grammar, and to remove a few things that are no longer relevant. (E.g., it's no longer the case that files without an EOL don't work.) Fix #15563, #15564.
2022-01-17Docs: Use modern Asciidoctor section IDs.Gerald Combs1-37/+37
Change our legacy block anchors to section IDs as described at https://docs.asciidoctor.org/asciidoc/latest/sections/custom-ids/
2022-01-02[Automatic update for 2022-01-02]Gerald Combs1-1/+1
Update manuf, services enterprise numbers, translations, and other items.
2021-11-20Update a bunch of GLib documentation links.Gerald Combs1-2/+2
Change our developer.gnome.org/glib URLs to developer-old.gnome.org/glib. The official documentation for GLib appears to be at https://docs.gtk.org/glib/, but it has a different layout than the gnome.org content (and is surprisingly resistant to exploration IMHO). We can switch to developer-old.gnome.org using a simple substitution and it still seems to be updated, so do that for now.
2021-10-21docs/tshark: proper name is lopsided CamelCase (TShark)Chuck Craft1-1/+1
This is a first pass that covers the WSDG, WSUG, man page, a code comment and a README. Plenty left to do in the Debian files, a few Lua examples and other misc files.
2021-08-27Some spelling fixes.Martin Mathieson1-2/+2
2021-08-20Fix some docbook spellings.Martin Mathieson1-2/+2
2021-08-02A few documentation spelling fixes.Martin Mathieson1-6/+6
2021-04-12WSUG: typo in Regular Text DumpsChuck Craft1-1/+1
2021-04-07WSUG: Update print dialogUli Heilmeier1-0/+3
Update documentation to add optional header.
2021-03-26Regex based import: documentation and release notesPaul Weiß1-24/+150
Added documentation on the Regular Expression import mode Added documentation for the associated ui-fields Updated the screenshot for the import-from-hexdump dialog Added a screenshot of the Regular expression mode tab Updated the documentation for the updated Timestamp format Added an entry in the release notes about this new/updated feature
2021-03-13doc: Clean up lists of file types.Guy Harris1-20/+78
Add missing entries, regularize the descriptions, etc.. Note that pcap and pcapng are the native formats. Fix various issues. Update the editcap -F output to match urrent reality. While we're at it, sort the libwiretap modules, putting observer.c in the right place.
2021-03-11Observer is now a product of Viavi.Guy Harris1-2/+2
JDSU bought Network Instruments, and then split into Viavi and Lumentum, with Viavi getting Observer.
2021-02-20added the description for the exporting TLS session keys dialogAlex Nik1-1/+20
applied the SME suggestions implemented the SME suggestions minor fix
2021-01-05The exporting PDUs to file section is written. The window screenshot is addedAlex Nik1-1/+30
fixed the display filter explanation, corrected the screenshot, added the levels description minor changes to export PDUs to file section adding important part about exporting PDUs by AndersBroman comment applying SME suggestions
2021-01-03[Automatic update for 2021-01-03]Gerald Combs1-1/+1
Update manuf, services enterprise numbers, translations, and other items.
2020-09-06Fix more spelling errors in the docbook folder.Martin Mathieson1-1/+1
There are some lines that show as changed in 'git gui', will see how they look in gitlab..
2020-01-05[Automatic update for 2020-01-05]Gerald Combs1-1/+1
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I871629b91d38be26bfe448bf90dfbb47a97acdfa Reviewed-on: https://code.wireshark.org/review/35652 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-09WSUG: Export, packet range+format, and other IO chapter updates.Gerald Combs1-169/+270
Add an "Export Specified Packets" section. Update the "Export Packet Dissections," "Packet Range," and "Packet Format" sections. Update some markup and text throughout the chapter. Change-Id: I7b7c6fcc41c4fdc684c86a34364ed9baa5123d15 Reviewed-on: https://code.wireshark.org/review/35359 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-12-08WSUG updates.Gerald Combs1-182/+127
Update a few screenshots and associated text. (The file open, save as, and merge images date back to the Ethereal era!) The interface options dialog no longer exists, so remove that screenshot and text. Mark GTK+ and outdated images as such in CMakeLists.txt. Change-Id: Ia01788434a1c96dd3f527c9d4ae34b1ca30f92d7 Reviewed-on: https://code.wireshark.org/review/35345 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-11-03Docs: Try to make our "drag and drop" usage more consistent.Gerald Combs1-3/+3
Apple uses "drag and drop" and "drag-and-drop": https://developer.apple.com/design/human-interface-guidelines/macos/user-interaction/drag-and-drop/ https://support.apple.com/guide/mac-help/drag-and-drop-items-mh35852/mac https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/DragandDrop/DragandDrop.html So does Microsoft: https://docs.microsoft.com/en-us/windows/win32/com/drag-and-drop Qt and KDE use "drag and drop": https://doc.qt.io/qt-5/dnd.html https://docs.kde.org/stable5/en/applications/konsole/drag-and-drop.html GTK+ and GNOME uses "drag-and-drop" https://developer.gnome.org/gtk-tutorial/stable/c1899.html Wikipedia uses "drag and drop" and "drag-and-drop" https://en.wikipedia.org/wiki/Drag_and_drop Let's go with "drag and drop" (and "dragging and dropping") in the release notes and User's Guide. Change-Id: I5010478e5d15928a3a8a7528296c3f5cdc98f3ab Reviewed-on: https://code.wireshark.org/review/34921 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-07-20Documentation: convert http URLS to httpsPeter Wu1-2/+2
Remove some dead links or point them to archive.org while at it. All updated links have been verified. Change-Id: Icf02167a13d5fe9dfce39ea57525b3f185554c9d Reviewed-on: https://code.wireshark.org/review/34028 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-06-17WSUG: Clarified and improved phrasingMoshe Kaplan1-2/+2
Change-Id: I1b3b8b7bf5f6460aa779c54881abd53059b26bbb Reviewed-on: https://code.wireshark.org/review/33606 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-15Rename our .asciidoc files to .adocGerald Combs1-0/+932
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>