aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 13:39:02 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 13:39:02 +0000
commit17a5350be31e0b4ff19ee75d8ccf0145049edaaa (patch)
tree3229d9a1eee907fa852e1e3782293e611052c54a /doc
parent21884ced5e4a566826dc49f01bb18d05d68d16ca (diff)
Add LTE MAC statistics to tshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38016 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 8ef18ba781..7c03a190c1 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1204,6 +1204,21 @@ on those calls that match that filter.
Example: B<-z "sip,stat,ip.addr==1.2.3.4"> will only collect stats for
SIP packets exchanged by the host at IP address 1.2.3.4 .
+=item B<-z> mac-lte,stat[I<,filter>]
+
+This option will activate a counter for LTE MAC messages. You will get
+information about the maximum number of UEs/TTI, common messages and
+various counters for each UE that appears in the log.
+
+Example: B<-z mac=;te,stat>.
+
+This option can be used multiple times on the command line.
+
+If the optional I<filter> is provided, the stats will only be calculated
+for those frames that match that filter.
+Example: B<-z "mac-lte,stat,mac-lte.rnti>3000"> will only collect stats for
+UEs with an assigned RNTI whose value is more than 3000.
+
=back
=back