install unofficial.csv file with a few known non-official MAC address prefixes
This commit is contained in:
parent
8f71aadbd5
commit
7fafdb3197
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2015/11/03 15:52:18 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2015/11/03 16:18:33 sthen Exp $
|
||||
|
||||
COMMENT-main = ARP scanning and fingerprinting tool
|
||||
COMMENT-mac = MAC address vendor list
|
||||
@ -9,6 +9,7 @@ CATEGORIES = net
|
||||
|
||||
M = 20151103
|
||||
PKGNAME-mac = mac-vendor-$M
|
||||
REVISION-mac = 0
|
||||
|
||||
HOMEPAGE = http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
|
||||
|
||||
@ -45,7 +46,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ethercodes.dat \
|
||||
${PREFIX}/share/examples/arpwatch/ethercodes.dat
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/mac-vendor/
|
||||
${INSTALL_DATA} ${WRKDIR}/oui-iab/*csv ${PREFIX}/share/mac-vendor/
|
||||
${INSTALL_DATA} ${WRKDIR}/oui-iab/*csv ${FILESDIR}/unofficial.csv \
|
||||
${PREFIX}/share/mac-vendor/
|
||||
|
||||
# maintainer convenience target to update mac-vendor file from the databases
|
||||
# http://standards.ieee.org/develop/regauth/oui/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-mac,v 1.1 2015/11/03 15:51:24 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-mac,v 1.2 2015/11/03 16:18:33 sthen Exp $
|
||||
@conflict arp-scan-<=1.9p10
|
||||
@conflict arpwatch-<=2.1a15p12
|
||||
share/arp-scan/
|
||||
@ -17,3 +17,4 @@ share/mac-vendor/iab.csv
|
||||
share/mac-vendor/ma-l.csv
|
||||
share/mac-vendor/ma-m.csv
|
||||
share/mac-vendor/ma-s.csv
|
||||
share/mac-vendor/unofficial.csv
|
||||
|
Loading…
x
Reference in New Issue
Block a user