Search Criteria
Package Details: arpon-ng 3.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/arpon-ng.git (read-only, click to copy) |
---|---|
Package Base: | arpon-ng |
Description: | Prevents MITM attacks on the Address Resolution Protocol (ARP) |
Upstream URL: | http://arpon.sourceforge.net |
Licenses: | BSD |
Conflicts: | arpon |
Provides: | arpon |
Submitter: | adrolter |
Maintainer: | adrolter |
Last Packager: | adrolter |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-21 07:10 (UTC) |
Last Updated: | 2017-12-05 05:56 (UTC) |
Dependencies (4)
- libdnet (libdnet-gitAUR)
- libnet (libnet-gitAUR)
- libpcap (libpcap-gitAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
rageltman commented on 2020-12-15 04:00 (UTC)
The package fails to build with:
eniac commented on 2018-08-11 08:48 (UTC) (edited on 2018-08-11 09:00 (UTC) by eniac)
Placing the sed command (as specified by sigmacold) before the make in build() fixed the compilation errors for me.
sigmacold commented on 2018-06-25 20:34 (UTC) (edited on 2018-06-25 20:34 (UTC) by sigmacold)
build error:
ArpON-3.0-ng/src/arpca.c:439:9: error: ‘strncpy’ specified bound 16 equals destination size [-Werror=stringop-truncation] strncpy(ar.arp_dev, interface, IF_NAMESIZE);
I had to remove -Werror for it to compile. sed -i -e 's:-Werror::g' build/src/CMakeFiles/arpon.dir/flags.make
dpirate commented on 2017-12-05 12:38 (UTC)
Hey, thanks a lot! I'm gonna update immediately. Yesterday I tried to find a way to do it with an option in the service file or some switch to arpon-ng but couldn't find anything relevant.
adrolter commented on 2017-12-05 06:03 (UTC) (edited on 2017-12-05 06:06 (UTC) by adrolter)
@cjsthompson – I was feeling generous today (and TBH I've been wanting to implement this feature), so release 3.0-4 adds the environment variable ARPON_SYSLOG_VERBOSITY to /etc/conf.d/arpon(.pacnew), allowing control over the maximum syslog/journald message verbosity. You'll probably want to set it to "WARNING".
dpirate commented on 2017-12-04 20:36 (UTC)
Is there a way to prevent arpon-ng from spamming journald with INFO/NOTICE stuff?
archtom commented on 2017-05-31 12:32 (UTC)
adrolter commented on 2017-05-31 06:48 (UTC)
archtom commented on 2017-05-30 10:17 (UTC)