aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-10 22:57:28 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-10 22:57:28 +0000
commit1a279aca25c1ca5e9a82168e97d908d12f6163d5 (patch)
treed1c304f27b16916e2bcfc1c6e43d40c06f2140fc /tools
parent640e6f44ec65e87f9112fd09f93b21dc79fce0e6 (diff)
Update the enterprise-numbers URL.
svn path=/trunk/; revision=54694
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-sminmpec.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index 1cc17bea8e..0b241b0138 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -25,7 +25,7 @@ use strict;
my $in = shift;
-$in = "http://www.iana.org/assignments/enterprise-numbers" unless(defined $in);
+$in = "http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers" unless(defined $in);
my @in_lines;