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