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

Wireshark-dev: Re: [Wireshark-dev] RFC: sorted value_string + bsearch

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 27 Apr 2010 12:34:14 +0200
Hi,
Committed revision 32574 to faciliate further testing, dockumentation updates will be needed if/when we are
happy with the implementation.
Regards
Anders 

-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jakub Zawadzki
Sent: den 27 april 2010 10:46
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] RFC: sorted value_string + bsearch

On Tue, Apr 27, 2010 at 09:53:36AM +0200, Anders Broman wrote:
> I'll try - busy right now -
> Could you re send the patch proto.c just got updated.

Attached.

I've also fixed:
-                               if ((hfinfo->display & BASE_EXT_STRING) == 0) {
+                               if ((hfinfo->display & BASE_EXT_STRING)) 
+ {