http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19172
User: lego
Date: 2006/09/07 04:16 PM
Log:
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
Directory: /trunk/epan/
Changes Path Action
+43 -4 make-sminmpec.pl Modified