mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
758636d269
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)
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
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
|