aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-14 19:08:17 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-14 19:08:17 +0000
commite079796e86eb5e64cbe91c58a551bef02f904a67 (patch)
treec470b60f12c59e20c1939e746d037480b2ec505e /packet-iscsi.c
parent71f6ebae442a2f4068a0b10b9635333ae5e1ac68 (diff)
From Andrew Esh: typo fix in iSCSI dissector.
svn path=/trunk/; revision=6631
Diffstat (limited to 'packet-iscsi.c')
-rw-r--r--packet-iscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-iscsi.c b/packet-iscsi.c
index 14ec4953a7..9cbbbdefa0 100644
--- a/packet-iscsi.c
+++ b/packet-iscsi.c
@@ -2,7 +2,7 @@
* Routines for iSCSI dissection
* Copyright 2001, Eurologic and Mark Burton <markb@ordern.com>
*
- * $Id: packet-iscsi.c,v 1.40 2002/09/26 08:20:22 sahlberg Exp $
+ * $Id: packet-iscsi.c,v 1.41 2002/11/14 19:08:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -403,7 +403,7 @@ static const value_string iscsi_login_status[] = {
{0x0101, "Target moved temporarily"},
{0x0102, "Target moved permanently"},
{0x0200, "Initiator error (miscellaneous error)"},
- {0x0201, "Athentication failed"},
+ {0x0201, "Authentication failed"},
{0x0202, "Authorisation failure"},
{0x0203, "Target not found"},
{0x0204, "Target removed"},