Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8930] New: Packet Format dialog enabled for all types of E

Date: Sat, 13 Jul 2013 21:53:59 +0000
Bug ID 8930
Summary Packet Format dialog enabled for all types of Export Packet Dissections
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Minor
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.10.0 (SVN Rev 49790 from /trunk-1.10)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.24.14, with Cairo 1.10.2, with Pango 1.30.1, with
GLib 2.34.1, with WinPcap (4_1_3), with libz 1.2.5, without POSIX capabilities,
without libnl, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.1, without Python,
with GnuTLS 2.12.18, with Gcrypt 1.4.6, without Kerberos, with GeoIP, with
PortAudio V19-devel (built Jun  5 2013), with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with WinPcap version
4.1.3 (packet.dll version 4.1.0.2980), based on libpcap version 1.0 branch
1_0_rel0b (20091008), GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.
       Intel(R) Core(TM) i5-3360M CPU @ 2.80GHz, with 8065MB of physical
memory.
--
Items in Packet Format dialog are enabled for all types of Export Packet
Dissections after opening. Items are correctly disabled when changing the type
in Export file dialog.
Maybe its only on Win32/64. Here is my quick fix working on Win7 x64:

Index: file_dlg_win32.c
===================================================================
--- ui/win32/file_dlg_win32.c    (revision 50558)
+++ ui/win32/file_dlg_win32.c    (working copy)
@@ -2216,6 +2216,7 @@
                 case CDN_FILEOK:
                     break;
                 case CDN_TYPECHANGE:
+                case CDN_SELCHANGE:
                     index = notify->lpOFN->nFilterIndex;

                     if (index == 2)     /* PostScript */


You are receiving this mail because:
  • You are watching all bug changes.