aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.xml-output2
-rw-r--r--doc/tshark.pod4
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.xml-output b/doc/README.xml-output
index 31fd6e2006..b3011ae24c 100644
--- a/doc/README.xml-output
+++ b/doc/README.xml-output
@@ -143,6 +143,8 @@ In PDML, the "Data" protocol would become another field under HTTP:
</proto>
</packet>
+Note that packet tag may have nonstandard color attributes, "foreground" and "background"
+
tools/WiresharkXML.py
====================
This is a python module which provides some infrastructure for
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 512ff1c906..208d6cc44e 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -792,6 +792,8 @@ Example of usage:
B<pdml> Packet Details Markup Language, an XML-based format for the details of
a decoded packet. This information is equivalent to the packet details
printed with the B<-V> flag.
+Using the --color option will add color attributes to B<pdml> output. These
+attributes are nonstandard.
B<ps> PostScript for a human-readable one-line summary of each of the packets,
or a multi-line view of the details of each of the packets, depending on
@@ -800,6 +802,8 @@ whether the B<-V> flag was specified.
B<psml> Packet Summary Markup Language, an XML-based format for the summary
information of a decoded packet. This information is equivalent to the
information shown in the one-line summary printed by default.
+Using the --color option will add color attributes to B<pdml> output. These
+attributes are nonstandard.
B<tabs> Similar to the default B<text> report except the human-readable one-line
summary of each packet will include an ASCII horizontal tab (0x09) character