From 442b5ba4121136b80dbb111b3d7e6f2aa760cb4c Mon Sep 17 00:00:00 2001 From: jmayer Date: Fri, 9 Dec 2005 15:46:09 +0000 Subject: Add comment how to regenerate the file git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16739 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/make-sminmpec.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'epan/make-sminmpec.pl') 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() { 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 " to regenerate + */ #ifdef HAVE_CONFIG_H # include "config.h" #endif -- cgit v1.2.3