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 <>. ==== 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 <>. [[ChSrcChange]]