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] new dissector - dynamic value string table?

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Thu, 28 Feb 2013 18:57:27 +0100
On Thu, Feb 28, 2013 at 12:29:05PM +0200, Michal.Labedzki@xxxxxxxxx wrote:
>     value = val_to_str_const(vendor_key, vendor_xxx_specific_vals, unknown_key);
>     if (value == unknown_key) {

      value = match_strval(vendor_key, vendor_xxx_specific_vals);
      if (value == NULL) {