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))
+ {