Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread John Thacker
On Tue, Jul 7, 2020 at 4:08 PM John Thacker wrote: > On Tue, Jul 7, 2020, 1:11 PM Pascal Quantin wrote: > >> Hi John, >> >> Le mar. 7 juil. 2020 à 19:09, John Thacker a >> écrit : >> >>> On Tue, Jul 7, 2020 at 10:48 AM Graham Bloice < >>> graham.blo...@trihedral.com> wrote: >>> The

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread John Thacker
On Tue, Jul 7, 2020, 1:11 PM Pascal Quantin wrote: > Hi John, > > Le mar. 7 juil. 2020 à 19:09, John Thacker a > écrit : > >> On Tue, Jul 7, 2020 at 10:48 AM Graham Bloice < >> graham.blo...@trihedral.com> wrote: >> >>> >>> The table of Qt versions shows which versions have been used in >>>

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread Pascal Quantin
Hi John, Le mar. 7 juil. 2020 à 19:09, John Thacker a écrit : > On Tue, Jul 7, 2020 at 10:48 AM Graham Bloice > wrote: > >> >> The table of Qt versions shows which versions have been used in Wireshark >> installers for Windows and macOS. Determining the versions available on >> specific Linux

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread John Thacker
On Tue, Jul 7, 2020 at 10:48 AM Graham Bloice wrote: > > The table of Qt versions shows which versions have been used in Wireshark > installers for Windows and macOS. Determining the versions available on > specific Linux distributions is a bit more of an artform but can be gleaned > from the

Re: [Wireshark-dev] Build boot stuck?

2020-07-07 Thread Martin Mathieson via Wireshark-dev
Yes, I was thinking the same. I should probably do the same for the case below too (for open files). On Tue, Jul 7, 2020 at 4:53 PM Gerald Combs wrote: > It might be more useful to simply exit if `cppcheck.sh -l ` doesn't > match any files. Proposed fix inbound in >

Re: [Wireshark-dev] Google Summer of Docs proposal

2020-07-07 Thread Tomasz Moń
On Tue, Jul 7, 2020 at 5:14 PM Arpan Chattopadhyay wrote: > Could you tell me what are you looking for during the internship and what > should I add in my proposal? A detailed explanation of your expectations in > the above topics would be very helpful. GSoD is not an internship program. If

Re: [Wireshark-dev] Build boot stuck?

2020-07-07 Thread Gerald Combs
It might be more useful to simply exit if `cppcheck.sh -l ` doesn't match any files. Proposed fix inbound in https://code.wireshark.org/review/c/37773/. On 7/7/20 7:10 AM, Martin Mathieson via Wireshark-dev wrote: > Alexis, > > Anders change https://code.wireshark.org/review/#/c/37770/ only

[Wireshark-dev] Google Summer of Docs proposal

2020-07-07 Thread Arpan Chattopadhyay
Hello, My name is Arpan. I am interested in participating in Google Summer of Docs. I am a student and a part-time technical writer. I came across your website and I found it quite interesting. I would like to participate in GSoD in your organization. I went through your project ideas in the GSoD

[Wireshark-dev] Season of Docs 2020 by google - My mentor

2020-07-07 Thread Rahul Dev
To Leken Steyn Wireshark.org Google Season of Doc 2020 Dear Sir, Hello I’m Rahul Nandi and I’m pursuing my Bachalor’s Degree. I would like to bring my persistence and affinity for success to wordpress organization. As such, here are the Project I will bring to Season of

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread Graham Bloice
On Tue, 7 Jul 2020 at 15:30, John Thacker wrote: > Ah, sorry, that is the result of my recent change. I had checked here > > https://wiki.wireshark.org/Development/Support_library_version_tracking > > which says that 5.9 and 5.12 had already been required by Wireshark 3.0 > and 3.2 so I went

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread Martin Mathieson via Wireshark-dev
My tailing-edge Leap 42.3 VM seems to be stuck on 5.6 The main check in CMakeLists.txt appears to be this: if (Qt5Widgets_VERSION VERSION_LESS 5.3) message(FATAL_ERROR "Qt 5.3 or later is required.") endif() if (Qt5Widgets_VERSION VERSION_GREATER 5.6

Re: [Wireshark-dev] Version of Qt required?

2020-07-07 Thread John Thacker
Ah, sorry, that is the result of my recent change. I had checked here https://wiki.wireshark.org/Development/Support_library_version_tracking which says that 5.9 and 5.12 had already been required by Wireshark 3.0 and 3.2 so I went ahead and used it. Does it actually compile and work on 5.6

Re: [Wireshark-dev] Build boot stuck?

2020-07-07 Thread Martin Mathieson via Wireshark-dev
Alexis, Anders change https://code.wireshark.org/review/#/c/37770/ only affects a header file. Is it now running cppcheck -l 1, which would scan the whole tree? Martin On Tue, Jul 7, 2020 at 3:05 PM Anders Broman via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > Hi, > > The latest

[Wireshark-dev] Build boot stuck?

2020-07-07 Thread Anders Broman via Wireshark-dev
Hi, The latest build seems to take a long time. /Anders smime.p7s Description: S/MIME cryptographic signature ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev

[Wireshark-dev] Version of Qt required?

2020-07-07 Thread Martin Mathieson via Wireshark-dev
In a VM where I build Wireshark, I am getting this error on master: /home/martin/wireshark/ui/qt/follow_stream_dialog.cpp: In member function ‘void FollowStreamDialog::addCodecs(const QMap&)’: /home/martin/wireshark/ui/qt/follow_stream_dialog.cpp:164:47: error: ‘qAsConst’ was not declared in this

Re: [Wireshark-dev] Issues in synphasor dissector

2020-07-07 Thread Jaap Keuter
Hi John, Thanks for chipping in. There’s one blocking issue with these ideas though, they can’t be back ported to stable release(s). Still these could be interesting additions to the dissection engine API, so you could either start a separate thread on this list with a well worked out