Rename the main executable to "wireshark", along with more conversions:
[obnox/wireshark/wip.git] / docbook / developer-guide.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
5 <!-- $Id$ -->
6
7 <!--
8 BIOGRAPHICAL SECTION
9 -Use this section to encode all biographical information
10 -->
11
12 <!-- Authors Names -->
13   <!ENTITY AuthorFullName "Ulf Lamping">
14   <!ENTITY AuthorFirstName "Ulf">
15   <!ENTITY AuthorOtherName "">
16   <!ENTITY AuthorSurname "Lamping">
17   <!ENTITY AuthorEmail "ulf.lamping[AT]web.de">
18
19 <!--Authors Affiliation -->
20   <!ENTITY AuthorShortAffiliation "">
21   <!ENTITY AuthorJobTitle "">
22   <!ENTITY AuthorOrgName "">
23   <!ENTITY AuthorOrgDiv "">
24
25 <!--
26 DOCUMENT SECTION
27 -Use this section to encode all document information
28 -->
29
30   <!ENTITY DocumentTitle "<application>Ethereal</application> Developer's Guide">
31   <!ENTITY DocumentSubTitle "&SvnVersion; for Wireshark &EtherealCurrentVersion;">
32   <!ENTITY DocumentTitleAbbreviation "EDG">
33
34   <!ENTITY DocumentCopyrightHolder "Ulf Lamping">
35   <!ENTITY DocumentCopyrightYear "2004-2005">
36
37   <!ENTITY DocumentEdition "Draft">
38   <!ENTITY DocumentVersion "Draft 0.0.2">
39   <!ENTITY DocumentPubDate "2005">
40   <!ENTITY % SvnVersionFile SYSTEM "svn_version.xml">
41   %SvnVersionFile;
42
43 <!ENTITY DocumentLegalNotice "<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.</para><para>All logos and trademarks in this document are property of their respective owner.</para>">
44
45 <!--
46 Ethereal Info
47 -->
48   <!ENTITY EtherealCurrentVersion "0.10.14">
49   <!ENTITY EtherealWebSite "http://www.wireshark.org">
50   <!ENTITY EtherealDownloadPage "&EtherealWebSite;/download.html">
51   <!ENTITY EtherealAuthorsPage "&EtherealWebSite;/introduction.html#authors">
52   <!ENTITY EtherealFAQPage "&EtherealWebSite;/faq.html">
53   <!ENTITY EtherealDevMailList "wireshark-dev[AT]wireshark.org">
54   <!ENTITY EtherealDevsGuidePage "&EtherealWebSite;/docs">
55   <!ENTITY EtherealUsersGuidePage "&EtherealWebSite;/docs">
56   <!ENTITY EtherealWikiSite "http://wiki.wireshark.org">
57   <!ENTITY EtherealBugsSite "http://bugs.wireshark.org">
58
59 <!--
60 Gnu info
61 -->
62   <!ENTITY GPLWebsite "http://www.gnu.org/copyleft/gpl.html">
63
64 <!--
65 FILE SECTION
66 -Use this section to specify the files that make up the book. Use FPI (public identifiers)
67 -->
68
69 <!-- These refer to graphics files and figures contained in the document -->
70
71   <!ENTITY EtherealLogo SYSTEM "./edg_graphics/wireshark-logo.png" NDATA PNG>
72   <!ENTITY EtherealFunctionBlocks SYSTEM "./edg_graphics/ethereal-function-blocks.png" NDATA PNG>
73
74 <!-- These are the actual files that make up the document -->
75
76   <!ENTITY BookMetaInformation SYSTEM "edg_src/EDG_meta_info.xml">
77   <!ENTITY Preface SYSTEM "edg_src/EDG_preface.xml">
78   <!ENTITY EnvIntroduction SYSTEM "edg_src/EDG_chapter_env_intro.xml">
79   <!ENTITY Tools SYSTEM "edg_src/EDG_chapter_tools.xml">
80   <!ENTITY Libraries SYSTEM "edg_src/EDG_chapter_libraries.xml">
81   <!ENTITY Sources SYSTEM "edg_src/EDG_chapter_sources.xml">
82   
83   <!ENTITY BuildIntroduction SYSTEM "edg_src/EDG_chapter_build_intro.xml">
84   <!ENTITY HowEtherealWorks SYSTEM "edg_src/EDG_chapter_works.xml">
85   <!ENTITY Capture SYSTEM "edg_src/EDG_chapter_capture.xml">
86   <!ENTITY Dissection SYSTEM "edg_src/EDG_chapter_dissection.xml">
87   <!ENTITY UserInterface SYSTEM "edg_src/EDG_chapter_userinterface.xml">
88
89   <!ENTITY AppGPL SYSTEM    "GPL_appendix.xml">
90
91 <!-- These refer to graphics files and figures contained in the document -->
92   <!-- 1st Chapter -->
93 ]>
94
95 <book>
96 <title>&DocumentTitle;</title>
97 <subtitle>&DocumentSubTitle;</subtitle>
98 &BookMetaInformation;
99 &Preface;
100 <part id="PartEnvironment" label="I">
101 <title>Ethereal Build Environment</title>
102 <partintro>
103 <para>
104 <command>Part I. Ethereal Build Environment</command>
105 </para>
106 <para>
107 <command>The first part describes how to set up the tools, libraries and 
108 source needed to generate Ethereal, and how to do some typical development 
109 tasks.</command>
110 </para>
111 <para>
112 Part II. Ethereal Development
113 </para>
114 <para>
115 The second part describes how the Wireshark sources are structured and how 
116 to change the sources (e.g. adding a new dissector).
117 </para>
118 </partintro>
119 &EnvIntroduction;
120 &Tools;
121 &Libraries;
122 &Sources;
123 </part>
124 <part id="PartDevelopment" label="II">
125 <title>Ethereal Development (incomplete)</title>
126 <partintro>
127 <!--<para>
128 This is the second of two parts:
129 </para>-->
130 <para>
131 Part I. Ethereal Build Environment
132 </para>
133 <para>
134 The first part describes how to set up the tools, libraries and source needed 
135 to generate Ethereal, and how to do some typical development tasks.
136 </para>
137 <para>
138 <command>Part II. Ethereal Development</command>
139 </para>
140 <para>
141 <command>The second part describes how the Wireshark sources are structured and how 
142 to change the sources (e.g. adding a new dissector).</command>
143 </para>
144 </partintro>
145 &HowEtherealWorks;
146 &BuildIntroduction;
147 &Capture;
148 &Dissection;
149 &UserInterface;
150 </part>
151
152 &AppGPL;
153 <!--
154
155 &Glossary;
156 &Index;  -->
157 </book>