summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-01-12 15:12:04 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-01-14 10:36:50 +0000
commit36aca292fb9ee3ce47203958ebc879665db3027a (patch)
tree3fc295a7404cf344f7f14be90673c8ff789f260e /docbook/wsdg_src
parent0ee179c8c6e2eb240582298e1d67f98b4904cf40 (diff)
downloadwireshark-36aca292fb9ee3ce47203958ebc879665db3027a.tar.gz
Minor Development Guide updates
Corrected info about paths to built executable. Cross referenced empty debugger sections to the section with info. Change-Id: I4366825990f1a5286c7292c9f00e540160c1b5d0 Reviewed-on: https://code.wireshark.org/review/6520 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc14
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.asciidoc13
2 files changed, 14 insertions, 13 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index 6c0403bdc8..774d1d6a57 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -171,6 +171,8 @@ so it shows a version number for:
// Only used by win-setup.sh
* Web/wget
+* asciidoc
+
// Also need: bash/sh, sed
You might also have to install
@@ -469,9 +471,9 @@ to build Wireshark.
. Wait for Wireshark to compile. This will take a while, and there will be a lot of text output in the command prompt window
-. Run `C:\Development\wireshark\wireshark-qt-release\Wireshark.exe` and make sure it starts.
+. For the QT version run `C:\Development\wireshark\wireshark-qt-release\Wireshark.exe` and make sure it starts.
-//. Run `C:wiresharkwireshark-gtk2wireshark-gtk.exe` and make sure it starts.
+. For the older GTK version run `C:\Development\wireshark\wireshark-gtk2\Wireshark-gtk.exe`.
. Open 'Help -> About'. If it shows your "private" program
version, e.g.: Version wireshark-major-minor-version:[].x-myprotocol123
@@ -483,12 +485,8 @@ the sources and make "all" again
==== Debug Environment Setup
-****
-Unfortunately this section hasn't been written. You should be able
-to use the Visual Studio debugger to attach to a running executable.
-Alternately, if you are building QtShark with Qt Creator, you can
-launch QtShark in the debugger included with that IDE.
-****
+You can debug using the Visual Studio Debugger or WinDbg. See the section
+on using the <<ChToolsDebugger, Debugger Tools>>.
==== Optional: Create User's and Developer's Guide
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
index cd6802d48b..429c8d71b7 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
@@ -469,8 +469,12 @@ be informative when things don't work as expected.
==== Win32 native
During the build all relevant program files are collected in a subdirectory
-'wireshark-gtk2'. You can run the program from there by
-launching the wireshark.exe executable.
+'wireshark-qt-release'. You can run the program from there by
+launching the Wireshark.exe executable.
+
+The older GTK based version is also available in the 'wireshark-gtk'
+subdirectory. You can run the program from there by launching the
+Wireshark-gtk.exe executable.
[[ChSrcDebug]]
@@ -509,9 +513,8 @@ See http://library.gnome.org/devel/glib/stable/glib-running.html[]
==== Win32 native
-****
-To be written
-****
+You can debug using the Visual Studio Debugger or WinDbg. See the section
+on using the <<ChToolsDebugger, Debugger Tools>>.
[[ChSrcChange]]