WSUG: Fix Wiki leaks^Wlinks

This commit is contained in:
Jaap Keuter 2020-10-21 20:59:39 +02:00
parent b478e60b29
commit ec59b17544
2 changed files with 4 additions and 4 deletions

View File

@ -37,6 +37,7 @@
:wireshark-man-page-url: {wireshark-main-url}docs/man-pages/
:wireshark-snapshots-url: {wireshark-main-url}download/automated/src/
:wireshark-users-guide-url: {wireshark-main-url}docs/wsug_html_chunked/
:wireshark-wiki-moin-import-url: {wireshark-wiki-url}uploads/__moin_import__/attachments/
// External URLs
:tcpdump-main-url: https://www.tcpdump.org/

View File

@ -49,13 +49,12 @@ These are the steps to try out MATE:
* Run Wireshark and check if the plugin is installed correct (MATE should
appear in Help->About->Plugins)
* Get a configuration file e.g. tcp.mate (see
https://gitlab.com/wireshark/wireshark/-/wikis/Mate/Examples[Mate/Examples] for more) and place it
somewhere on your harddisk.
* Get a configuration file e.g. tcp.mate (see {wireshark-wiki-url}/Mate/Examples[Mate/Examples]
for more) and place it somewhere on your harddisk.
* Go to Preferences->Protocols->MATE and set the config filename to the file
you want to use (you don't have to restart Wireshark)
* Load a corresponding capture file (e.g.
https://gitlab.com/wireshark/wireshark/-/wikis/uploads/__moin_import__/attachments/SampleCaptures/http.cap[http.cap]) and see if MATE
{wireshark-wiki-url}/uploads/27707187aeb30df68e70c8fb9d614981/http.cap[http.cap]) and see if MATE
has added some new display filter fields, something like: `mate tcp_pdu:1->tcp_ses:1`
or, at prompt: `path_to/wireshark -o "mate.config: tcp.mate" -r http.cap`.