From 4adb67fc163f1094e14083cb6183b8e882a81767 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 5 Feb 2018 08:59:45 -0800 Subject: [PATCH] AsciiDoc: Convert some comments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert some passthrough XML comments left over from the DocBook → AsciiDoc conversion to AsciiDoc / Asciidoctor comments. Change-Id: Iaf44bcf0b8a3a383e735b2b4394722cbbb2bdff3 Reviewed-on: https://code.wireshark.org/review/25615 Reviewed-by: Gerald Combs --- docbook/common_src/GPL_appendix.asciidoc | 4 +--- docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_capture.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_dissection.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_libraries.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc | 4 +--- docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_tools.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_chapter_works.asciidoc | 8 ++------ docbook/wsdg_src/WSDG_preface.asciidoc | 4 +--- docbook/wsug_src/WSUG_app_files.asciidoc | 8 ++------ docbook/wsug_src/WSUG_app_howitworks.asciidoc | 8 ++------ docbook/wsug_src/WSUG_app_messages.asciidoc | 8 ++------ docbook/wsug_src/WSUG_app_protocols.asciidoc | 8 ++------ docbook/wsug_src/WSUG_app_tools.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_build_install.asciidoc | 12 +++--------- docbook/wsug_src/WSUG_chapter_capture.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_customize.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_introduction.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_io.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_telephony.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_troubleshoot.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_use.asciidoc | 8 ++------ docbook/wsug_src/WSUG_chapter_work.asciidoc | 8 ++------ docbook/wsug_src/WSUG_preface.asciidoc | 4 +--- 29 files changed, 55 insertions(+), 165 deletions(-) diff --git a/docbook/common_src/GPL_appendix.asciidoc b/docbook/common_src/GPL_appendix.asciidoc index 6b9ec83406..83744d3f6f 100644 --- a/docbook/common_src/GPL_appendix.asciidoc +++ b/docbook/common_src/GPL_appendix.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// Wireshark GPL Appendix [[AppGPL]] == This Document’s License (GPL) diff --git a/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc b/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc index 7221306da7..d4935e51dc 100644 --- a/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Build Introduction [[ChapterBuildIntro]] @@ -49,6 +47,4 @@ ____ GLib contains lots of useful things for platform independent development. See https://developer.gnome.org/glib/[] for details about GLib. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Build Introduction diff --git a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc index bc434677f9..84fa852d3a 100644 --- a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Capture [[ChapterCapture]] @@ -69,6 +67,4 @@ protocols and have them register themselves with the `wtap_encap` dissector table, with the appropriate _WTAP_ENCAP_ values by calling `dissector_add_uint()`. -++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Capture diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc index 56e9f607a3..a7b9905c44 100644 --- a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Dissection [[ChapterDissection]] @@ -1319,6 +1317,4 @@ may want to check if PYTHONPATH is set correctly. On my Linux box, it is PYTHONPATH=/usr/lib/python2.4/ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Dissection diff --git a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc index af713bb169..755dd2ab25 100644 --- a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Introduction [[ChapterIntroduction]] @@ -561,6 +559,4 @@ corresponding "Wireshark-win__bits__-_x_._y_._z_.exe" installer packages. // XXX Show how to use the Visual Studio debugger -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Introduction diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc b/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc index ef825fb482..247649d5a7 100644 --- a/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Libraries [[ChapterLibraries]] @@ -390,6 +388,4 @@ WinSparkle is an easy-to-use software update library for Windows developers. We provide a copy of the WinSparkle package at https://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/[]. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Libraries diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc index 8ad0c6fc28..b8d9674e22 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Setup [[ChapterSetup]] diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc index e39e916764..f47e4cd470 100644 --- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Sources [[ChapterSources]] @@ -1147,8 +1145,6 @@ If everything went well, you will now find something like: _WiresharkPortable_{wireshark-version}.paf.exe_ in the _packaging/portableapps_ directory. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Sources // vim: set syntax=asciidoc: diff --git a/docbook/wsdg_src/WSDG_chapter_tools.asciidoc b/docbook/wsdg_src/WSDG_chapter_tools.asciidoc index 5f55f7ae06..41227ba133 100644 --- a/docbook/wsdg_src/WSDG_chapter_tools.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_tools.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Tools [[ChapterTools]] @@ -1180,8 +1178,6 @@ To install it, do the following: You can find more instructions on using the PortableApps.com Installer in <>. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Tools // vim: set syntax=asciidoc: diff --git a/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc b/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc index 75e9e4c9df..769d9dd172 100644 --- a/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter User Interface [[ChapterUserInterface]] @@ -436,6 +434,4 @@ to gtk_widget_show_all() on the parent of all the widgets in question (e.g. a dialog window) can be done, so all of its child widgets will be shown too. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter User Interface diff --git a/docbook/wsdg_src/WSDG_chapter_works.asciidoc b/docbook/wsdg_src/WSDG_chapter_works.asciidoc index 6ba6c53e15..5c6c4a4d6a 100644 --- a/docbook/wsdg_src/WSDG_chapter_works.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_works.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Chapter Works [[ChapterWorks]] @@ -105,7 +103,5 @@ As the user selects a specific packet in the packet list pane this packet will be dissected again. This time, Wireshark tries to get every single piece of information and put it into the packet details pane. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSDG Chapter Works diff --git a/docbook/wsdg_src/WSDG_preface.asciidoc b/docbook/wsdg_src/WSDG_preface.asciidoc index 92cd596e05..da4caad5c5 100644 --- a/docbook/wsdg_src/WSDG_preface.asciidoc +++ b/docbook/wsdg_src/WSDG_preface.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSDG Preface [[PreForeword]] diff --git a/docbook/wsug_src/WSUG_app_files.asciidoc b/docbook/wsug_src/WSUG_app_files.asciidoc index 05cfa37f8a..82bb01aaa3 100644 --- a/docbook/wsug_src/WSUG_app_files.asciidoc +++ b/docbook/wsug_src/WSUG_app_files.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Appendix Files [[AppFiles]] @@ -567,6 +565,4 @@ _C:\Documents and Settings{backslash}**username**\Local Settings\Temp_ Windows NT footnoteref:[historical]:: _C:\TEMP_ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Appendix Files diff --git a/docbook/wsug_src/WSUG_app_howitworks.asciidoc b/docbook/wsug_src/WSUG_app_howitworks.asciidoc index 7bf24bc05e..6a92027362 100644 --- a/docbook/wsug_src/WSUG_app_howitworks.asciidoc +++ b/docbook/wsug_src/WSUG_app_howitworks.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Appendix How it Works [[AppHowItWorks]] @@ -75,6 +73,4 @@ unknown to Wireshark. You can control the way Wireshark calls its dissectors, see <> for details. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Appendix How it Works diff --git a/docbook/wsug_src/WSUG_app_messages.asciidoc b/docbook/wsug_src/WSUG_app_messages.asciidoc index 02a7bdcad8..693523a620 100644 --- a/docbook/wsug_src/WSUG_app_messages.asciidoc +++ b/docbook/wsug_src/WSUG_app_messages.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Appendix Messages [[AppMessages]] @@ -80,6 +78,4 @@ The session control protocol (SDP, H225, etc) message which signaled the creation of this session. You can directly jump to the corresponding packet just by double clicking on this message. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Appendix Messages diff --git a/docbook/wsug_src/WSUG_app_protocols.asciidoc b/docbook/wsug_src/WSUG_app_protocols.asciidoc index 45c6e9ffee..675edbfd36 100644 --- a/docbook/wsug_src/WSUG_app_protocols.asciidoc +++ b/docbook/wsug_src/WSUG_app_protocols.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Appendix Protocols [[AppProtocols]] @@ -14,6 +12,4 @@ A comprehensive list of all protocols and protocol fields can be found in the ``Display Filter Reference'' at {wireshark-display-filter-reference-url} -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Appendix Protocols diff --git a/docbook/wsug_src/WSUG_app_tools.asciidoc b/docbook/wsug_src/WSUG_app_tools.asciidoc index 23cf5425e6..c8bed2071f 100644 --- a/docbook/wsug_src/WSUG_app_tools.asciidoc +++ b/docbook/wsug_src/WSUG_app_tools.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Appendix Tools [[AppTools]] @@ -294,6 +292,4 @@ link:{wireshark-man-page-url}reordercap.html[the online version]. include::reordercap-h.txt[] ---- -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Appendix Tools diff --git a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc index 73b515c765..326507bda0 100644 --- a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Advanced [[ChapterAdvanced]] @@ -1048,6 +1046,4 @@ You can do two things to avoid this checksum offloading problem: Recent releases of Wireshark disable checksum validation by default due to the prevalance of offloading in modern hardware and operating systems. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Advanced diff --git a/docbook/wsug_src/WSUG_chapter_build_install.asciidoc b/docbook/wsug_src/WSUG_chapter_build_install.asciidoc index 332361346d..3e222e5818 100644 --- a/docbook/wsug_src/WSUG_chapter_build_install.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_build_install.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter BuildInstall [[ChapterBuildInstall]] @@ -50,9 +48,7 @@ In general, unless you have already downloaded Wireshark before, you will most likely need to download several source packages if you are building Wireshark from source. This is covered in more detail below. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// Make a ref ==== Once you have downloaded the relevant files, you can go on to the next step. @@ -436,7 +432,5 @@ You may also want to have a look at the Development Wiki ({wireshark-wiki-url}Development) for the latest available development documentation. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter 2 diff --git a/docbook/wsug_src/WSUG_chapter_capture.asciidoc b/docbook/wsug_src/WSUG_chapter_capture.asciidoc index 558fa5a9d9..1ae58cf998 100644 --- a/docbook/wsug_src/WSUG_chapter_capture.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_capture.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Capture [[ChapterCapture]] @@ -944,6 +942,4 @@ ways: . Using the btn:[Restart] toolbar button. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Capture diff --git a/docbook/wsug_src/WSUG_chapter_customize.asciidoc b/docbook/wsug_src/WSUG_chapter_customize.asciidoc index 1631ab1ce4..ab465bf023 100644 --- a/docbook/wsug_src/WSUG_chapter_customize.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_customize.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Customizing [[ChapterCustomize]] @@ -1152,6 +1150,4 @@ size this trailer is. A value of 0 disables the trailer protocol. Trailer protocol:: The name of the trailer protocol to be used (uses “data” as default). -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Customizing diff --git a/docbook/wsug_src/WSUG_chapter_introduction.asciidoc b/docbook/wsug_src/WSUG_chapter_introduction.asciidoc index 9e7d9f3b5f..47fee9cec8 100644 --- a/docbook/wsug_src/WSUG_chapter_introduction.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_introduction.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Introduction [[ChapterIntroduction]] @@ -485,6 +483,4 @@ very large. You can download them separately at {wireshark-main-url}download/win32/all-versions/ and {wireshark-main-url}download/win64/all-versions/ . -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter 1 diff --git a/docbook/wsug_src/WSUG_chapter_io.asciidoc b/docbook/wsug_src/WSUG_chapter_io.asciidoc index 062b58cd7e..d900560006 100644 --- a/docbook/wsug_src/WSUG_chapter_io.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_io.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter IO [[ChapterIO]] @@ -924,6 +922,4 @@ image::wsug_graphics/ws-packet-format.png[{screenshot-attrs}] saving/printing to a text file, this will put a form feed character between the packets). -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter IO diff --git a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc index 83c262062d..cbd2912c03 100644 --- a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Statistics [[ChStatistics]] @@ -469,6 +467,4 @@ specific protocols and might be described in a later version of this document. Some of these statistics are described at {wireshark-wiki-url}Statistics. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Statistics diff --git a/docbook/wsug_src/WSUG_chapter_telephony.asciidoc b/docbook/wsug_src/WSUG_chapter_telephony.asciidoc index ce3fe51c66..c7397d4aa7 100644 --- a/docbook/wsug_src/WSUG_chapter_telephony.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_telephony.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Telephony [[ChTelephony]] @@ -110,6 +108,4 @@ specific protocols and might be described in a later version of this document. Some of these statistics are described at the {wireshark-wiki-url}Statistics pages. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Telephony diff --git a/docbook/wsug_src/WSUG_chapter_troubleshoot.asciidoc b/docbook/wsug_src/WSUG_chapter_troubleshoot.asciidoc index 78bcd7a264..5a768282b0 100644 --- a/docbook/wsug_src/WSUG_chapter_troubleshoot.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_troubleshoot.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Four [[Chap04]] @@ -80,6 +78,4 @@ question. However, as Wireshark will often give you some good hints, you might get an idea of what is going wrong simply by looking in the packets being exchanged. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter 4 diff --git a/docbook/wsug_src/WSUG_chapter_use.asciidoc b/docbook/wsug_src/WSUG_chapter_use.asciidoc index d36309e1ba..b10ec53bb6 100644 --- a/docbook/wsug_src/WSUG_chapter_use.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_use.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG User Interface Chapter [[ChapterUsing]] @@ -1019,6 +1017,4 @@ This is displayed if you are trying to use a display filter which may have unexpected results. For a detailed description, see <>. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter 3 diff --git a/docbook/wsug_src/WSUG_chapter_work.asciidoc b/docbook/wsug_src/WSUG_chapter_work.asciidoc index 3b09f7fa78..9907baa8a8 100644 --- a/docbook/wsug_src/WSUG_chapter_work.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_work.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Chapter Work [[ChapterWork]] @@ -859,6 +857,4 @@ A time referenced packet will be marked with the string $$*REF*$$ in the Time column (see packet number 10). All subsequent packets will show the time since the last time reference. -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// End of WSUG Chapter Work diff --git a/docbook/wsug_src/WSUG_preface.asciidoc b/docbook/wsug_src/WSUG_preface.asciidoc index e7ffeec608..599105aa7a 100644 --- a/docbook/wsug_src/WSUG_preface.asciidoc +++ b/docbook/wsug_src/WSUG_preface.asciidoc @@ -1,6 +1,4 @@ -++++++++++++++++++++++++++++++++++++++ - -++++++++++++++++++++++++++++++++++++++ +// WSUG Preface [[PreForeword]]