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

Date: Tue, 10 Aug 2010 07:13:33 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5083

--- Comment #9 from Aamer Akhter <aakhter@xxxxxxxxx> 2010-08-10 07:13:33 PDT ---
(In reply to comment #6)
> (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;

Updated with new diff. Sorry about the diff as a comment mistake-- still
getting used to bugzilla.

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