aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lua')
-rw-r--r--plugins/lua/Makefile.am4
-rw-r--r--plugins/lua/elua.c4
-rw-r--r--plugins/lua/elua.h4
-rw-r--r--plugins/lua/elua_dumper.c4
-rw-r--r--plugins/lua/elua_field.c4
-rw-r--r--plugins/lua/elua_gui.c4
-rwxr-xr-xplugins/lua/elua_makedoc.pl4
-rwxr-xr-xplugins/lua/elua_makereg.pl4
-rw-r--r--plugins/lua/elua_pinfo.c4
-rw-r--r--plugins/lua/elua_plugin.c4
-rw-r--r--plugins/lua/elua_proto.c4
-rw-r--r--plugins/lua/elua_tap.c4
-rw-r--r--plugins/lua/elua_tree.c4
-rw-r--r--plugins/lua/elua_tvb.c4
-rw-r--r--plugins/lua/elua_util.c4
-rwxr-xr-xplugins/lua/make-init-lua.pl4
-rw-r--r--plugins/lua/template-init.lua4
17 files changed, 34 insertions, 34 deletions
diff --git a/plugins/lua/Makefile.am b/plugins/lua/Makefile.am
index 929cf166ae..9f30246adb 100644
--- a/plugins/lua/Makefile.am
+++ b/plugins/lua/Makefile.am
@@ -2,8 +2,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/lua/elua.c b/plugins/lua/elua.c
index f39d563812..6564688237 100644
--- a/plugins/lua/elua.c
+++ b/plugins/lua/elua.c
@@ -7,8 +7,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/lua/elua.h b/plugins/lua/elua.h
index 17a9f5ae9d..03d4b588c9 100644
--- a/plugins/lua/elua.h
+++ b/plugins/lua/elua.h
@@ -7,8 +7,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/lua/elua_dumper.c b/plugins/lua/elua_dumper.c
index 6f667cd5c3..202bcacf09 100644
--- a/plugins/lua/elua_dumper.c
+++ b/plugins/lua/elua_dumper.c
@@ -7,8 +7,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/lua/elua_field.c b/plugins/lua/elua_field.c
index 34cda992bd..37d3fed17b 100644
--- a/plugins/lua/elua_field.c
+++ b/plugins/lua/elua_field.c
@@ -7,8 +7,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/lua/elua_gui.c b/plugins/lua/elua_gui.c
index 719ab52d8d..fd9b384137 100644
--- a/plugins/lua/elua_gui.c
+++ b/plugins/lua/elua_gui.c
@@ -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/lua/elua_makedoc.pl b/plugins/lua/elua_makedoc.pl
index 891996496c..e0814cb77d 100755
--- a/plugins/lua/elua_makedoc.pl
+++ b/plugins/lua/elua_makedoc.pl
@@ -7,8 +7,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/lua/elua_makereg.pl b/plugins/lua/elua_makereg.pl
index a7807fcde7..a4a9021f99 100755
--- a/plugins/lua/elua_makereg.pl
+++ b/plugins/lua/elua_makereg.pl
@@ -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/lua/elua_pinfo.c b/plugins/lua/elua_pinfo.c
index af870ca861..37b2e85688 100644
--- a/plugins/lua/elua_pinfo.c
+++ b/plugins/lua/elua_pinfo.c
@@ -7,8 +7,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/lua/elua_plugin.c b/plugins/lua/elua_plugin.c
index b9b7caee2e..6f646c23a5 100644
--- a/plugins/lua/elua_plugin.c
+++ b/plugins/lua/elua_plugin.c
@@ -7,8 +7,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/lua/elua_proto.c b/plugins/lua/elua_proto.c
index 7819741a59..5a3c4bd6f8 100644
--- a/plugins/lua/elua_proto.c
+++ b/plugins/lua/elua_proto.c
@@ -7,8 +7,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/lua/elua_tap.c b/plugins/lua/elua_tap.c
index 4f62a7b3ab..3ed4eb5fd8 100644
--- a/plugins/lua/elua_tap.c
+++ b/plugins/lua/elua_tap.c
@@ -7,8 +7,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/lua/elua_tree.c b/plugins/lua/elua_tree.c
index f6694656af..e2d8e23074 100644
--- a/plugins/lua/elua_tree.c
+++ b/plugins/lua/elua_tree.c
@@ -7,8 +7,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/lua/elua_tvb.c b/plugins/lua/elua_tvb.c
index 5e867a90e9..1cbb61badb 100644
--- a/plugins/lua/elua_tvb.c
+++ b/plugins/lua/elua_tvb.c
@@ -7,8 +7,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/lua/elua_util.c b/plugins/lua/elua_util.c
index 68b86f4c67..f8790f413f 100644
--- a/plugins/lua/elua_util.c
+++ b/plugins/lua/elua_util.c
@@ -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/lua/make-init-lua.pl b/plugins/lua/make-init-lua.pl
index 35ef3c507d..67d9599664 100755
--- a/plugins/lua/make-init-lua.pl
+++ b/plugins/lua/make-init-lua.pl
@@ -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 2004 Gerald Combs
#
# This program is free software; you can redistribute it and/or
diff --git a/plugins/lua/template-init.lua b/plugins/lua/template-init.lua
index 3bd105dade..d1b139f4af 100644
--- a/plugins/lua/template-init.lua
+++ b/plugins/lua/template-init.lua
@@ -7,8 +7,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