aboutsummaryrefslogtreecommitdiffstats
path: root/epan/make-sminmpec.pl
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-09 15:46:09 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-09 15:46:09 +0000
commit442b5ba4121136b80dbb111b3d7e6f2aa760cb4c (patch)
tree39054f57209f4525edefc6d83504fc569776472a /epan/make-sminmpec.pl
parentbc2a0ff933edeeed98d6637aad4bf076fc3dea9d (diff)
Add comment how to regenerate the file
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16739 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/make-sminmpec.pl')
-rw-r--r--epan/make-sminmpec.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/epan/make-sminmpec.pl b/epan/make-sminmpec.pl
index bcdca0e48b..166be02d60 100644
--- a/epan/make-sminmpec.pl
+++ b/epan/make-sminmpec.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -w
# create the sminmpec.c file from
# http://www.iana.org/assignments/enterprise-numbers
#
@@ -54,8 +54,11 @@ while(<IN>) {
close IN;
print OUT <<"_SMINMPEC";
-/* THIS FILE IS AUTOGENERATED, DO NOT EDIT */
-/* generated from http://www.iana.org/assignments/enterprise-numbers */
+/*
+ * THIS FILE IS AUTOGENERATED, DO NOT EDIT
+ * generated from http://www.iana.org/assignments/enterprise-numbers
+ * run "epan/make-sminmspec <infile> <outfile>" to regenerate
+ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif