wireshark -v
Wireshark 3.0.7 (Git commit 9435717b91f5)Copyright 1998-2019 Gerald Combs <gerald@wireshark.org> 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 sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.9.7, with libpcap, without POSIX capabilities,
without libnl, with GLib 2.56.4, with zlib 1.2.11, without SMI, without c-ares,
without Lua, without GnuTLS, with Gcrypt 1.8.1, without Kerberos, without
MaxMind DB resolver, without nghttp2, without LZ4, without Snappy, with libxml2
2.9.4, with QtMultimedia, without SBC, without SpanDSP, without bcg729.
Running on Linux 4.15.0-20-generic, with Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
(with SSE4.2), with 40091 MB of physical memory, with locale en_US.UTF-8, with
libpcap version 1.8.1, with Gcrypt 1.8.1, with zlib 1.2.11, binary plugins
supported (0 loaded).
Built using gcc 7.4.0.
问题解决
出现错误:file not recognized: File truncated
1
2
3
4
5
6
7
8
ui/qt/CMakeFiles/qtui.dir/widgets/clickable_label.cpp.o: file not recognized: File truncated
collect2: error: ld returned 1exit status
CMakeFiles/wireshark.dir/build.make:557: recipe for target 'run/wireshark' failed
make[2]: *** [run/wireshark] Error 1CMakeFiles/Makefile2:661: recipe for target 'CMakeFiles/wireshark.dir/all' failed
make[1]: *** [CMakeFiles/wireshark.dir/all] Error 2Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2