Package Details: wireshark-git 4.3.0rc0+222+gadb4f1d91b-1

Git Clone URL: https://aur.archlinux.org/wireshark-git.git (read-only, click to copy)
Package Base: wireshark-git
Description: A free network protocol analyzer for Unix/Linux. GIT version
Upstream URL: https://www.wireshark.org/
Licenses: GPL2
Conflicts: wireshark, wireshark-cli, wireshark-common, wireshark-gtk, wireshark-qt
Provides: libwireshark.so, libwiretap.so, libwsutil.so, wireshark-cli, wireshark-qt
Replaces: wireshark, wireshark-cli, wireshark-common, wireshark-gtk, wireshark-qt
Submitter: nagy
Maintainer: Lekensteyn
Last Packager: Lekensteyn
Votes: 11
Popularity: 0.57
First Submitted: 2014-07-11 19:05 (UTC)
Last Updated: 2023-10-16 17:12 (UTC)

Required by (30)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Lekensteyn commented on 2020-04-29 20:45 (UTC)

@tobixen bison and flex are already included with base-devel which are supposed to be installed. See https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

tobixen commented on 2020-04-29 10:07 (UTC)

Missing build dependencies on bison,flex. Had to install those two to get the package built.

Lekensteyn commented on 2019-07-03 21:41 (UTC)

@a36233 libsmi is not in the default repos and commented out in the PKGBUILD file. Does that work for you?

a36233 commented on 2019-07-03 16:51 (UTC)

Please add libsmi as dependency, because if it is installed on the computer during compilation phase it will be required to run the program. Or 2nd option : optional dependency.

Lekensteyn commented on 2018-03-09 13:15 (UTC)

I have updated the package to reflect the current dependencies of the latest master branch (qt5-svg mandatory, use new GeoIP package). See git log.

Lekensteyn commented on 2018-01-10 21:08 (UTC)

@josemslopes, sorry for the delay, I have reproduced the build failure and propose this patch: https://code.wireshark.org/review/25251

If you can wait another day, it is hopefully reviewed and merged.

ogasser commented on 2018-01-02 16:36 (UTC)

Does not build for me:

[1082/2559] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o FAILED: epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o /usr/bin/cc -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -I. -I../ -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -isystem /usr/include/lua5.2 -isystem /usr/include/libxml2 -isystem /usr/include/libnl3 -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtMultimedia -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtSvg -Iepan/dissectors -I../epan/dissectors -I../epan -fvisibility=hidden -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wframe-larger-than=16384 -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O3 -DNDEBUG -fPIC -std=gnu99 -Werror -MD -MT epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o -MF epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o.d -o epan/dissectors/CMakeFiles/dissectors.dir/packet-h223.c.o -c ../epan/dissectors/packet-h223.c ../epan/dissectors/packet-h223.c: In function ‘dissect_mux_sdu_fragment’: ../epan/dissectors/packet-h223.c:207:13: error: variable ‘circuit_id’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] guint32 circuit_id; ^~~~~~~~~~ cc1: all warnings being treated as errors [1087/2559] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-gtp.c.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...

josemslopes commented on 2017-11-07 23:22 (UTC)

@Lekensteyn It works for me. Thank you.

Lekensteyn commented on 2017-11-07 22:04 (UTC)

@josemslopes pushed a fix earlier today, could you check if it works for you?

josemslopes commented on 2017-11-07 10:09 (UTC)

This package conflits with the symbolic link /usr/lib64 . Cloud you update this package with "-DCMAKE_INSTALL_LIBDIR=/usr/lib" on cmake?