aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcels.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-07 08:50:44 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-07 08:50:44 +0000
commit5e06fef2a22a424144a2d9242305883515b1d09b (patch)
treef9492f97b9b887a0434251e4cc576b2dbfd87664 /packet-fcels.h
parentf84d72f5fb4742e0775181fe6a9634dab26ae3de (diff)
From Dinesh Dutt:
- Added support for displaying support for Multicast/Broadcast supported bits in *LOGI common service params - Removed restriction for "Random Relative Offset" & its alternate to be in PLOGI or PDISC only. Some HBAs set it even in FLOGI. svn path=/trunk/; revision=8907
Diffstat (limited to 'packet-fcels.h')
-rw-r--r--packet-fcels.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-fcels.h b/packet-fcels.h
index 23d0f03f6f..a13a649aa9 100644
--- a/packet-fcels.h
+++ b/packet-fcels.h
@@ -2,7 +2,7 @@
* Fibre Channel Extended Link Services Definitions (ddutt@cisco.com)
* Copyright 2001, Dinesh G Dutt <ddutt@cisco.com>
*
- * $Id: packet-fcels.h,v 1.2 2003/10/30 02:06:11 guy Exp $
+ * $Id: packet-fcels.h,v 1.3 2003/11/07 08:50:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -155,6 +155,7 @@ static const value_string fc_els_rjt_val[] = {
#define FC_ELS_RJT_DET_INV_VCID 0x41
#define FC_ELS_RJT_DET_OORSRC_C4 0x42
#define FC_ELS_RJT_DET_INV_PNNAME 0x44
+#define FC_ELS_RJT_DET_AUTH_REQD 0x48
static const value_string fc_els_rjt_det_val[] = {
{FC_ELS_RJT_DET_NODET , "No further details"},
@@ -195,6 +196,8 @@ static const value_string fc_els_rjt_det_val[] = {
{FC_ELS_RJT_DET_INV_VCID , "VC_ID Not Found"},
{FC_ELS_RJT_DET_OORSRC_C4 , "No Resources to Support Class 4 Conn"},
{FC_ELS_RJT_DET_INV_PNNAME , "Invalid Port/Node Name"},
+ {FC_ELS_RJT_DET_AUTH_REQD , "Authentication Required"},
+ {0, NULL},
};
static const value_string fc_els_flacompliance_val[] = {