https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5083
--- Comment #5 from Aamer Akhter <aakhter@xxxxxxxxx> 2010-08-09 22:54:08 PDT ---
(In reply to comment #4)
> +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()?
@Jaap re val_to_str_const():
I didn't write this part, but just moved this code section to the top. What's
the correction that you're suggesting? I don't mind fixing and including it.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.