aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiels Widger <niels@qacafe.com>2023-08-09 13:38:12 -0400
committerAndersBroman <a.broman58@gmail.com>2023-08-17 05:01:56 +0000
commit005cd9d1c60c8eccd85e58b73a8c817ce776dfb4 (patch)
treeed474b34ad943dfc6a827a7c36afb9aff85cb0ef /doc
parent45772de9916c3655a9272c082561f915dfbab6ae (diff)
Add new -p/-P capinfos options to doc/capinfos.adoc
Diffstat (limited to 'doc')
-rw-r--r--doc/capinfos.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/capinfos.adoc b/doc/capinfos.adoc
index 124fb56694..271452dfcd 100644
--- a/doc/capinfos.adoc
+++ b/doc/capinfos.adoc
@@ -37,6 +37,8 @@ capinfos - Prints information about capture files
[ *-n* ]
[ *-N* ]
[ *-o* ]
+[ *-p* ]
+[ *-P* ]
[ *-q* ]
[ *-Q* ]
[ *-r* ]
@@ -296,6 +298,21 @@ or "False" if one or more packets in the capture exists
"out-of-order" time-wise.
--
+-p::
++
+--
+Display individual packet comments. It is recommended
+to print raw values (-M) when using this option as
+packet comments may include newlines and other special
+characters.
+--
+
+-P::
++
+--
+Disable displaying individual packet comments.
+--
+
-q::
+
--