[Wireshark-bugs] [Bug 13909] Wireshark 2.4.0 doesn't build with Qt 4.8

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 --- Comment #4 from Guy Harris --- (In reply to Jason Byrne from comment #3) > In any case, the later errors (since the bug title was updated to... doesn't > build with Qt 4.8...) were... Yes, that's the underlying problem, so, if we're g

[Wireshark-bugs] [Bug 13909] Wireshark 2.4.0 doesn't build with Qt 4.8

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 --- Comment #3 from Jason Byrne --- I actually humored a few code changes, which got me past a few similar compile errors, but I hit another compile error later, e.g. //combobox->setCurrentText(display); combobox->setCurrentIndex(combobox

[Wireshark-bugs] [Bug 13909] Wireshark 2.4.0 doesn't build with Qt 4.8

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 --- Comment #2 from Guy Harris --- The description of that slot is The setter setCurrentText() simply calls setEditText() if the combo box is editable. Otherwise, if there is a matching text in the list, currentIndex is set to the cor

[Wireshark-bugs] [Bug 13909] Wireshark 2.4.0 doesn't build with Qt 4.8

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 Guy Harris changed: What|Removed |Added Hardware|x86 |All Summary|compile error

[Wireshark-bugs] [Bug 13909] compile error: interface_toolbar.cpp:258:23: error: 'class QComboBox' has no member named 'setCurrentText'

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 --- Comment #1 from Guy Harris --- That's a Qt 5.x feature, not in Qt 4.x. To allow Wireshark 2.4.x to build on Qt 4.x, we'd have to change that code to work in 4.x. -- You are receiving this mail because: You are watching all bug chang

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #15 from Gerald Combs --- After installing 2.5.0-497 on a test machine here playback through the default device works, but none of the other devices work. For example, selecting "Speakers (VIA High Definition Audio)" results in

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #14 from travisdarn...@outlook.com --- Gerald, I installed "Wireshark-win64-2.5.0-497-g28dce11948", and confirmed that the RTP player does play without the error in version 2.4.0. Travis -- You are receiving this mail becaus

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #13 from travisdarn...@outlook.com --- Gerald, I will watch for a -497 or later build to post and report the results as soon as possible. Thank you! Travis -- You are receiving this mail because: You are watching all bug ch

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #12 from Gerald Combs --- Travis, can you try version 2.5.0-497 or later when it shows up at https://www.wireshark.org/download/automated/win64/? -- You are receiving this mail because: You are watching all bug changes.__

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #10 from Gerrit Code Review --- Change 22756 merged by Gerald Combs: Qt RTP: Add the default device and adjust sample rates. https://code.wireshark.org/review/22756 -- You are receiving this mail because: You are watching al

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #11 from Gerrit Code Review --- Change 22757 had a related patch set uploaded by Gerald Combs: Qt RTP: Add the default device and adjust sample rates. https://code.wireshark.org/review/22757 -- You are receiving this mail be

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #9 from Gerald Combs --- I think I introduced this problem in gd59653f, which added the output device combobox. Prior to that change the RTP player used Qt's default audio device, which in turn uses the special WAVE_MAPPER devi

[Wireshark-bugs] [Bug 13877] UI elements too small to use on high-resolution (4k) display

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13877 --- Comment #16 from Spike --- (In reply to Spike from comment #15) > Well, I just unistalled 2.2.7 and installed the release 2.4.0 for Windows/64 > and the Qt interface still is exhibiting the same problems. I see that the > GTK version i

[Wireshark-bugs] [Bug 13877] UI elements too small to use on high-resolution (4k) display

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13877 --- Comment #15 from Spike --- Well, I just unistalled 2.2.7 and installed the release 2.4.0 for Windows/64 and the Qt interface still is exhibiting the same problems. I see that the GTK version is deselected in the install wizard, but I n

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #12 from Guy Harris --- (In reply to Petr Sumbera from comment #8) > Thank you for the proposed patch! I can confirm it resolves the issue. Can > we get it to 2.4 branch? It's been backported, so the next 2.4.x release should

[Wireshark-bugs] [Bug 13909] New: compile error: interface_toolbar.cpp:258:23: error: 'class QComboBox' has no member named 'setCurrentText'

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13909 Bug ID: 13909 Summary: compile error: interface_toolbar.cpp:258:23: error: 'class QComboBox' has no member named 'setCurrentText' Product: Wireshark Version: 2.4.0 H

[Wireshark-bugs] [Bug 13714] Askimet thinks my post is spam

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13714 Christopher Maynard changed: What|Removed |Added CC||shxp...@gmail.com --- Comme

[Wireshark-bugs] [Bug 13905] Question is believed to be spam

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13905 Christopher Maynard changed: What|Removed |Added Resolution|--- |DUPLICATE Statu

[Wireshark-bugs] [Bug 13905] Question is believed to be spam

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13905 Christopher Maynard changed: What|Removed |Added See Also||https://bugs.wireshark.org/

[Wireshark-bugs] [Bug 13905] Question is believed to be spam

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13905 --- Comment #1 from Christopher Maynard --- Can you provide your Ask username? -- You are receiving this mail because: You are watching all bug changes.___ Sent via:

[Wireshark-bugs] [Bug 13714] Askimet thinks my post is spam

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13714 Christopher Maynard changed: What|Removed |Added See Also||https://bugs.wireshark.org/

[Wireshark-bugs] [Bug 13907] There's no "dumpcap" component for the Wireshark product in Bugzilla

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13907 Christopher Maynard changed: What|Removed |Added Severity|Major |Minor -- You are receiving

[Wireshark-bugs] [Bug 13908] New: Buildbot crash output: fuzz-2017-07-19-23002.pcap

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13908 Bug ID: 13908 Summary: Buildbot crash output: fuzz-2017-07-19-23002.pcap Product: Wireshark Version: unspecified Hardware: x86-64 URL: https://www.wireshark.org/download/

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #8 from travisdarn...@outlook.com --- The first value in previous comment should read 44100, and not 41000. -- You are receiving this mail because: You are watching all bug changes._

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 Pascal Quantin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #7 from travisdarn...@outlook.com --- The error returns the value that is set under your "Speaker Properties" under the "Advanced" tab. There you can set the "Default Format". 16 bit, 41000 Hz (CD Quality) 16 bit, 48000 Hz (D

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #9 from Gerrit Code Review --- Change 22753 merged by Anders Broman: *Always* write out the trailing pcapng block total length in host byte order. https://code.wireshark.org/review/22753 -- You are receiving this mail becaus

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #10 from Gerrit Code Review --- Change 22754 had a related patch set uploaded by Anders Broman: *Always* write out the trailing pcapng block total length in host byte order. https://code.wireshark.org/review/22754 -- You are

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #11 from Gerrit Code Review --- Change 22754 merged by Anders Broman: *Always* write out the trailing pcapng block total length in host byte order. https://code.wireshark.org/review/22754 -- You are receiving this mail becau

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #8 from Petr Sumbera --- Thank you for the proposed patch! I can confirm it resolves the issue. Can we get it to 2.4 branch? -- You are receiving this mail because: You are watching all bug changes.___

[Wireshark-bugs] [Bug 13907] There's no "dumpcap" component for the Wireshark product in Bugzilla

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13907 Guy Harris changed: What|Removed |Added Summary|There's no "dumpcap"|There's no "dumpcap"

[Wireshark-bugs] [Bug 13907] New: There's no "dumpcap" component for Wireshark

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13907 Bug ID: 13907 Summary: There's no "dumpcap" component for Wireshark Product: Web sites Version: N/A Hardware: All OS: All Status: UNCONFIRMED Sever

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #6 from Guy Harris --- (In reply to Pascal Quantin from comment #5) > (In reply to Guy Harris from comment #4) > > If so, that means that > > formatDescription(cur_out_device.nearestFormat(format)) is producing the > > wrong st

[Wireshark-bugs] [Bug 13802] dumpcap on big-endian machines writes out corrupt, unreadable Enhanced Packet Blocks

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 Guy Harris changed: What|Removed |Added Summary|Wireshark 2.4.0rc1 on sparc |dumpcap on big-endian

[Wireshark-bugs] [Bug 13802] Wireshark 2.4.0rc1 on sparc doesn't capture any data

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 Guy Harris changed: What|Removed |Added OS|Solaris |All Component|Dissection en

[Wireshark-bugs] [Bug 13802] Wireshark 2.4.0rc1 on sparc doesn't capture any data

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #6 from Guy Harris --- There's no "dumpcap" component (there should be one, as I see "Extras" as extra utilities that you might not need, rather than a core utility without which Wireshark and TShark can't capture traffic), so

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #5 from Pascal Quantin --- (In reply to Guy Harris from comment #4) > If so, that means that > formatDescription(cur_out_device.nearestFormat(format)) is producing the > wrong string - "44100 Hz, Int16LE" rather than "48000 Hz,

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 --- Comment #4 from Guy Harris --- (In reply to Pascal Quantin from comment #3) > I face the same issue on my Windows 10 x64 machine, but not on my Windows 7 > x64 VM. > Note that there is probably a small typo in the bug report: the prefe

[Wireshark-bugs] [Bug 13802] Wireshark 2.4.0rc1 on sparc doesn't capture any data

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #5 from Gerrit Code Review --- Change 22753 had a related patch set uploaded by Guy Harris: *Always* write out the trailing pcapng block total length in host byte order. https://code.wireshark.org/review/22753 -- You are rec

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 Pascal Quantin changed: What|Removed |Added CC||pascal.quan...@gmail.com

[Wireshark-bugs] [Bug 13802] Wireshark 2.4.0rc1 on sparc doesn't capture any data

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #4 from Petr Sumbera --- When dumpcap is forced to use libpcap format (-P) everything works (tshark can read the file). -- You are receiving this mail because: You are watching all bug changes.

[Wireshark-bugs] [Bug 13802] Wireshark 2.4.0rc1 on sparc doesn't capture any data

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13802 --- Comment #3 from Petr Sumbera --- dumpcap data generated on sparc cannot be read on intel. dumpcap data generated on intel *can* be read on sparc. -- You are receiving this mail because: You are watching all bug changes._

[Wireshark-bugs] [Bug 13906] RTP Player Format Error

2017-07-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906 Guy Harris changed: What|Removed |Added Status|UNCONFIRMED |INCOMPLETE Ever confirmed|0