Wireshark-bugs: [Wireshark-bugs] [Bug 13240] New: RTP Stream Analysis save Audio allows only .au

Date: Mon, 12 Dec 2016 20:06:06 +0000
Bug ID 13240
Summary RTP Stream Analysis save Audio allows only .au or .raw filename extension
Product Wireshark
Version Git
Hardware x86
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Build Information:
Wireshark 2.3.0 (v2.3.0rc0-1717-g896ff3d)

Copyright 1998-2016 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 4.8.7, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with GLib 2.46.2, with zlib 1.2.8, with SMI 0.4.8, with c-ares
1.12.0, with Lua 5.1.5, with GnuTLS 3.4.15, with Gcrypt 1.6.6, with MIT
Kerberos, with GeoIP, without nghttp2, without LZ4, without Snappy, with
QtMultimedia, without AirPcap, without SBC, without SpanDSP.

Running on Linux 4.7.9-100.fc23.x86_64, with        Intel(R) Core(TM) i5-2520M
CPU @ 2.50GHz (with SSE4.2), with 7939 MB of physical memory, with locale
LC_CTYPE=en_US.utf8, LC_NUMERIC=en_US.utf8, LC_TIME=cs_CZ.UTF-8,
LC_COLLATE=en_US.utf8, LC_MONETARY=en_US.utf8, LC_MESSAGES=en_US.utf8,
LC_PAPER=en_US.utf8, LC_NAME=en_US.utf8, LC_ADDRESS=en_US.utf8,
LC_TELEPHONE=en_US.utf8, LC_MEASUREMENT=en_US.utf8,
LC_IDENTIFICATION=en_US.utf8, with libpcap version 1.7.4, with GnuTLS 3.4.15,
with Gcrypt 1.6.6, with zlib 1.2.8.

Built using gcc 5.3.1 20160406 (Red Hat 5.3.1-6).

--
Hello,

  when user saves audio to file, he/she can select format AU or RAW. The code
recognizes selected format by filename extension user entered (.au or .raw).
When user wants to use different extension, operation fails because code is not
able to recognize selected format.
  I prepared patch which solves it - it derive format type by selected option
in save dialog.

Sincerely yours,

Jirka Novak


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