Get rid of no-longer-applicable and no-longer-referred-to footnote.
[obnox/wireshark/wip.git] / docbook / user-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 <!-- Author's Names -->
13   <!ENTITY AuthorFullName "Ulf Lamping">
14   <!ENTITY AuthorFirstName "Ulf">
15   <!ENTITY AuthorOtherName "">
16   <!ENTITY AuthorSurname "Lamping">
17
18   <!ENTITY AuthorFullName2 "Richard Sharpe">
19   <!ENTITY AuthorFirstName2 "Richard">
20   <!ENTITY AuthorOtherName2 "">
21   <!ENTITY AuthorSurname2 "Sharpe">
22
23   <!ENTITY AuthorFullName3 "Ed Warnicke">
24   <!ENTITY AuthorFirstName3 "Ed">
25   <!ENTITY AuthorOtherName3 "">
26   <!ENTITY AuthorSurname3 "Warnicke">
27   
28   <!ENTITY AuthorFullName4 "Luis E. Garcia Ontanon">
29   <!ENTITY AuthorFirstName4 "Luis">
30   <!ENTITY AuthorOtherName4 "Enrique">
31   <!ENTITY AuthorSurname4 "Garcia Ontanon">
32
33 <!--Author's Affiliation -->
34   <!ENTITY AuthorShortAffiliation "">
35   <!ENTITY AuthorJobTitle "">
36   <!ENTITY AuthorOrgName "">
37   <!ENTITY AuthorOrgDiv "">
38   <!ENTITY AuthorEmail "ulf.lamping[AT]web.de">
39
40   <!ENTITY AuthorShortAffiliation2 "">
41   <!ENTITY AuthorJobTitle2 "Director">
42   <!ENTITY AuthorOrgName2 "NS Computer Software and Services P/L">
43   <!ENTITY AuthorOrgDiv2 "">
44   <!ENTITY AuthorEmail2 "rsharpe[AT]ns.aus.com">
45
46   <!ENTITY AuthorShortAffiliation3 "">
47   <!ENTITY AuthorJobTitle3 "">
48   <!ENTITY AuthorOrgName3 "">
49   <!ENTITY AuthorOrgDiv3 "">
50   <!ENTITY AuthorEmail3 "hagbard[AT]physics.rutgers.edu">
51
52   <!ENTITY AuthorShortAffiliation4 "">
53   <!ENTITY AuthorJobTitle4 "">
54   <!ENTITY AuthorOrgName4 "">
55   <!ENTITY AuthorOrgDiv4 "">
56   <!ENTITY AuthorEmail4 "luis [at] ontanon.org">
57
58 <!--
59 DOCUMENT SECTION
60 -Use this section to encode all document information
61 -->
62
63   <!ENTITY DocumentTitle "<application>Wireshark</application> User's Guide">
64   <!ENTITY DocumentSubTitle "&SvnVersion; for Wireshark &WiresharkCurrentVersion;">
65   <!ENTITY DocumentTitleAbbreviation "WSUG">
66
67   <!ENTITY DocumentCopyrightHolder1 "Ulf Lamping ">
68   <!ENTITY DocumentCopyrightHolder2 "Richard Sharpe ">
69   <!ENTITY DocumentCopyrightHolder3 "Ed Warnicke ">
70   <!ENTITY DocumentCopyrightYear "2004-2008">
71
72   <!ENTITY DocumentEdition "Third ">
73   <!ENTITY DocumentVersion "V3.0.2">
74   <!ENTITY DocumentPubDate "2008">
75
76   <!ENTITY % SvnVersionFile SYSTEM "svn_version.xml">
77   %SvnVersionFile;
78   <!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>">
79
80 <!--
81 Wireshark Info
82 -->
83   <!ENTITY WiresharkCurrentVersion "1.2">
84   <!ENTITY WiresharkWebSite "http://www.wireshark.org">
85   <!ENTITY WiresharkUsersGuidePage "&WiresharkWebSite;/docs/">
86   <!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download.html">
87   <!ENTITY WiresharkBinariesPage "&WiresharkWebSite;/download.html">
88   <!ENTITY WiresharkAuthorsPage "&WiresharkWebSite;/about.html">
89   <!ENTITY WiresharkProtocolsPage "&WiresharkWebSite;/docs/dfref/">
90   <!ENTITY WiresharkFAQPage "&WiresharkWebSite;/faq.html">
91   <!ENTITY WiresharkFAQPromiscPage "&WiresharkWebSite;/faq.html#promiscsniff">
92   <!ENTITY WiresharkWikiPage "http://wiki.wireshark.org">
93   <!ENTITY WiresharkMediaPage "&WiresharkWikiPage;/CaptureSetup/NetworkMedia">
94   <!ENTITY WiresharkWikiCaptureFiltersPage "&WiresharkWikiPage;/CaptureFilters">
95   <!ENTITY WiresharkWikiDisplayFiltersPage "&WiresharkWikiPage;/DisplayFilters">
96   <!ENTITY WiresharkWikiColoringRulesPage "&WiresharkWikiPage;/ColoringRules">
97   <!ENTITY WiresharkWikiPreferencesPage "&WiresharkWikiPage;/Preferences">
98   <!ENTITY WiresharkWikiPcapNgPage "&WiresharkWikiPage;/Development/PcapNg">
99
100   <!ENTITY WiresharkDevMailList "wireshark-dev[AT]wireshark.org">
101   <!ENTITY WiresharkUsersMailList "wireshark-users[AT]wireshark.org">
102
103 <!--
104 Winpcap Info
105 -->
106   <!ENTITY WinPcapWebsite "http://www.winpcap.org">
107   <!ENTITY WinPcapDownloadWebsite "&WinPcapWebsite;/install/default.htm">
108
109 <!--
110 Tcpdump Info
111 -->
112   <!ENTITY TcpdumpWebsite "http://www.tcpdump.org">
113   <!ENTITY TcpdumpManpage "&TcpdumpWebsite;/tcpdump_man.html">
114
115 <!--
116 Gnu info
117 -->
118   <!ENTITY GPLWebsite "http://www.gnu.org/copyleft/gpl.html">
119
120 <!--
121 Timezone info
122 -->
123   <!ENTITY TimezoneGMTSite "http://wwp.greenwichmeantime.com/">
124   <!ENTITY TimezoneWorldClockSite "http://www.timeanddate.com/worldclock/">
125   <!ENTITY NTPSite "http://www.ntp.org/">
126   <!ENTITY WikipediaWebsite "http://en.wikipedia.org">
127   <!ENTITY WikipediaTimezone "&WikipediaWebsite;/wiki/Time_zone">
128   <!ENTITY WikipediaDaylightSaving "&WikipediaWebsite;/wiki/Daylight_saving">
129   <!ENTITY WikipediaUTC "&WikipediaWebsite;/wiki/Coordinated_Universal_Time">
130
131 <!--
132 FILE SECTION
133 -Use this section to specify the files that make up the book. Use FPI (public identifiers)
134 -->
135 <!-- These refer to graphics files and figures contained in the document -->
136   <!-- -->
137   <!ENTITY WiresharkLogo SYSTEM "./wsug_graphics/ws-logo.png" NDATA PNG>
138   
139   <!-- 1st Chapter -->
140   <!ENTITY WiresharkMain1 SYSTEM "./wsug_graphics/ws-main.png" NDATA PNG>
141
142   <!-- 2nd Chapter -->
143
144   <!-- Third Chapter -->
145   <!ENTITY WiresharkEmpty SYSTEM "./wsug_graphics/ws-empty.png" NDATA PNG>
146   <!ENTITY WiresharkThreePane1 SYSTEM "./wsug_graphics/ws-main.png" NDATA PNG>
147   <!ENTITY WiresharkMenuOnly SYSTEM "./wsug_graphics/ws-menu.png" NDATA PNG>
148   <!ENTITY WiresharkMainToolbar SYSTEM "./wsug_graphics/ws-main-toolbar.png" NDATA PNG>
149   <!ENTITY WiresharkFilterToolbar SYSTEM "./wsug_graphics/ws-filter-toolbar.png" NDATA PNG>
150   <!ENTITY WiresharkListPane SYSTEM "./wsug_graphics/ws-list-pane.png" NDATA PNG>
151   <!ENTITY WiresharkDetailsPane SYSTEM "./wsug_graphics/ws-details-pane.png" NDATA PNG>
152   <!ENTITY WiresharkBytesPane SYSTEM "./wsug_graphics/ws-bytes-pane.png" NDATA PNG>
153   <!ENTITY WiresharkBytesPaneTabs SYSTEM "./wsug_graphics/ws-bytes-pane-tabs.png" NDATA PNG>
154   <!ENTITY WiresharkStatusbarEmpty SYSTEM "./wsug_graphics/ws-statusbar-empty.png" NDATA PNG>
155   <!ENTITY WiresharkStatusbarLoaded SYSTEM "./wsug_graphics/ws-statusbar-loaded.png" NDATA PNG>
156   <!ENTITY WiresharkStatusbarProfile SYSTEM "./wsug_graphics/ws-statusbar-profile.png" NDATA PNG>
157   <!ENTITY WiresharkStatusbarSelected SYSTEM "./wsug_graphics/ws-statusbar-selected.png" NDATA PNG>
158   <!ENTITY WiresharkStatusbarFilter SYSTEM "./wsug_graphics/ws-statusbar-filter.png" NDATA PNG>
159   <!ENTITY WiresharkPacketSelected1 SYSTEM "./wsug_graphics/ws-packet-selected.png" NDATA PNG>
160   <!ENTITY WiresharkPacketSepView SYSTEM "./wsug_graphics/ws-packet-sep-win.png" NDATA PNG>
161   <!ENTITY WiresharkFilterTCP SYSTEM "./wsug_graphics/ws-display-filter-tcp.png" NDATA PNG>  
162   <!ENTITY WiresharkColoringRulesDialog SYSTEM "./wsug_graphics/ws-coloring-rules-dialog.png" NDATA PNG>
163   <!ENTITY WiresharkColoringFields SYSTEM "./wsug_graphics/ws-coloring-fields.png" NDATA PNG>
164   <!ENTITY WiresharkEditColorDialog SYSTEM "./wsug_graphics/ws-edit-color-rule-dialog.png" NDATA PNG>
165   <!ENTITY WiresharkExpertColoredTree SYSTEM "./wsug_graphics/ws-expert-colored-tree.png" NDATA PNG>
166   <!ENTITY WiresharkExpertColumn SYSTEM "./wsug_graphics/ws-expert-column.png" NDATA PNG>
167   <!ENTITY WiresharkExpertInfoDialog SYSTEM "./wsug_graphics/ws-expert-infos.png" NDATA PNG>
168   <!ENTITY WiresharkChooseColorDialog SYSTEM "./wsug_graphics/ws-choose-color-rule.png" NDATA PNG>
169   <!ENTITY WiresharkFollowStream SYSTEM "./wsug_graphics/ws-follow-stream.png" NDATA PNG>
170   <!ENTITY WiresharkFindPacket SYSTEM "./wsug_graphics/ws-find-packet.png" NDATA PNG>  
171   <!ENTITY WiresharkGoToPacket SYSTEM "./wsug_graphics/ws-goto-packet.png" NDATA PNG>  
172   <!ENTITY WiresharkGUIPreferences SYSTEM "./wsug_graphics/ws-gui-preferences.png" NDATA PNG>
173   <!ENTITY WiresharkGUIInterfaceOptions SYSTEM "./wsug_graphics/ws-gui-interface-options.png" NDATA PNG>
174   <!ENTITY WiresharkGUILayoutPreferences SYSTEM "./wsug_graphics/ws-gui-layout-preferences.png" NDATA PNG>
175   <!ENTITY WiresharkGUIColumnsPreferences SYSTEM "./wsug_graphics/ws-gui-columns-preferences.png" NDATA PNG>
176   <!ENTITY WiresharkGUIFontPreferences SYSTEM "./wsug_graphics/ws-gui-font-preferences.png" NDATA PNG>
177   <!ENTITY WiresharkGUIColorsPreferences SYSTEM "./wsug_graphics/ws-gui-colors-preferences.png" NDATA PNG>
178   <!ENTITY WiresharkGUIConfigProfiles SYSTEM "./wsug_graphics/ws-gui-config-profiles.png" NDATA PNG>
179   <!ENTITY WiresharkCapturePreferences SYSTEM "./wsug_graphics/ws-capture-preferences.png" NDATA PNG>
180   <!ENTITY WiresharkPrintingPreferences SYSTEM "./wsug_graphics/ws-printing-preferences.png" NDATA PNG>
181   <!ENTITY WiresharkNameResolutionPreferences SYSTEM "./wsug_graphics/ws-nameresolution-preferences.png" NDATA PNG>
182   <!ENTITY WiresharkFilters SYSTEM "./wsug_graphics/ws-filters.png" NDATA PNG>
183   <!ENTITY WiresharkFileMenu SYSTEM "./wsug_graphics/ws-file-menu.png" NDATA PNG>
184   <!ENTITY WiresharkEditMenu SYSTEM "./wsug_graphics/ws-edit-menu.png" NDATA PNG>
185   <!ENTITY WiresharkViewMenu SYSTEM "./wsug_graphics/ws-view-menu.png" NDATA PNG>
186   <!ENTITY WiresharkGoMenu SYSTEM "./wsug_graphics/ws-go-menu.png" NDATA PNG>
187   <!ENTITY WiresharkCaptureMenu SYSTEM "./wsug_graphics/ws-capture-menu.png" NDATA PNG>
188   <!ENTITY WiresharkAnalyzeMenu SYSTEM "./wsug_graphics/ws-analyze-menu.png" NDATA PNG>
189   <!ENTITY WiresharkTelephonyMenu SYSTEM "./wsug_graphics/ws-telephony-menu.png" NDATA PNG>
190   <!ENTITY WiresharkStatisticsMenu SYSTEM "./wsug_graphics/ws-statistics-menu.png" NDATA PNG>
191   <!ENTITY WiresharkHelpMenu SYSTEM "./wsug_graphics/ws-help-menu.png" NDATA PNG>
192   <!ENTITY WiresharkPacketPanePopupMenu SYSTEM "./wsug_graphics/ws-packet-pane-popup-menu.png" NDATA PNG>
193   <!ENTITY WiresharkDetailsPanePopupMenu SYSTEM "./wsug_graphics/ws-details-pane-popup-menu.png" NDATA PNG>
194   <!ENTITY WiresharkBytesPanePopupMenu SYSTEM "./wsug_graphics/ws-bytes-pane-popup-menu.png" NDATA PNG>
195   <!ENTITY WiresharkFilterAddExpression SYSTEM "./wsug_graphics/ws-filter-add-expression.png" NDATA PNG>
196   <!ENTITY WiresharkFilters2 SYSTEM "./wsug_graphics/ws-filters-2.png" NDATA PNG>
197   <!ENTITY WiresharkTimeReference SYSTEM "./wsug_graphics/ws-time-reference.png" NDATA PNG>
198   <!ENTITY WiresharkEnabledProtocols SYSTEM "./wsug_graphics/ws-enabled-protocols.png" NDATA PNG>
199   <!ENTITY WiresharkDecodeAs SYSTEM "./wsug_graphics/ws-decode-as.png" NDATA PNG>
200   <!ENTITY WiresharkDecodeAsShow SYSTEM "./wsug_graphics/ws-decode-as-show.png" NDATA PNG>
201
202   <!-- Third Chapter Toolbar-->
203   <!ENTITY WiresharkToolbarCaptureInterfaces SYSTEM "./wsug_graphics/toolbar/capture_interfaces_24.png" NDATA PNG>
204   <!ENTITY WiresharkToolbarCaptureOptions SYSTEM "./wsug_graphics/toolbar/capture_options_24.png" NDATA PNG>
205   <!ENTITY WiresharkToolbarCaptureStart SYSTEM "./wsug_graphics/toolbar/capture_start_24.png" NDATA PNG>
206   <!ENTITY WiresharkToolbarCaptureStop SYSTEM "./wsug_graphics/toolbar/capture_stop_24.png" NDATA PNG>
207   <!ENTITY WiresharkToolbarCaptureRestart SYSTEM "./wsug_graphics/toolbar/capture_restart_24.png" NDATA PNG>
208   <!ENTITY WiresharkToolbarCaptureFilters SYSTEM "./wsug_graphics/toolbar/capture_filter_24.png" NDATA PNG>
209   <!ENTITY WiresharkToolbarDisplayFilters SYSTEM "./wsug_graphics/toolbar/display_filter_24.png" NDATA PNG>
210   <!ENTITY WiresharkToolbarAdd SYSTEM "./wsug_graphics/toolbar/stock_add_24.png" NDATA PNG>
211   <!ENTITY WiresharkToolbarApply SYSTEM "./wsug_graphics/toolbar/stock_apply_20.png" NDATA PNG>
212   <!ENTITY WiresharkToolbarGoLast SYSTEM "./wsug_graphics/toolbar/stock_bottom_24.png" NDATA PNG>
213   <!ENTITY WiresharkToolbarClear SYSTEM "./wsug_graphics/toolbar/stock_clear_24.png" NDATA PNG>
214   <!ENTITY WiresharkToolbarClose SYSTEM "./wsug_graphics/toolbar/stock_close_24.png" NDATA PNG>
215   <!ENTITY WiresharkToolbarColoringRules SYSTEM "./wsug_graphics/toolbar/stock_colorselector_24.png" NDATA PNG>
216   <!ENTITY WiresharkToolbarHelp SYSTEM "./wsug_graphics/toolbar/stock_help_24.png" NDATA PNG>
217   <!ENTITY WiresharkToolbarGoTo SYSTEM "./wsug_graphics/toolbar/stock_jump_to_24.png" NDATA PNG>
218   <!ENTITY WiresharkToolbarGoBack SYSTEM "./wsug_graphics/toolbar/stock_left_arrow_24.png" NDATA PNG>
219   <!ENTITY WiresharkToolbarOpen SYSTEM "./wsug_graphics/toolbar/stock_open_24.png" NDATA PNG>
220   <!ENTITY WiresharkToolbarPreferences SYSTEM "./wsug_graphics/toolbar/stock_preferences_24.png" NDATA PNG>
221   <!ENTITY WiresharkToolbarPrint SYSTEM "./wsug_graphics/toolbar/stock_print_24.png" NDATA PNG>
222   <!ENTITY WiresharkToolbarProperties SYSTEM "./wsug_graphics/toolbar/stock_properties_24.png" NDATA PNG>
223   <!ENTITY WiresharkToolbarReload SYSTEM "./wsug_graphics/toolbar/stock_refresh_24.png" NDATA PNG>
224   <!ENTITY WiresharkToolbarGoForward SYSTEM "./wsug_graphics/toolbar/stock_right_arrow_24.png" NDATA PNG>
225   <!ENTITY WiresharkToolbarSave SYSTEM "./wsug_graphics/toolbar/stock_save_24.png" NDATA PNG>
226   <!ENTITY WiresharkToolbarSaveAs SYSTEM "./wsug_graphics/toolbar/stock_save_as_24.png" NDATA PNG>
227   <!ENTITY WiresharkToolbarFind SYSTEM "./wsug_graphics/toolbar/stock_search_24.png" NDATA PNG>
228   <!ENTITY WiresharkToolbarStop SYSTEM "./wsug_graphics/toolbar/stock_stop_24.png" NDATA PNG>
229   <!ENTITY WiresharkToolbarGoFirst SYSTEM "./wsug_graphics/toolbar/stock_top_24.png" NDATA PNG>
230   <!ENTITY WiresharkToolbarZoom100 SYSTEM "./wsug_graphics/toolbar/stock_zoom_1_24.png" NDATA PNG>
231   <!ENTITY WiresharkToolbarZoomIn SYSTEM "./wsug_graphics/toolbar/stock_zoom_in_24.png" NDATA PNG>
232   <!ENTITY WiresharkToolbarZoomOut SYSTEM "./wsug_graphics/toolbar/stock_zoom_out_24.png" NDATA PNG>
233   <!ENTITY WiresharkToolbarColorize SYSTEM "./wsug_graphics/toolbar/colorize_24.png" NDATA PNG>
234   <!ENTITY WiresharkToolbarAutoScroll SYSTEM "./wsug_graphics/toolbar/autoscroll_24.png" NDATA PNG>
235   <!ENTITY WiresharkToolbarResizeColumns SYSTEM "./wsug_graphics/toolbar/resize_columns_24.png" NDATA PNG>
236
237   <!-- Third Chapter Statistics -->
238   <!ENTITY WiresharkStatsSummary SYSTEM "./wsug_graphics/ws-stats-summary.png" NDATA PNG>
239   <!ENTITY WiresharkStatsHierarchy SYSTEM "./wsug_graphics/ws-stats-hierarchy.png" NDATA PNG>
240   <!ENTITY WiresharkStatsEndpoints SYSTEM "./wsug_graphics/ws-stats-endpoints.png" NDATA PNG>
241   <!ENTITY WiresharkStatsConversations SYSTEM "./wsug_graphics/ws-stats-conversations.png" NDATA PNG>
242   <!ENTITY WiresharkStatsIOGraphs SYSTEM "./wsug_graphics/ws-stats-iographs.png" NDATA PNG>
243   <!ENTITY WiresharkStatsWLANTraffic SYSTEM "./wsug_graphics/ws-stats-wlan-traffic.png" NDATA PNG>
244   <!ENTITY WiresharkStatsLTEMACTraffic SYSTEM "./wsug_graphics/ws-stats-lte-mac-traffic.png" NDATA PNG>
245   <!ENTITY WiresharkStatsSrtDcerpcFilter SYSTEM "./wsug_graphics/ws-stats-srt-dcerpc-filter.png" NDATA PNG>
246   <!ENTITY WiresharkStatsSrtDcerpc SYSTEM "./wsug_graphics/ws-stats-srt-dcerpc.png" NDATA PNG>
247
248   <!-- Fourth Chapter -->
249   <!ENTITY WiresharkCaptureInterfacesDialog SYSTEM "./wsug_graphics/ws-capture-interfaces.png" NDATA PNG>
250   <!ENTITY WiresharkCaptureInterfacesDialogWin32 SYSTEM "./wsug_graphics/ws-capture-interfaces-win32.png" NDATA PNG>
251   <!ENTITY WiresharkCaptureOptionsDialog SYSTEM "./wsug_graphics/ws-capture-options.png" NDATA PNG>
252   <!ENTITY WiresharkCaptureInterfaceDetailsDialog SYSTEM "./wsug_graphics/ws-capture-interface-details.png" NDATA PNG>
253   <!ENTITY WiresharkCaptureInfoDialog SYSTEM "./wsug_graphics/ws-capture-info.png" NDATA PNG>
254   <!ENTITY WiresharkCaptureOptionsRemoteInterfacesDialog SYSTEM "./wsug_graphics/ws-capture-options-remote-interface.png" NDATA PNG>
255   <!ENTITY WiresharkCaptureOptionsRemoteCaptureDialog SYSTEM "./wsug_graphics/ws-capture-options-remote-capture.png" NDATA PNG>
256   <!ENTITY WiresharkCaptureOptionsRemoteSettingsDialog SYSTEM "./wsug_graphics/ws-capture-options-remote-settings.png" NDATA PNG>
257
258   <!-- Fifth Chapter -->
259   <!ENTITY WiresharkOpenDialog20 SYSTEM "./wsug_graphics/ws-open-gtk20.png" NDATA PNG> 
260   <!ENTITY WiresharkSaveAsDialog20 SYSTEM "./wsug_graphics/ws-save-as-gtk20.png" NDATA PNG>
261   <!ENTITY WiresharkMergeDialog20 SYSTEM "./wsug_graphics/ws-merge-gtk20.png" NDATA PNG>
262   <!ENTITY WiresharkOpenDialog24 SYSTEM "./wsug_graphics/ws-open-gtk24.png" NDATA PNG> 
263   <!ENTITY WiresharkSaveAsDialog24 SYSTEM "./wsug_graphics/ws-save-as-gtk24.png" NDATA PNG>
264   <!ENTITY WiresharkMergeDialog24 SYSTEM "./wsug_graphics/ws-merge-gtk24.png" NDATA PNG>
265   <!ENTITY WiresharkOpenDialogWin32 SYSTEM "./wsug_graphics/ws-open-win32.png" NDATA PNG> 
266   <!ENTITY WiresharkSaveAsDialogWin32 SYSTEM "./wsug_graphics/ws-save-as-win32.png" NDATA PNG>
267   <!ENTITY WiresharkMergeDialogWin32 SYSTEM "./wsug_graphics/ws-merge-win32.png" NDATA PNG>
268   <!ENTITY WiresharkFileSetDialog SYSTEM "./wsug_graphics/ws-file-set-dialog.png" NDATA PNG>
269   <!ENTITY WiresharkExportPlainDialog SYSTEM "./wsug_graphics/ws-export-plain.png" NDATA PNG>
270   <!ENTITY WiresharkExportPSDialog SYSTEM "./wsug_graphics/ws-export-ps.png" NDATA PNG>
271   <!ENTITY WiresharkExportPSMLDialog SYSTEM "./wsug_graphics/ws-export-psml.png" NDATA PNG>
272   <!ENTITY WiresharkExportPDMLDialog SYSTEM "./wsug_graphics/ws-export-pdml.png" NDATA PNG>
273   <!ENTITY WiresharkExportSelectedDialog SYSTEM "./wsug_graphics/ws-export-selected.png" NDATA PNG>
274   <!ENTITY WiresharkExportObjectsDialog SYSTEM "./wsug_graphics/ws-export-objects.png" NDATA PNG>
275   <!ENTITY WiresharkPrint SYSTEM "./wsug_graphics/ws-print.png" NDATA PNG>
276   <!ENTITY WiresharkPacketRangeFrame SYSTEM "./wsug_graphics/ws-packet-range.png" NDATA PNG>
277   <!ENTITY WiresharkPacketFormatFrame SYSTEM "./wsug_graphics/ws-packet-format.png" NDATA PNG>
278
279   <!-- Sixth Chapter -->
280
281   <!-- Appendices etc -->
282   <!ENTITY WiresharkFormatError SYSTEM "./wsug_graphics/ws-error-open.png" NDATA PNG>
283   <!ENTITY WiresharkFormatError SYSTEM "./wsug_graphics/ws-error-open.png" NDATA PNG>
284   <!ENTITY WiresharkSaveError SYSTEM "./wsug_graphics/ws-save-error.png" NDATA PNG>
285
286
287 <!-- These are the actual files that make up the document -->
288   <!ENTITY BookMetaInformation SYSTEM "wsug_src/WSUG_meta_info.xml">
289   <!ENTITY Preface SYSTEM  "wsug_src/WSUG_preface.xml">
290   <!ENTITY ChapterIntroduction SYSTEM "wsug_src/WSUG_chapter_introduction.xml">
291   <!ENTITY ChapterBuildInstall SYSTEM "wsug_src/WSUG_chapter_build_install.xml">
292   <!ENTITY ChapterUse SYSTEM "wsug_src/WSUG_chapter_use.xml">
293   <!ENTITY ChapterCapture SYSTEM "wsug_src/WSUG_chapter_capture.xml">
294   <!ENTITY ChapterIo SYSTEM "wsug_src/WSUG_chapter_io.xml">
295   <!ENTITY ChapterWork SYSTEM "wsug_src/WSUG_chapter_work.xml">
296   <!ENTITY ChapterAdvanced SYSTEM "wsug_src/WSUG_chapter_advanced.xml">
297   <!ENTITY ChapterStatistics SYSTEM "wsug_src/WSUG_chapter_statistics.xml">
298   <!ENTITY ChapterCustomize SYSTEM "wsug_src/WSUG_chapter_customize.xml">
299   <!ENTITY ChapterTroubleshoot SYSTEM "wsug_src/WSUG_chapter_troubleshoot.xml">
300   <!ENTITY AppMessages SYSTEM "wsug_src/WSUG_app_messages.xml">
301   <!ENTITY AppFiles SYSTEM "wsug_src/WSUG_app_files.xml">
302   <!ENTITY AppProtocols SYSTEM   "wsug_src/WSUG_app_protocols.xml">
303   <!ENTITY AppHowItWorks SYSTEM "wsug_src/WSUG_app_howitworks.xml">
304   <!ENTITY AppTools SYSTEM "wsug_src/WSUG_app_tools.xml">
305   <!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
306
307 <!--
308 WSLua Reference Manual
309 -->
310   <!ENTITY WsLuaRm SYSTEM "wsluarm.xml">
311   <!ENTITY WsLuaDumper SYSTEM "wsluarm_src/wslua_dumper.xml">
312   <!ENTITY WsLuaField SYSTEM "wsluarm_src/wslua_field.xml">
313   <!ENTITY WsLuaGui SYSTEM "wsluarm_src/wslua_gui.xml">
314   <!ENTITY WsLuaListener SYSTEM "wsluarm_src/wslua_listener.xml">
315   <!ENTITY WsLuaPinfo SYSTEM "wsluarm_src/wslua_pinfo.xml">
316   <!ENTITY WsLuaProto SYSTEM "wsluarm_src/wslua_proto.xml">
317   <!ENTITY WsLuaTree SYSTEM "wsluarm_src/wslua_tree.xml">
318   <!ENTITY WsLuaTvb SYSTEM "wsluarm_src/wslua_tvb.xml">
319   <!ENTITY WsLuaUtility SYSTEM "wsluarm_src/wslua_util.xml">
320
321 ]>
322
323 <book>
324   <title>&DocumentTitle;</title>
325   <subtitle>&DocumentSubTitle;</subtitle>
326   &BookMetaInformation;
327   &Preface;
328   &ChapterIntroduction;
329   &ChapterBuildInstall;
330   &ChapterUse;
331   &ChapterCapture;
332   &ChapterIo;
333   &ChapterWork;
334   &ChapterAdvanced;
335   &ChapterStatistics;  
336   &ChapterCustomize;
337
338   &WsLuaRm;
339   
340   &AppFiles;
341   &AppProtocols;
342   &AppMessages;  
343   &AppTools;
344   
345   &AppGPL;
346
347   <!--  Removed, as these chapters must be reworked
348   &Glossary;
349   &Index;
350   &AppHowItWorks;
351   &ChapterTroubleshoot;   
352   -->
353 </book>