summaryrefslogtreecommitdiff
path: root/doc/README.stats_tree
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
commit8958bab6dee184310e4393e33591eb0cef1f7de1 (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /doc/README.stats_tree
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
downloadwireshark-8958bab6dee184310e4393e33591eb0cef1f7de1.tar.gz
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'doc/README.stats_tree')
-rw-r--r--doc/README.stats_tree4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.stats_tree b/doc/README.stats_tree
index a8e3b668fe..e834b08046 100644
--- a/doc/README.stats_tree
+++ b/doc/README.stats_tree
@@ -4,9 +4,9 @@ tapping with stats_tree
Let's suppose that you want to write a tap only to keep counters, and you
don't want to get involved with GUI programming or maybe you'd like to make
it a plugin. A stats_tree might be the way to go. The stats_tree module takes
-care of the representation (GUI for ethereal and text for tethereal) of the
+care of the representation (GUI for ethereal and text for tshark) of the
tap data. So there's very little code to write to make a tap listener usable
-from both ethereal and tethereal.
+from both ethereal and tshark.
First, you should add the TAP to the dissector in question as described in
README.tapping .