diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-21 22:23:17 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-21 22:23:17 +0000 |
commit | 29e060154407b885bbeadc51003794984a79065c (patch) | |
tree | 1dcbe21400d172063185700a5c382b56fcd00e1a /doc/README.tapping | |
parent | 7c87fca629fcaf48feb094217930bcbb4a218d99 (diff) | |
download | wireshark-29e060154407b885bbeadc51003794984a79065c.tar.gz wireshark-29e060154407b885bbeadc51003794984a79065c.tar.bz2 wireshark-29e060154407b885bbeadc51003794984a79065c.zip |
Hint in README.tapping about the stats_tree.
svn path=/trunk/; revision=13857
Diffstat (limited to 'doc/README.tapping')
-rw-r--r-- | doc/README.tapping | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.tapping b/doc/README.tapping index 182967ea53..8d92ad168f 100644 --- a/doc/README.tapping +++ b/doc/README.tapping @@ -9,6 +9,10 @@ As examples on how to use the tap system see the implementation of tap-rpcstat.c (tethereal version) gtk2/gtk2-rpcstat.c (gtk2-ethereal version) +If all you need is to keep some counters there's the stats_tree API that +offers a simple way to make a GUI and tethereal tap-listener see +README.stats_tree. However keep reading as you'll need much of what's in +this document. The tap system consists of two parts: 1, code in the actual dissectors to allow tapping data from that particular |