Tethereal/tethereal -> TShark/tshark.
[gd/wireshark/.git] / doc / README.tapping
index 2347716dbb7ccc8464eff2a131b8e0351a4c7742..6db72ef576d38b837d4a40fbbe1bf7c35bbe7230 100644 (file)
@@ -6,11 +6,11 @@ In order to use the tapping system, very little knowledge of ethereal
 internals are required.
 
 As examples on how to use the tap system see the implementation of 
-tap-rpcstat.c          (tethereal version)
+tap-rpcstat.c          (tshark version)
 gtk/gtk-rpcstat.c      (gtk-ethereal version)
 
 If all you need is to keep some counters, there's the stats_tree API,
-which offers a simple way to make a GUI and tethereal tap-listener; see
+which offers a simple way to make a GUI and tshark tap-listener; see
 README.stats_tree.  However, keep reading, as you'll need much of what's
 in this document.