summaryrefslogtreecommitdiff
path: root/make-manuf
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-06 01:52:34 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-06 01:52:34 +0000
commitaaf320c76b066f5f211bf04dbdcd7f8c07e9fc1e (patch)
treee7abdf7cb6b9e390a987aa8aeadb2856f670508e /make-manuf
parent8940beb1e28d3fe7d7d1198357c69c4b25b78ecd (diff)
downloadwireshark-aaf320c76b066f5f211bf04dbdcd7f8c07e9fc1e.tar.gz
- Modify make-manuf to add a message to manuf how to modify it
(aka: don't modify manuf, change manuf.tmpl and wka.tmpl instead) - Remove OUI 08:00:0F from manuf.tmpl, the IEEE provides the correct value by now. - Regenerate manuf svn path=/trunk/; revision=13608
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-manuf b/make-manuf
index 7232118153..1a53e3086e 100755
--- a/make-manuf
+++ b/make-manuf
@@ -142,6 +142,8 @@ foreach $line (split(/\n/, $cb_list)) {
open (OUT, "> $outfile") ||
die "Couldn't open output file for writing ($outfile)\n";
+print(OUT "# This file was generated by running ./make-manuf.\n");
+print(OUT "# Don't change it directly, change manuf.tmpl and wka.tmpl instead.\n#\n");
print(OUT "$header");
foreach $oui (sort(keys %oui_list)) {