aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-18 17:32:35 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-18 17:32:35 +0000
commita6f481ac17d17a4874f7c832297c7506d71017ef (patch)
treef626aa11bc1d58e8c40ae79f4058e81f7e100579 /make-manuf
parent917faa20e87fc796018a0f2d1048f9b61569f2ed (diff)
Fix for bug 2619:
Current OUI registery has changed location (again). Adjusting script to fetch current file. Generated dataset based on this current file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25475 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-manuf b/make-manuf
index 9a68636023..37310b35cd 100755
--- a/make-manuf
+++ b/make-manuf
@@ -26,7 +26,7 @@ $template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";
$outfile = "manuf";
$inheader = 1;
-$ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt";
+$ieee_url = "http://standards.ieee.org/regauth/oui/oui.txt";
$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";