Package Details: netdiscover 0.10-0

Git Clone URL: https://aur.archlinux.org/netdiscover.git (read-only, click to copy)
Package Base: netdiscover
Description: ARP Scanner
Upstream URL: https://github.com/netdiscover-scanner/netdiscover/
Keywords: network
Licenses: GPL
Conflicts: netdiscover-debian, netdiscover-svn
Provides: netdiscover
Submitter: danitool
Maintainer: danitool
Last Packager: danitool
Votes: 24
Popularity: 0.56
First Submitted: 2015-09-15 10:29 (UTC)
Last Updated: 2023-01-21 20:07 (UTC)

Latest Comments

system commented on 2021-06-17 21:32 (UTC) (edited on 2021-06-17 21:32 (UTC) by system)

This fixes the problem for newer versions of libpcap (https://github.com/netdiscover-scanner/netdiscover/issues/9):

diff --git a/src/ifaces.h b/src/ifaces.h
index 68ce8a5..3fbdaf4 100644
--- a/src/ifaces.h
+++ b/src/ifaces.h
@@ -45,7 +45,7 @@ extern "C"
      typedef uint16_t u_int16_t;
      typedef uint8_t  u_int8_t;
    #else
-      #define PCAP_TOUT 0
+      #define PCAP_TOUT 512
    #endif

d_fajardo commented on 2021-02-03 11:44 (UTC)

This package is not working properly with the current version of libpcap. According to this: https://forums.kali.org/archive/index.php/t-45949.html it seems that one needs version 1.8 of libpcap. Is anyone else having the same issue, or is there a solution?

ernstDude commented on 2020-09-01 11:49 (UTC)

Thanks for the package but shouldn't automake and autoconf be added as dependencies since you need them to install this package?

danitool commented on 2019-03-16 10:26 (UTC) (edited on 2019-06-07 23:41 (UTC) by danitool)

Hi system, thanks very much for reporting and giving the new PKGBUILD!.

Commit 0.5.1 done.

system commented on 2019-03-15 13:38 (UTC)

PKGBUILD for current version (0.5.1): https://pastebin.com/hLagZRbX