aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-sminmpec.pl
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-13 19:17:27 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-14 01:35:57 +0000
commit82e2865739d549a54199f0d22cdc2062347ed9ff (patch)
tree6729a25216070c41f6aabc58d77a13314be8e858 /tools/make-sminmpec.pl
parentb6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449 (diff)
Remove $Id$ and other Subversion leftovers from the tools.
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'tools/make-sminmpec.pl')
-rwxr-xr-xtools/make-sminmpec.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index 0b241b0138..3c2f6177da 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -2,8 +2,6 @@
# create the sminmpec.c file from
# http://www.iana.org/assignments/enterprise-numbers
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
@@ -29,16 +27,13 @@ $in = "http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers" un
my @in_lines;
-my $revision = '$Revision$';
-if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
-
if($in =~ m/^http:/i) {
eval "require LWP::UserAgent;";
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
$agent->env_proxy;
- $agent->agent("Wireshark make-sminmpec.pl/$revision");
+ $agent->agent("Wireshark make-sminmpec.pl");
warn "starting to fetch $in ...\n";
@@ -117,8 +112,6 @@ for(@in_lines) {
print OUT <<"_SMINMPEC";
/*
- * \$Id\$
- *
* THIS FILE IS AUTOGENERATED, DO NOT EDIT
* generated from http://www.iana.org/assignments/enterprise-numbers
* run "tools/make-sminmspec <infile> <outfile>" to regenerate