diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-28 21:57:58 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-28 21:57:58 +0800 |
commit | 46e9f8b36a75e4c87db16207b279cece3b897100 (patch) | |
tree | 1422b79683a94c25c9b13a770e19dc2b0143eefb /net/Makefile | |
parent | 00b33799d9e6a3c2dcb381750ee813dd4a8f5a47 (diff) | |
download | freebsd-ports-gnome-46e9f8b36a75e4c87db16207b279cece3b897100.tar.gz freebsd-ports-gnome-46e9f8b36a75e4c87db16207b279cece3b897100.tar.zst freebsd-ports-gnome-46e9f8b36a75e4c87db16207b279cece3b897100.zip |
Add knowlan 0.1, ARP-based LAN IP and MAC Address Extractor.
It sends ARP REQUEST packets to the LAN and waits for ARP REPLY packets
from network nodes that are up, producing a table of currently
active IP and MAC addresses.
Knowlan uses libpcap and libnet libraries for easy source code review
and maintenance.
WWW: http://www.enderunix.org/knowlan
PR: 58592
Submitted by: Omer Faruk Sen <ofsen@enderunix.org>
Approved by: krion (implicit)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4739073a599b..0977928b0a33 100644 --- a/net/Makefile +++ b/net/Makefile @@ -253,6 +253,7 @@ SUBDIR += kmerlin SUBDIR += kmess SUBDIR += kmldonkey + SUBDIR += knowlan SUBDIR += konverse SUBDIR += kopete SUBDIR += kpopup |