Wireshark-bugs: [Wireshark-bugs] [Bug 11428] New: Qt Wireshark - Export Specified Packets dialog
Bug ID |
11428
|
Summary |
Qt Wireshark - Export Specified Packets dialog triggers Warning "CaptureFile::captureFileCallback: event 17 unknown"
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
jyoung@gsu.edu
|
Build Information:
Wireshark 1.99.9-116-g5cf66db (v1.99.9rc0-116-g5cf66db from unknown)
Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> 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, without AirPcap.
Running on Mac OS X 10.10.4, build 14E46 (Darwin 14.4.0), with locale C, with
libpcap version 1.5.3 - Apple version 47, with libz 1.2.5, with GnuTLS 2.12.19,
with Gcrypt 1.5.0.
Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (with SSE4.2)
Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).
--
When the "Export Specified Packets..." dialog feature in Qt Wireshark is used
to create a new trace file, the following pair of messages are written to the
console each time the [Save] button is pressed:
> <timestamp> Warn CaptureFile::captureFileCallback: event 17 unknown
> <timestamp> Warn CaptureFile::captureFileCallback: event 18 unknown
These messages can be replicated on both OS X and on Windows by starting
Wireshark from a Terminal window in OS X or from cygwin shell on Windows, or
these messages can be seen in the "Application Output" window if Wireshark is
run from within Qt Creator.
How to reproduce:
1 - Launch Qt Wireshark from a CLI shell (on Windows use cygwin shell, cmd
prompt will not display the messages) or from Qt Creator.
2 - Load a (small) trace file.
3 - Select the menu item "Edit" / "Export Specified Packets..." item. This
should open the "Export Specified Packets" dialog.
4 - Accept the default radio-buttons of "All Packets" and "Displayed" (to make
a copy of the current trace file) or click on the radio-button "Selected
packets only" to create a trace file with just the one selected packet.
5 - Enter a name for the new trace in the "File Name" field.
6 - Click on the [Save] button.
The two "event XX unknown" messages will be written to the console.
You are receiving this mail because:
- You are watching all bug changes.