updated mac vendors as well as URL of wireshark source

This commit is contained in:
Anton Keks 2014-03-12 21:59:17 +02:00
parent ce2b1a5738
commit 0de388a00a
2 changed files with 1865 additions and 343 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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