Ethereal->Wireshark
[obnox/wireshark/wip.git] / tap-dcerpcstat.c
index 1700317b133e375f2760cbf3fd255b4c940a9d5b..e5f990ee9c374cacc5645016f3ff4b20bcaaba06 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  * 
  * This program is free software; you can redistribute it and/or
@@ -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){