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 2015-09-22 14:56 (UTC)

Qt will become the default in the next version of Wireshark (2.0), for that you need qt5-tools. Python 3 is also supported, so no need to force Python 2. With cmake, the correctly wiretap symlink is created out-of-the-box. Here is an example PKGBUILD I created earlier this year: https://github.com/Lekensteyn/aur/tree/master/wireshark-git

Ghost91 commented on 2015-09-22 12:22 (UTC)

The link to libwiretap must be updated to: ln -s libwiretap.so.0 libwiretap.so.4

Lekensteyn commented on 2015-03-02 13:36 (UTC)

For faster builds, I can recommend you cmake+ninja. This one is based on the wireshark packages: https://github.com/Lekensteyn/aur/tree/master/wireshark-git

dequis commented on 2015-02-28 18:30 (UTC)

This somehow fails to detect my lua.h, and doesn't like that i rebuild without deleting src/build first. Also the pkgbuild in [community] looks much better, i suggest copying that one.

aya commented on 2014-10-11 16:24 (UTC)

@thewooster I can see that the problem is with /../tools/html2text.py utility. Try to run it and you will get the same error. So this error should probably be reported upstream.

thewooster commented on 2014-09-09 17:47 (UTC)

Have both python2 and python3 installed. Changed PKGBUILD as noted by travis. Still getting this error, and cannot finish build. Any ideas? Making all in help make[2]: Entering directory '/tmp/builds/wireshark-git/src/wireshark/help' GEN faq.txt File "./../tools/html2text.py", line 332 self.o("][" + `a['count']` + "]") ^ SyntaxError: invalid syntax Makefile:684: recipe for target 'faq.txt' failed make[2]: *** [faq.txt] Error 1 make[2]: Leaving directory '/tmp/builds/wireshark-git/src/wireshark/help' Makefile:3458: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/builds/wireshark-git/src/wireshark' Makefile:2058: recipe for target 'all' failed make: *** [all] Error 2

JSpaces commented on 2014-04-26 20:27 (UTC)

Wireshark has switched to git on January 28, 2014.

travis.hegner commented on 2014-01-03 21:50 (UTC)

With the default switched to python3, this PKGBUILD no longer builds. A python2 only script is called and should be explicitly ran with python2. Edit the PKGBUILD and change the line: /usr/lib/python2.7/Tools/scripts/reindent.py $srcdir/$_svnmod/tools/ncp2222.py to: /usr/bin/python2 /usr/lib/python2.7/Tools/scripts/reindent.py $srcdir/$_svnmod/tools/ncp2222.py for a clean build (after getting libsmi installed anyway). Thanks, Travis Hegner

ogasser commented on 2013-06-27 09:38 (UTC)

Please remove the -j2 from the make commands in the PKGBUILD files. This a system-specific option that should be stored in /etc/makepkg.conf.