Re: [Wireshark-dev] error: ‘qInitResources_about__init_variable__’ defined but not used [-Werror=unused-variable]

2015-10-14 Thread Alexis La Goutte
Hi, Do you have try with Qt5 ? Regards, On Wed, Oct 14, 2015 at 7:04 PM, Gerlof Fokkema wrote: > Hello all, > > I'm trying to compile wireshark 1.99+ from git and have a few issues while > doing so. > The first issue was mentioned elsewhere on the mailing list already > (removing -Wc++-compat)

[Wireshark-dev] error: ‘qInitResources_about__init_variable__’ defined but not used [-Werror=unused-variable]

2015-10-14 Thread Gerlof Fokkema
Hello all, I'm trying to compile wireshark 1.99+ from git and have a few issues while doing so. The first issue was mentioned elsewhere on the mailing list already (removing -Wc++-compat). The second error however I don't see mentioned anywhere and occurs only when compiling wireshark-qt: In fil

[Wireshark-dev] Wireshark 2.0.0rc1 is now available

2015-10-14 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 2.0.0rc1. This is the first release candidate for Wireshark 2.0. __ What is Wireshark? Wireshark is the world's most popular n

Re: [Wireshark-dev] Missing character in Qt GUI

2015-10-14 Thread João Valverde
On 10/14/2015 09:15 PM, Guy Harris wrote: On Oct 14, 2015, at 12:23 PM, Joerg Mayer mailto:jma...@loplof.de>> wrote: I currently have a missing character between source and destination port in the info column of udp and tcp. See attached screenshot. I suspect your font doesn't support that

Re: [Wireshark-dev] Missing character in Qt GUI

2015-10-14 Thread Guy Harris
On Oct 14, 2015, at 12:23 PM, Joerg Mayer wrote: > I currently have a missing character between source and destination port in > the > info column of udp and tcp. See attached screenshot. That's the Unicode LONG RIGHTWARDS ARROW character. In TShark, it shows up as 1 0.00 10.56.10.10

[Wireshark-dev] Wireshark 1.12.8 is now available

2015-10-14 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.12.8. __ What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting,

[Wireshark-dev] Missing character in Qt GUI

2015-10-14 Thread Joerg Mayer
Hello, I currently have a missing character between source and destination port in the info column of udp and tcp. See attached screenshot. Version 2.1.0 (v2.1.0rc0-98-g512d57c from master) Compiled (64-bit) with Qt 5.5.0, with libpcap, without POSIX capabilities, with Running on Mac OS X 10.11,

Re: [Wireshark-dev] Supported GnuTLS/glib/libgcrypt versions?

2015-10-14 Thread Peter Wu
On Mon, Oct 12, 2015 at 02:02:18PM -0400, Jeff Morriss wrote: > On 10/11/15 17:32, Peter Wu wrote: > >Hi, > > > >Michal reported to me that a recent change in the SSL dissector was not > >compatible with older GnuTLS versions[1]. > > > >The changes introduced the use of functions gnutls_pubkey_impo

[Wireshark-dev] "private" dissectors

2015-10-14 Thread mmann78
While reviewing the DOF dissectors (https://code.wireshark.org/review/8869), I noticed that all of the registered dissectors used proto_set_cant_toggle() and proto_mark_private(). I don't think either is appropriate for a "regular" dissector, but I had never seen proto_mark_private(), so I loo