aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rudp
diff options
context:
space:
mode:
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.