aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-12-12 08:06:55 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-12 14:21:15 +0000
commit69641adfca5015df12f19d2c657f6d9c2aa826fa (patch)
treee0f56ffe77acbe57b85ebc1f153e9f2f6acabd83 /doc
parentf52611de8937f0dc4e3290390b7ec35858f42aae (diff)
doc: Add lbmr_* -z stats to tshark manual
Add some more undocumented -z statistics. Ping #8353.
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.adoc79
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/tshark.adoc b/doc/tshark.adoc
index eb22980eed..2305555692 100644
--- a/doc/tshark.adoc
+++ b/doc/tshark.adoc
@@ -1901,6 +1901,85 @@ Calculate statistics on ISUP messages. Displayed information is message
types and direction (originating point code and destination point code.)
--
+*-z* lbmr_queue_ads_queue,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays queue
+advertisements collated by queue name and then source addresses and port.
+--
+
+*-z* lbmr_queue_ads_source,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays queue
+advertisements collated by source address and then queue and port.
+--
+
+*-z* lbmr_queue_queries_queue,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays queue
+queries collated by queue name and then receiver addresses.
+--
+
+*-z* lbmr_queue_queries_receiver,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays queue
+queries collated by receiver address and then queue.
+--
+
+*-z* lbmr_topic_ads_source,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+advertisements collated by source address and then topic name and
+source string.
+--
+
+*-z* lbmr_topic_ads_topic,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+advertisements collated by topic name and then source address and
+source string.
+--
+
+*-z* lbmr_topic_ads_transport,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+advertisements collated by source string and then topic name.
+--
+
+*-z* lbmr_topic_queries_pattern,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+queries collated by pattern and then receiver address.
+--
+
+*-z* lbmr_topic_queries_pattern_receiver,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+queries collated by receiver address and then pattern.
+--
+
+*-z* lbmr_topic_queries_receiver,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+queries collated by receiver address and then topic name.
+--
+
+*-z* lbmr_topic_queries_topic,tree[,__filter__]::
++
+--
+Calculate statistics on LBM Topic Resolution Packets. Displays topic
+queries collated by topic name and then receiver address.
+--
+
*-z* mac-lte,stat[,__filter__]::
+
--