mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
updated mac vendors as well as URL of wireshark source
This commit is contained in:
parent
ce2b1a5738
commit
0de388a00a
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# This scripts downloads and optimizes Wireshark's MAC vendor database
|
||||
|
||||
curl http://anonsvn.wireshark.org/wireshark/trunk/manuf |\
|
||||
curl 'https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf;hb=HEAD' |\
|
||||
grep -P '^[0-9A-F:]{8}\t' | awk '{print $1 $2}' | sed 's/://g' \
|
||||
> resources/mac-vendors.txt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user