ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 34218: /trunk/tools/ /trunk/tools/: make-sminmpec.pl

Date: Thu, 23 Sep 2010 18:48:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34218

User: wmeier
Date: 2010/09/23 11:48 AM

Log:
 Generate the value_string array sminmpec_values[] with "gaps"
 filled in (using name "(Unknown)" so that direct (indexed)
 access to the value_string is possible.
 
 Note that this represents a slight API change in that
 match_strval() on sminmpec_values  will no longer return NULL for
 missing enterprise numbers (less than the maximum in the array)
 but will return the string "(Unknown)".
 
 AFAIKT this change does not materially affect existing Wireshark
 use of the sminmpec value_string array.

Directory: /trunk/tools/
  Changes    Path                Action
  +17 -0     make-sminmpec.pl    Modified