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 44659: /trunk/ /trunk/doc/: README.developer /trunk/epan

Date: Fri, 24 Aug 2012 20:44:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44659

User: wmeier
Date: 2012/08/24 01:44 PM

Log:
 Force extended value string linear search (not binary search) in one case:
  Fixed: { -2, -1, 0, 1, 3} (note gap) used a binary search (which would fail);
 
  Note:  { -2, -1, 0, 1, 2 ,3 } (no gap) allowed; will still do a direct access;
 
 Also: Add a comment to README.developer extended value string section.

Directory: /trunk/doc/
  Changes    Path                Action
  +10 -2     README.developer    Modified

Directory: /trunk/epan/
  Changes    Path              Action
  +16 -1     value_string.c    Modified