aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/developer-guide.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-02-09 11:01:49 -0800
committerGerald Combs <gerald@wireshark.org>2014-02-11 18:04:45 +0000
commit5e3113e7c96c515d70288cdb5b44e0ebdc5b5711 (patch)
tree8016b9c3ab9272065976e5ee2a3c7b540d8c50d5 /docbook/developer-guide.asciidoc
parentbed30b8a94b645361a00d70ee2db0ec184cae103 (diff)
Finish converting the Developer's Guide to AsciiDoc.
Add developer-guide-docinfo.xml, which lets us carry over DocBook front matter. Remove the meta_info chapter. Most of its contents are now in developer-guide-docinfo.xml. Add a DocBook revision history based on hints from the Git/SVN/CVS revision history. Comment out or note makefile content that's no longer necessary for converting the Developer's Guide but will be useful for converting the User's Guide. Fix building the release notes with CMake. Other minor changes. Tested with Autotools, nmake, and CMake. Change-Id: Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a Reviewed-on: https://code.wireshark.org/review/155 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/developer-guide.asciidoc')
-rw-r--r--docbook/developer-guide.asciidoc52
1 files changed, 52 insertions, 0 deletions
diff --git a/docbook/developer-guide.asciidoc b/docbook/developer-guide.asciidoc
new file mode 100644
index 0000000000..835a2b5759
--- /dev/null
+++ b/docbook/developer-guide.asciidoc
@@ -0,0 +1,52 @@
+= Wireshark Developer's Guide =
+Ulf Lamping <ulf.lamping[AT]web.de>
+//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
+:doctype: book
+
+[[Preface]]
+["preface",id="Preface"]
+= Preface
+
+include::wsdg_src/WSDG_preface.asciidoc[]
+
+[[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.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_quick_setup.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_sources.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_tools.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_libraries.asciidoc[]
+
+[[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.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_build_intro.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_capture.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_dissection.asciidoc[]
+
+include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
+
+include::GPL_appendix.asciidoc[]