aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-manuf
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-04-30 15:40:39 +0000
committerGerald Combs <gerald@wireshark.org>2012-04-30 15:40:39 +0000
commit01c4764ea29a5b0e24f3f6d3a329cf0587a1efa4 (patch)
tree8ffb8ee7f10807159b159eccc8b4ead8b517e32d /tools/make-manuf
parente936265168e2ea74721733384be1180fa0b44dad (diff)
Update the IEEE OUI and IAB URLs.
svn path=/trunk/; revision=42349
Diffstat (limited to 'tools/make-manuf')
-rwxr-xr-xtools/make-manuf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-manuf b/tools/make-manuf
index 8e1c114fa7..efbcb61ebd 100755
--- a/tools/make-manuf
+++ b/tools/make-manuf
@@ -30,8 +30,8 @@ $template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";
$outfile = "manuf";
$inheader = 1;
-$oui_url = "http://standards.ieee.org/regauth/oui/oui.txt";
-$iab_url = "http://standards.ieee.org/regauth/oui/iab.txt";
+$oui_url = "http://standards.ieee.org/develop/regauth/oui/oui.txt";
+$iab_url = "http://standards.ieee.org/develop/regauth/iab/iab.txt";
$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";