Search Criteria
Package Details: spoofer 1.4.5-1
Git Clone URL: | https://aur.archlinux.org/spoofer.git (read-only, click to copy) |
---|---|
Package Base: | spoofer |
Description: | client software for the spoofer internet research project on ip spoofing, BCP38 compliance |
Upstream URL: | https://www.caida.org/projects/spoofer/ |
Keywords: | client compliance ip network research security spoofing tester |
Licenses: | |
Submitter: | fordprefect |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 2 |
Popularity: | 0.001977 |
First Submitted: | 2016-09-27 08:57 |
Last Updated: | 2020-03-17 09:22 |
Dependencies (4)
- libpcap (libpcap-git)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- scamper (optional) – advanced traceroute tool
Latest Comments
fordprefect commented on 2017-10-29 22:18
Fair enough. Since its the preferred solution it could be considered as regular dependency though. I'll add it as optdep now and we'll maybe see later.
Thanks!
zorun commented on 2017-10-29 22:12
Because it falls back to using traceroute if scamper is not installed.
fordprefect commented on 2017-10-29 22:08
@zorun: why would it be an optdepends instead of a dependency? From the changelog it is not immediately clear…
zorun commented on 2017-10-29 15:30
Thanks for taking care of this package :)
I noticed that spoofer can now use scamper: https://www.caida.org/projects/spoofer/downloads/changelog.txt
Can you add it to optdepends?
fordprefect commented on 2016-09-28 11:18
@zorun: thank you for your suggestions. the empty dir is still better tracked by pacman than just created by a daemon. this ensures removal at uninstall. other changes were implemented.
zorun commented on 2016-09-28 09:56
Hi,
For some reason, all files except the compiled binaries were missing from the final package when I installed using yaourt.
Here is an improved PKGBUILD: http://paste.aliens-lyon.fr/Qgk
It uses --prefix to install things in /usr directly, fixes the location of the desktop file, and removes the empty /var/lib/spoofer/ dir (created automatically by the scheduler).