aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index da425a0dbf..fcf9822055 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -206,16 +206,12 @@ byte pcap file header.
Use the specified format string to print each field. The following formats
are supported:
-=over 4
-
B<%D> Field name or description, e.g. "Type" for dns.qry.type
B<%N> Base 10 numeric value of the field.
B<%S> String value of the field.
-=back
-
For something similar to Wireshark's standard display ("Type: A (1)") you
could use B<%D: %S (%N)>.