diff options
Diffstat (limited to 'plugins/mate')
-rw-r--r-- | plugins/mate/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/mate/mate.h | 4 | ||||
-rw-r--r-- | plugins/mate/mate_grammar.lemon | 4 | ||||
-rw-r--r-- | plugins/mate/mate_parser.l | 4 | ||||
-rw-r--r-- | plugins/mate/mate_plugin.c | 4 | ||||
-rw-r--r-- | plugins/mate/mate_runtime.c | 4 | ||||
-rw-r--r-- | plugins/mate/mate_setup.c | 4 | ||||
-rw-r--r-- | plugins/mate/mate_util.c | 4 | ||||
-rw-r--r-- | plugins/mate/mate_util.h | 4 | ||||
-rw-r--r-- | plugins/mate/packet-mate.c | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am index 45a4d56dbc..c4f45378b6 100644 --- a/plugins/mate/Makefile.am +++ b/plugins/mate/Makefile.am @@ -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 diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h index 7b12625aa0..efadd1c512 100644 --- a/plugins/mate/mate.h +++ b/plugins/mate/mate.h @@ -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/mate/mate_grammar.lemon b/plugins/mate/mate_grammar.lemon index e9b542cdff..b575b49634 100644 --- a/plugins/mate/mate_grammar.lemon +++ b/plugins/mate/mate_grammar.lemon @@ -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/mate/mate_parser.l b/plugins/mate/mate_parser.l index 5d8818e331..aa4fdf3cf9 100644 --- a/plugins/mate/mate_parser.l +++ b/plugins/mate/mate_parser.l @@ -12,8 +12,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/mate/mate_plugin.c b/plugins/mate/mate_plugin.c index af8ecba96a..6e6da421d3 100644 --- a/plugins/mate/mate_plugin.c +++ b/plugins/mate/mate_plugin.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/mate/mate_runtime.c b/plugins/mate/mate_runtime.c index 6de9024466..99bea688de 100644 --- a/plugins/mate/mate_runtime.c +++ b/plugins/mate/mate_runtime.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/mate/mate_setup.c b/plugins/mate/mate_setup.c index 89752be8cd..95ccd8e26d 100644 --- a/plugins/mate/mate_setup.c +++ b/plugins/mate/mate_setup.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/mate/mate_util.c b/plugins/mate/mate_util.c index 1856f34d4d..7108c215e4 100644 --- a/plugins/mate/mate_util.c +++ b/plugins/mate/mate_util.c @@ -6,8 +6,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/mate/mate_util.h b/plugins/mate/mate_util.h index 01eb9fa9bb..3f6f7daf51 100644 --- a/plugins/mate/mate_util.h +++ b/plugins/mate/mate_util.h @@ -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/mate/packet-mate.c b/plugins/mate/packet-mate.c index bdfd371bbe..3de641a568 100644 --- a/plugins/mate/packet-mate.c +++ b/plugins/mate/packet-mate.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 |