wireshark/docbook/developer-guide.asciidoc
Gerald Combs 62289300d6 Finish converting the User's Guide to AsciiDoc.
As with the Developer's Guide, add user-guide-docinfo.xml, which lets us
carry over DocBook front matter. Remove the meta_info chapter. Most of
its contents are now in user-guide-docinfo.xml. Add a DocBook revision
history based on hints from the Git/SVN/CVS revision history.

Remove the various makefile targets for converting AsciiDoc files to
DocBook chapters. Remove GPL_appendix.xml. We use the AsciiDoc version.

Change-Id: I543fa2a92f2c735c5f00c97ec65cff2187e09e3a
Reviewed-on: https://code.wireshark.org/review/5216
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-11-10 05:30:10 +00:00

52 lines
1.2 KiB
Text

= Wireshark Developer's Guide
//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_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::wsluarm.asciidoc[]
include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
include::GPL_appendix.asciidoc[]