On Thu, Feb 28, 2013 at 12:29:05PM +0200, [email protected] 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) {
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to