Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19172: /trunk/epan/ /trunk/epan/: make-sminmpec.pl

Date: Thu, 07 Sep 2006 16:16:52 GMT
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