mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/arp-scan: small fixes and updates
This commit is contained in:
@@ -11,6 +11,7 @@ Copyright (c) 2008-2010 Ermal Luçi
|
||||
Copyright (c) 2017 Fabian Franz
|
||||
Copyright (c) 2014-2017 Franco Fichtner <franco@opnsense.org>
|
||||
Copyright (c) 2016-2017 Frank Wall
|
||||
Copyright (c) 2017 Giuseppe De Marco <giuseppe.demarco@unical.it>
|
||||
Copyright (c) 2010 Jim Pingle <jimp@pfsense.org>
|
||||
Copyright (c) 2004-2005 Jonathan Watt <jwatt@jwatt.org>
|
||||
Copyright (c) 2015 Jos Schellevis
|
||||
|
||||
@@ -32,6 +32,7 @@ devel/debug -- Debugging Tools
|
||||
devel/helloworld -- A sample framework application
|
||||
dns/dyndns -- Dynamic DNS Support
|
||||
dns/rfc2136 -- RFC-2136 Support
|
||||
net/arp-scan -- Get all peers connected to a local network
|
||||
net/freeradius -- RADIUS Authentication, Authorization and Accounting Server
|
||||
net/ftp-proxy -- Control ftp-proxy processes
|
||||
net/haproxy -- Reliable, high performance TCP/HTTP load balancer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
PLUGIN_NAME= ARP Scan
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Get all peers connected to a LAN
|
||||
PLUGIN_MAINTAINER= giuseppe.demarco@unical.it
|
||||
PLUGIN_DEPENDS= arp-scan
|
||||
PLUGINS_DEVEL= yes
|
||||
PLUGIN_NAME= ARP Scan
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Get all peers connected to a local network
|
||||
PLUGIN_MAINTAINER= giuseppe.demarco@unical.it
|
||||
PLUGIN_DEPENDS= arp-scan
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
Reference in New Issue
Block a user