https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6682
Summary: Add support for color xml attributes in psml and pdml
formats
Product: Wireshark
Version: 1.7.x (Experimental)
Platform: Other
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: TShark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: msaal@xxxxxxxxxx
Build Information:
TShark 1.7.1 (SVN Rev 40212 from /trunk)
Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GLib 2.30.0, with libpcap (version unknown), with libz
1.2.3.4, with POSIX capabilities (Linux), with SMI 0.4.8, with c-ares 1.7.4,
with Lua 5.1, without Python, with GnuTLS 2.10.5, with Gcrypt 1.5.0, with MIT
Kerberos, with GeoIP.
Running on Linux 3.0.0-14-generic, with locale en_US.UTF-8, with libpcap
version
1.1.1, with libz 1.2.3.4.
Built using gcc 4.6.1.
--
Add optional forground and backgound color attributes to the psml and pdml
outputs.
Example output: <packet foreground='#000000' background='#70dfff'>
The -T switch has been extended with two options 'cpsml' and 'pdml' that output
psml and pdml data respectively with xml foreground and backgound color
attributes. If colorization information is not desired just use the 'psml' and
'pdml' options.
This patch utilizes wiresharks colorization functionality.
Usage:
tshark -r <cap-file> -T cpsml
tshark -r <cap-file> -T cpdml
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.