xip: add support for XIP packets
[metze/wireshark/wip.git] / docbook / developer-guide.asciidoc
1 = Wireshark Developer's Guide
2 //v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
3 :doctype: book
4
5 [[Preface]]
6 ["preface",id="Preface"]
7 = Preface
8
9 include::wsdg_src/WSDG_preface.asciidoc[]
10
11 [[PartEnvironment]]
12 = Wireshark Build Environment
13 [partintro]
14 .Wireshark Build Environment
15 --
16 The first part describes how to set up the tools, libraries and source needed to
17 generate Wireshark and how to do some typical development tasks.
18 --
19
20 include::wsdg_src/WSDG_chapter_env_intro.asciidoc[]
21
22 include::wsdg_src/WSDG_chapter_quick_setup.asciidoc[]
23
24 include::wsdg_src/WSDG_chapter_sources.asciidoc[]
25
26 include::wsdg_src/WSDG_chapter_tools.asciidoc[]
27
28 include::wsdg_src/WSDG_chapter_libraries.asciidoc[]
29
30 [[PartDevelopment]]
31 = Wireshark Development
32 [partintro]
33 .Wireshark Development
34 --
35 The second part describes how the Wireshark sources are structured and how to
36 change the sources such as adding a new dissector.
37 --
38
39 include::wsdg_src/WSDG_chapter_works.asciidoc[]
40
41 include::wsdg_src/WSDG_chapter_build_intro.asciidoc[]
42
43 include::wsdg_src/WSDG_chapter_capture.asciidoc[]
44
45 include::wsdg_src/WSDG_chapter_dissection.asciidoc[]
46
47 include::wsluarm.asciidoc[]
48
49 include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
50
51 include::GPL_appendix.asciidoc[]