Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6682] Add support for color xml attributes in psml and pdm

Date: Wed, 20 Jun 2012 17:33:13 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6682

Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8632|                            |review_for_checkin?
              Flags|                            |

--- Comment #10 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2012-06-20 17:33:13 PDT ---
Created attachment 8632
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8632
Add color attributes to pdml, psml, and normal output

I made the following changes to attachment 7588:

Simply use the top 8 bits of each color. 

Sort the -T options in help and error output.

Enable color filter processing in TShark if any -e or -R options contain
"frame.coloring_rule.". We may want to be less clever about this and just
enable it when verbose output is enabled but it seemed better than adding yet
another option or flag.

Add add_packet_coloring_rules() and frame_add_color_fields(), which let you
append the frame.coloring_rule.* without having to redissect a packet.

Remove the "default" coloring rule.

Add color support to rawshark (that is, we now dump color fields) with filter
and field inspection similar to TShark.

Properly initialize and handle a variable.

Use GStrings when parsing coloring rules.

Use report_failure() in color_filters.c instead of simple_dialog().


This should take care of this bug and bug 5158. I'll check it in tomorrow if
there are no objections.

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