aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rudp
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
commit89f022b12be0873c542869b557a57442ba9c5915 (patch)
treef7aaabbfb37b7e77cc94765aa79b73db7fec6811 /plugins/rudp
parentfeab79e32878302a87c7d22c52a2d5a255dbd3e9 (diff)
name change
svn path=/trunk/; revision=18197
Diffstat (limited to 'plugins/rudp')
-rw-r--r--plugins/rudp/Makefile.am4
-rw-r--r--plugins/rudp/Makefile.common4
-rw-r--r--plugins/rudp/packet-rudp.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/rudp/Makefile.am b/plugins/rudp/Makefile.am
index e360d9b401..d3aed66b50 100644
--- a/plugins/rudp/Makefile.am
+++ b/plugins/rudp/Makefile.am
@@ -4,8 +4,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
diff --git a/plugins/rudp/Makefile.common b/plugins/rudp/Makefile.common
index 4d95f0b63f..c75f987170 100644
--- a/plugins/rudp/Makefile.common
+++ b/plugins/rudp/Makefile.common
@@ -5,8 +5,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
diff --git a/plugins/rudp/packet-rudp.c b/plugins/rudp/packet-rudp.c
index cb45972501..21b332f8c9 100644
--- a/plugins/rudp/packet-rudp.c
+++ b/plugins/rudp/packet-rudp.c
@@ -4,8 +4,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
*
* Copied from packet-data.c, README.developer, and various other files.