summaryrefslogtreecommitdiff
path: root/net-mgmt/knowlan/pkg-descr
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-28 13:57:58 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-28 13:57:58 +0000
commit758636d2695806d074288a8765552b39d184da3c (patch)
treeb3cdcfb57f7cfabef6c3e2df9463bed6da82028c /net-mgmt/knowlan/pkg-descr
parent- Fix MASTER_SITES by deleting a no longer available site [1] (diff)
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)
Notes
Notes: svn path=/head/; revision=92449
Diffstat (limited to 'net-mgmt/knowlan/pkg-descr')
-rw-r--r--net-mgmt/knowlan/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/knowlan/pkg-descr b/net-mgmt/knowlan/pkg-descr
new file mode 100644
index 000000000000..a262965e7447
--- /dev/null
+++ b/net-mgmt/knowlan/pkg-descr
@@ -0,0 +1,8 @@
+Knowlan is ARP-based Local Area Network 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