aboutsummaryrefslogtreecommitdiffstats
path: root/tap-wspstat.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:14:01 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:14:01 +0000
commit60d39348a03f5b01e557a78c263cbe35441717c1 (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /tap-wspstat.c
parentd33e03cac01be1f8b358fd6fd25a9c1221a0910f (diff)
ethereal->wireshark updates
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index 3c4b064f80..f6e2efe871 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -173,7 +173,7 @@ wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const
* stdout.
* Tethereal will only call this callback once, which is when tethereal has
* finished reading all packets and exists.
- * If used with ethereal this may be called any time, perhaps once every 3
+ * If used with wireshark this may be called any time, perhaps once every 3
* seconds or so.
* This function may even be called in parallell with (*reset) or (*draw)
* so make sure there are no races. The data in the rpcstat_t can thus change