Wireshark-bugs: [Wireshark-bugs] [Bug 10553] New: Decode As fails with error in console only wit
Date: Thu, 09 Oct 2014 14:42:53 +0000
Bug ID 10553
Summary Decode As fails with error in console only with QT-GUI
Product Wireshark
Version 1.12.1
Hardware x86
OS Mac OS X 10.4
Status UNCONFIRMED
Severity Major
Priority Low
Component Qt UI
Assignee bugzilla-admin@wireshark.org
Reporter sirgatez@gmail.com

Build Information:
Joshuas-MacBook-Pro:~ $ wireshark-qt --version
wireshark 1.12.1 (Git Rev Unknown from unknown)

Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> 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 Qt 4.8.6 with GLib 2.42.0, with libpcap, with libz
1.2.5,
without POSIX capabilities, without SMI, with c-ares 1.10.0, with Lua 5.2,
without Python, with GnuTLS 3.2.17, with Gcrypt 1.6.2, with MIT Kerberos, with
GeoIP, without PortAudio, with AirPcap.

Running on Mac OS X 10.9.5, build 13F34 (Darwin 13.4.0), with locale
en_US.UTF-8, with libpcap version 1.3.0 - Apple version 41, with libz 1.2.5,
GnuTLS 3.2.17, Gcrypt 1.6.2, without AirPcap.
      Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz

Built using clang 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.51).
--
With a capture that is encoded, such as ethernet data encapsulated as UDP.
Attempting to decode it with decode-as with wireshark-qt fails after clicking
ok with no gui error, no attempted translation, in console the following
message is visible:

2014-10-09 10:39:19.722 wireshark-qt[44556:507] modalSession has been exited
prematurely - check for a reentrant call to endModalSession:

If you open decode-as again the previously created entry still exist, deleting
it and re-trying results in the same affect.

The option works perfect with the GTK+ version of wireshark.

Both versions built at the same time using the following brew command line:

brew install wireshark --with-lua --with-qt --with-pcre --with-headers
--with-gtk+


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