net/arp-scan: small fixes and updates

This commit is contained in:
Franco Fichtner
2017-10-04 10:31:50 +02:00
parent aec97c0b17
commit e7042b7454
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+6 -6
View File
@@ -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"