ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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