aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 17:07:41 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 17:07:41 +0000
commit063c4eed14b03d0d81710fde4b47f9dbe3f60a02 (patch)
treee3a87b750f7dbfde4b1bf489fb22d05e076e0712 /doc
parentb7b938779e0f956e33458596b940217c186916f1 (diff)
Add LTE RLC stats tap to tshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38019 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 7c03a190c1..45efe12319 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1210,7 +1210,7 @@ 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>.
+Example: B<-z mac-lte,stat>.
This option can be used multiple times on the command line.
@@ -1219,6 +1219,21 @@ 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.
+=item B<-z> rlc-lte,stat[I<,filter>]
+
+This option will activate a counter for LTE RLC messages. You will get
+information about common messages and various counters for each UE that appears
+in the log.
+
+Example: B<-z rlc-lte,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 "rlc-lte,stat,rlc-lte.ueid>3000"> will only collect stats for
+UEs with a UEId of more than 3000.
+
=back
=back