From Andrew Esh: typo fix in iSCSI dissector.

svn path=/trunk/; revision=6631
This commit is contained in:
Guy Harris 2002-11-14 19:08:17 +00:00
parent 71f6ebae44
commit e079796e86
2 changed files with 3 additions and 2 deletions

View File

@ -1249,6 +1249,7 @@ Andrew Esh <Andrew.Esh[AT]tricord.com> {
TRANS2_QUERY_FS_INFORMATION, and fix handling of level 1022
to treat the file name as always being in Unicode
Fix a compiler warning
Typo fix in iSCSI dissector
}
Greg Morris <GMORRIS[AT]novell.com> {

View File

@ -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"},