summaryrefslogtreecommitdiff
path: root/tools/extract_asn1_from_spec.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/extract_asn1_from_spec.pl
parentb6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449 (diff)
downloadwireshark-82e2865739d549a54199f0d22cdc2062347ed9ff.tar.gz
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/extract_asn1_from_spec.pl')
-rwxr-xr-xtools/extract_asn1_from_spec.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/extract_asn1_from_spec.pl b/tools/extract_asn1_from_spec.pl
index 118c824f14..33aa4ef9f9 100755
--- a/tools/extract_asn1_from_spec.pl
+++ b/tools/extract_asn1_from_spec.pl
@@ -10,8 +10,6 @@
#
# Copyright 2011 Vincent Helfre and Erwan Yvin
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
@@ -75,7 +73,6 @@ sub extract_asn1 {
$output_file_name = "LPP.asn";
print "generating $output_file_name\n";
open(OUTPUT_FILE, "> $output_file_name") or die "Can not open file $output_file_name";
- syswrite OUTPUT_FILE,"-- $version-- \$Id\$\n--\n";
$file_name_found = 1;
}
@@ -84,7 +81,6 @@ sub extract_asn1 {
$output_file_name = "$output_file_name".".asn";
print "generating $output_file_name\n";
open(OUTPUT_FILE, "> $output_file_name") or die "Can not open file $output_file_name";
- syswrite OUTPUT_FILE,"-- $version-- \$Id\$\n--\n";
$is_asn1 = 1;
$file_name_found = 1;
}