Wireshark mailing list archives

Re: new dissector - dynamic value string table?


From: Jakub Zawadzki <darkjames-ws () darkjames pl>
Date: Thu, 28 Feb 2013 18:57:27 +0100

On Thu, Feb 28, 2013 at 12:29:05PM +0200, Michal.Labedzki () tieto com 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 <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: