aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-07-26 10:01:42 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-07-26 10:01:42 +0000
commit9ed0d80bfccbf55437692c3f9385a879f25330af (patch)
tree04f4a2c6f73a0e613f1b168fabe1f1a01ee4538b /epan/dissectors/packet-fcels.h
parent40c841279f184982aa7b023f5ce4e7a4f036ea4e (diff)
add iFCP ELS UNBIND dissection
svn path=/trunk/; revision=15087
Diffstat (limited to 'epan/dissectors/packet-fcels.h')
-rw-r--r--epan/dissectors/packet-fcels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fcels.h b/epan/dissectors/packet-fcels.h
index 0d2c6fa0cf..34e0683d95 100644
--- a/epan/dissectors/packet-fcels.h
+++ b/epan/dissectors/packet-fcels.h
@@ -58,6 +58,7 @@
#define FC_ELS_RPSC 0x7D
#define FC_ELS_AUTH 0x90
#define FC_ELS_CBIND 0xE0
+#define FC_ELS_UNBIND 0xE4
static const value_string fc_els_proto_val[] = {
{FC_ELS_LSRJT , "LS_RJT"},
@@ -92,6 +93,7 @@ static const value_string fc_els_proto_val[] = {
{FC_ELS_RPSC , "RPSC"},
{FC_ELS_AUTH , "AUTH"},
{FC_ELS_CBIND , "CBIND"},
+ {FC_ELS_UNBIND , "UNBIND"},
{0, NULL},
};