https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5083
--- Comment #6 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-08-10 11:31:59 CEST ---
(In reply to comment #5)
> (In reply to comment #4)
> 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.
DROP decode_v9_template_types()
AND
if (ti && pen == REVPEN) {
proto_item_append_text(ti, " (Reverse Type %u %s)",
- type & 0x7fff, decode_v9_template_types(type));
+ type & 0x7fff, val_to_str_const(type,
v9_template_types, "Unknown"));
}
offset += length;
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.