Wireshark-bugs: [Wireshark-bugs] [Bug 5083] NetFlow forwarding status and template fixes

Date: Mon, 9 Aug 2010 22:47:00 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5083

--- Comment #4 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-08-10 07:46:54 CEST ---
+static const char *
+decode_v9_template_types(int type) {
+    const char *v = match_strval(type, v9_template_types);
+    return ((v==NULL)?"Unknown" : v);
+}

What's wrong with val_to_str_const()?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.