aboutsummaryrefslogtreecommitdiffstats
path: root/tap-dcerpcstat.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-dcerpcstat.c
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'tap-dcerpcstat.c')
-rw-r--r--tap-dcerpcstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-dcerpcstat.c b/tap-dcerpcstat.c
index 8e56b049e8..e5f990ee9c 100644
--- a/tap-dcerpcstat.c
+++ b/tap-dcerpcstat.c
@@ -208,7 +208,7 @@ dcerpcstat_init(const char *optarg, void* userdata _U_)
* if it's omitted?
*
* XXX - should this be called "srt" rather than "rtt"? The
- * equivalent tap for Ethereal calls it "srt", for "Service
+ * equivalent tap for Wireshark calls it "srt", for "Service
* Response Time", rather than "rtt" for "Round-Trip Time".
*/
if(sscanf(optarg,"dcerpc,rtt,%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x,%d.%d%n", &d1,&d2,&d3,&d40,&d41,&d42,&d43,&d44,&d45,&d46,&d47,&major,&minor,&pos)==13){