aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-09 15:46:09 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-09 15:46:09 +0000
commite92c6d4ba7b4f11e63ed83447b488eb2a24f2d47 (patch)
tree39054f57209f4525edefc6d83504fc569776472a /epan
parent3f72fb77a6b304e52d2c5eaba710521e8a1f8720 (diff)
Add comment how to regenerate the file
svn path=/trunk/; revision=16739
Diffstat (limited to 'epan')
-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