Wireshark-bugs: [Wireshark-bugs] [Bug 10871] New: Qt Wireshark - IO Graph file names are not upd

Date: Mon, 19 Jan 2015 06:58:09 +0000
Bug ID 10871
Summary Qt Wireshark - IO Graph file names are not updated properly when opening a different capture file
Product Wireshark
Version 1.99.x (Experimental)
Hardware x86
OS Mac OS X 10.8
Status UNCONFIRMED
Severity Minor
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Created attachment 13398 [details]
Composite image showing QT based IO Graph file name issues

Build Information:
Wireshark 1.99.2-747-g5162b7f (v1.99.2rc0-747-g5162b7f from unknown)

Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 5.3.2, with libpcap, without POSIX capabilities, with
libz 1.2.3, with GLib 2.36.0, with SMI 0.4.8, without c-ares, without ADNS,
with
Lua 5.2, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP,
without PortAudio, with AirPcap.

Running on Mac OS X 10.8.5, build 12F45 (Darwin 12.5.0), with locale
en_US.UTF-8, with libpcap version 1.1.1, with libz 1.2.5, with GnuTLS 2.12.19,
with Gcrypt 1.5.0, without AirPcap.
      Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz (with SSE4.2)

Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build

--
When QT Wireshark's IO Graph is first opened it will display the name of the
current capture file in the IO Graph window's title bar as well at the top of
the IO Graph itself.

Once the IO Graph window is opened it can be left open as one selects different
capture files.  As one opens other capture files, the IO graph will be redrawn
to reflect the contents of the newly opened capture file.  But the name of the
newly opened capture file will not be updated properly within the IO Graph
Window's title bar nor will the name be updated within the IO Graph itself.

When the second and subsequent capture files are opened, the IO Graph's window
title bar will actually display the name of the previously opened capture file
followed by the additional text "[closed]".  The file name displayed within the
IO Graph will actually be name of the first trace file plotted when this
particular IO Graph was initially opened.

Workaround:  Close and re-open the IO Graph after one opens a different capture
file.


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