diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-05-21 05:12:17 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-05-21 05:12:17 +0000 |
commit | 89f022b12be0873c542869b557a57442ba9c5915 (patch) | |
tree | f7aaabbfb37b7e77cc94765aa79b73db7fec6811 /plugins/asn1 | |
parent | feab79e32878302a87c7d22c52a2d5a255dbd3e9 (diff) | |
download | wireshark-89f022b12be0873c542869b557a57442ba9c5915.tar.gz wireshark-89f022b12be0873c542869b557a57442ba9c5915.tar.bz2 wireshark-89f022b12be0873c542869b557a57442ba9c5915.zip |
name change
svn path=/trunk/; revision=18197
Diffstat (limited to 'plugins/asn1')
-rw-r--r-- | plugins/asn1/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/asn1/Makefile.common | 4 | ||||
-rw-r--r-- | plugins/asn1/packet-asn1.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am index c5f802c7df..3a54237d6f 100644 --- a/plugins/asn1/Makefile.am +++ b/plugins/asn1/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/asn1/Makefile.common b/plugins/asn1/Makefile.common index 38e08cee00..29a9de3cee 100644 --- a/plugins/asn1/Makefile.common +++ b/plugins/asn1/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/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c index 0e8a35b2d1..762794ae10 100644 --- a/plugins/asn1/packet-asn1.c +++ b/plugins/asn1/packet-asn1.c @@ -7,8 +7,8 @@ * * A plugin for: * - * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@ethereal.com> + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> * Copyright 1999 Gerald Combs * * This program is free software; you can redistribute it and/or |