aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/developer-guide.adoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-02-14 15:23:05 -0800
committerAnders Broman <a.broman58@gmail.com>2019-02-15 05:17:26 +0000
commitb658de2fa798cdf4046608b183137905df636d7b (patch)
tree723b95a0f522385fd93764f87c9c87cea9a6802e /docbook/developer-guide.adoc
parent4bcad12279aab875bb9f871e7dd984a43bebe86e (diff)
Rename our .asciidoc files to .adoc
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>
Diffstat (limited to 'docbook/developer-guide.adoc')
-rw-r--r--docbook/developer-guide.adoc64
1 files changed, 64 insertions, 0 deletions
diff --git a/docbook/developer-guide.adoc b/docbook/developer-guide.adoc
new file mode 100644
index 0000000000..d34fed5359
--- /dev/null
+++ b/docbook/developer-guide.adoc
@@ -0,0 +1,64 @@
+//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
+:doctype: book
+include::attributes.adoc[]
+= Wireshark Developer’s Guide: Version {wireshark-version}
+
+// Attributes
+// XXX This should be surrounded by single quotes in the text. It’s
+// currently surrounded by plus signs for AsciiDoc compatibility.
+:dlt-glob: DLT_*
+:qt-lts-version: 5.12
+
+[[Preface]]
+["preface",id="Preface"]
+== Preface
+
+include::wsdg_src/WSDG_preface.adoc[]
+
+include::common_src/typographic_conventions.adoc[]
+
+[[PartEnvironment]]
+= Wireshark Build Environment
+
+[partintro]
+.Wireshark Build Environment
+--
+The first part describes how to set up the tools, libraries and source needed to
+generate Wireshark and how to do some typical development tasks.
+--
+
+include::wsdg_src/WSDG_chapter_env_intro.adoc[]
+
+include::wsdg_src/WSDG_chapter_quick_setup.adoc[]
+
+include::wsdg_src/WSDG_chapter_sources.adoc[]
+
+include::wsdg_src/WSDG_chapter_tools.adoc[]
+
+include::wsdg_src/WSDG_chapter_libraries.adoc[]
+
+[[PartDevelopment]]
+= Wireshark Development
+
+[partintro]
+.Wireshark Development
+--
+The second part describes how the Wireshark sources are structured and how to
+change the sources such as adding a new dissector.
+--
+
+include::wsdg_src/WSDG_chapter_works.adoc[]
+
+include::wsdg_src/WSDG_chapter_build_intro.adoc[]
+
+include::wsdg_src/WSDG_chapter_capture.adoc[]
+
+include::wsdg_src/WSDG_chapter_dissection.adoc[]
+
+include::wsluarm.adoc[]
+
+include::wsdg_src/WSDG_chapter_userinterface.adoc[]
+
+include::wsdg_src/WSDG_chapter_tests.adoc[]
+
+include::common_src/GPL_appendix.adoc[]