aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rpcstat.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /tap-rpcstat.c
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'tap-rpcstat.c')
-rw-r--r--tap-rpcstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-rpcstat.c b/tap-rpcstat.c
index 6e8973ad58..5f0ccbbb6a 100644
--- a/tap-rpcstat.c
+++ b/tap-rpcstat.c
@@ -69,7 +69,7 @@ typedef struct _rpcstat_t {
/* This callback is never used by tethereal but it is here for completeness.
* When registering below, we could just have left this function as NULL.
*
- * When used by ethereal, this function will be called whenever we would need
+ * When used by wireshark, this function will be called whenever we would need
* to reset all state. Such as when ethereal opens a new file, when it
* starts a new capture, when it rescans the packetlist after some prefs have
* changed etc.
@@ -191,7 +191,7 @@ rpcstat_packet(void *prs, packet_info *pinfo, epan_dissect_t *edt _U_, const voi
* 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