URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1787a1f84cb964c2bc748fc361493853be0ceae4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1787a1f by Jaap Keuter (jaap.keuter@xxxxxxxxx):
Add the MATE documentation chapter to the User Guide
With MATE being an integral part of Wireshark for a long time now and its
documentation being part of the Wiki for a while it is time to move it
into the Wireshark Users Guide.
All credits go to Luis Ontanon for creating MATE and the Wiki pages,
the various contributors to those pages and especially Pavel Sindelka for
the creation of the graphics.
This change merely incorporates the contents of the Wiki pages into an
asciidoc file for processing into documentation output. It is in no way a
claim to knowledge of or deep insight in the workings of MATE on my part.
Change-Id: Id9c60fd3ba4a52aafb988370ea7d658907970ccd
Reviewed-on: https://code.wireshark.org/review/27894
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1d8c186 ua3g: added setup of rtp/rtcp converstations from record-rtp message
adds 1787a1f Add the MATE documentation chapter to the User Guide
Summary of changes:
docbook/CMakeLists.txt | 11 +
docbook/user-guide.asciidoc | 1 +
docbook/wsug_graphics/ws-mate-analysis.png | Bin 0 -> 15235 bytes
docbook/wsug_graphics/ws-mate-dns_pane.png | Bin 0 -> 10026 bytes
docbook/wsug_graphics/ws-mate-dns_pdu.png | Bin 0 -> 5438 bytes
docbook/wsug_graphics/ws-mate-ftp_over_gre.png | Bin 0 -> 6319 bytes
docbook/wsug_graphics/ws-mate-gop_analysis.png | Bin 0 -> 26029 bytes
.../ws-mate-isup_over_mtp3_over_ip.png | Bin 0 -> 8019 bytes
docbook/wsug_graphics/ws-mate-mmse_over_http.png | Bin 0 -> 6450 bytes
docbook/wsug_graphics/ws-mate-pdu_analysis.png | Bin 0 -> 12338 bytes
docbook/wsug_graphics/ws-mate-tcp-output.png | Bin 0 -> 15193 bytes
docbook/wsug_graphics/ws-mate-transform.png | Bin 0 -> 5285 bytes
docbook/wsug_src/WSUG_chapter_mate.asciidoc | 2326 ++++++++++++++++++++
13 files changed, 2338 insertions(+)
create mode 100644 docbook/wsug_graphics/ws-mate-analysis.png
create mode 100644 docbook/wsug_graphics/ws-mate-dns_pane.png
create mode 100644 docbook/wsug_graphics/ws-mate-dns_pdu.png
create mode 100644 docbook/wsug_graphics/ws-mate-ftp_over_gre.png
create mode 100644 docbook/wsug_graphics/ws-mate-gop_analysis.png
create mode 100644 docbook/wsug_graphics/ws-mate-isup_over_mtp3_over_ip.png
create mode 100644 docbook/wsug_graphics/ws-mate-mmse_over_http.png
create mode 100644 docbook/wsug_graphics/ws-mate-pdu_analysis.png
create mode 100644 docbook/wsug_graphics/ws-mate-tcp-output.png
create mode 100644 docbook/wsug_graphics/ws-mate-transform.png
create mode 100644 docbook/wsug_src/WSUG_chapter_mate.asciidoc