summaryrefslogtreecommitdiff
path: root/docbook/user-guide.xml
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-03 03:14:00 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-03 03:14:00 +0000
commit2c5ccc66efff219fa0ae17b7a07f80aa7d20e93f (patch)
tree26d61397f90396266d7816d8ec264f5f86ac0756 /docbook/user-guide.xml
parent7f88f16077dcca93ec4fcfd22995c4edf6b6b674 (diff)
downloadwireshark-2c5ccc66efff219fa0ae17b7a07f80aa7d20e93f.tar.gz
Update object export code:
- Add to User's Guide - Add a help button - Move a lot of code into the shared export_object.c file and out of dissector specific file export_object_http.c. This will make adding additional protocols much easier. - Change comment in packet-http.c to reflect new name (Export Object) - Various other minor improvements svn path=/trunk/; revision=20961
Diffstat (limited to 'docbook/user-guide.xml')
-rw-r--r--docbook/user-guide.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index c1a9fa1203..e66d22eb63 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -247,11 +247,12 @@ FILE SECTION
<!ENTITY WiresharkExportPSDialog SYSTEM "./wsug_graphics/ws-export-ps.png" NDATA PNG>
<!ENTITY WiresharkExportPSMLDialog SYSTEM "./wsug_graphics/ws-export-psml.png" NDATA PNG>
<!ENTITY WiresharkExportPDMLDialog SYSTEM "./wsug_graphics/ws-export-pdml.png" NDATA PNG>
- <!ENTITY WiresharkExportSelectedDialog SYSTEM "./wsug_graphics/ws-export-selected.png" NDATA PNG>
+ <!ENTITY WiresharkExportSelectedDialog SYSTEM
+ "./wsug_graphics/ws-export-selected.png" NDATA PNG>
+ <!ENTITY WiresharkExportObjectsDialog SYSTEM "./wsug_graphics/ws-export-objects.png" NDATA PNG>
<!ENTITY WiresharkPrint SYSTEM "./wsug_graphics/ws-print.png" NDATA PNG>
<!ENTITY WiresharkPacketRangeFrame SYSTEM "./wsug_graphics/ws-packet-range.png" NDATA PNG>
<!ENTITY WiresharkPacketFormatFrame SYSTEM "./wsug_graphics/ws-packet-format.png" NDATA PNG>
-
<!-- Sixth Chapter -->
<!-- Appendices etc -->