wireshark/docbook/developer-guide.adoc
Gerald Combs b658de2fa7 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>
2019-02-15 05:17:26 +00:00

65 lines
1.5 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
:doctype: book
include::attributes.adoc[]
= Wireshark Developers Guide: Version {wireshark-version}
// Attributes
// XXX This should be surrounded by single quotes in the text. Its
// 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[]