aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-23 15:17:14 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-23 15:17:14 +0000
commit4bbf322126d651949c9eaeae6d8f7cc72a2c2a2c (patch)
treea465a11fa554bd6640bc084ce1421b6569125078 /asn1/spnego
parent7ae9331763e437148853de5861c0d4e08ef94765 (diff)
Ethereal -> Wireshark
asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18214 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/spnego')
-rw-r--r--asn1/spnego/packet-spnego-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/spnego/packet-spnego-template.c b/asn1/spnego/packet-spnego-template.c
index 7b5f981a9d..08c1f8d618 100644
--- a/asn1/spnego/packet-spnego-template.c
+++ b/asn1/spnego/packet-spnego-template.c
@@ -5,7 +5,7 @@
* Copyright 2002, Richard Sharpe <rsharpe@ns.aus.com>
* Copyright 2003, Richard Sharpe <rsharpe@richardsharpe.com>
* Copyright 2005, Ronnie Sahlberg (krb decryption)
- * Copyright 2005, Anders Broman (converted to asn2eth generated dissector)
+ * Copyright 2005, Anders Broman (converted to asn2wrs generated dissector)
*
* $Id$
*
@@ -28,7 +28,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* The heimdal code for decryption of GSSAPI wrappers using heimdal comes from
- Heimdal 1.6 and has been modified for ethereal's requirements.
+ Heimdal 1.6 and has been modified for wireshark's requirements.
*/
#ifdef HAVE_CONFIG_H
@@ -89,7 +89,7 @@ static dissector_handle_t data_handle;
/*
* Unfortunately, we have to have a forward declaration of this,
- * as the code generated by asn2eth includes a call before the
+ * as the code generated by asn2wrs includes a call before the
* definition.
*/
static int dissect_spnego_PrincipalSeq(gboolean implicit_tag, tvbuff_t *tvb,