[Wireshark-dev] Qt link errors (Q_INIT_RESOURCE)

2021-03-30 Thread Martin Mathieson via Wireshark-dev
I started getting this link error a day or 2 back: [ 98%] Linking CXX executable run/wireshark /usr/lib64/gcc/x86_64-suse-linux/8/../../../../x86_64-suse-linux/bin/ld: ui/qt/CMakeFiles/qtui.dir/wireshark_application.cpp.o: in function `WiresharkApplication::WiresharkApplication(int&, char**)':

Re: [Wireshark-dev] Qt link errors (Q_INIT_RESOURCE)

2021-03-30 Thread Dario Lombardo
Hi, Martin Did you try to bisect? On Tue, Mar 30, 2021 at 11:16 AM Martin Mathieson via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > I started getting this link error a day or 2 back: > > [ 98%] Linking CXX executable run/wireshark >

[Wireshark-dev] Adding GPS data from Kismet as Expert Info?

2021-03-30 Thread Erik Hjelmvik
Hi all, I have discovered that Kismet can generate pcap-ng files that contain GPS coordinates stored in custom option fields. I've started thinking about how this GPS data can be represented in Wireshark or tshark. The GPS options are attached to standard Enhanced Packet Blocks, so they could be

Re: [Wireshark-dev] Adding GPS data from Kismet as Expert Info?

2021-03-30 Thread Guy Harris
On Mar 29, 2021, at 2:13 AM, Erik Hjelmvik wrote: > I have discovered that Kismet can generate pcap-ng files that contain GPS > coordinates stored in custom option fields. I've started thinking about how > this GPS data can be represented in Wireshark or tshark. The GPS options are > attached

Re: [Wireshark-dev] Qt link errors (Q_INIT_RESOURCE)

2021-03-30 Thread Gerald Combs
What versions of CMake and Qt are you using? I enabled CMAKE_AUTORCC earlier on in the configuration process in be2b0fc810, which might have caused this. You might try moving `set(CMAKE_AUTO...` back to ui/qt/CMakeLists.txt, but if that fixes the problem then we might have to enable