diff options
Diffstat (limited to 'tap-rpcstat.c')
-rw-r--r-- | tap-rpcstat.c | 4 |
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 |