From Andrew Feren:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Sep 2006 16:16:51 +0000 (16:16 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Sep 2006 16:16:51 +0000 (16:16 +0000)
commit83e35be8b2516775bff21eb0b743755722ed480a
treec9674f6b0276095cb8ee0a0fa28d5202313ba6bd
parent357655ce7f559ac0413c08f1ef93fa01c880a57e
From Andrew Feren:
This adds some features to update enterprise-numbers from the web.

As used in the Makefile currently
 make-sminmpec.pl <infile> <outfile.c>

works exactly the same.  Additionally <infile> can be a URL to an infile in
the expected format.

Using the new "-gen" switch will create a new <infile>

example:
make-sminmpec.pl -gen \
   http://www.iana.org/assignments/enterprise-numbers \
   enterprise-numbers

other than that I modified so that calling it like
make-sminmpec.pl -gen
be like
make-sminmpec.pl -gen \
 http://www.iana.org/assignments/enterprise-numbers \
 sminmpec.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19172 f5534014-38df-0310-8fa8-9805f1628bb7
epan/make-sminmpec.pl