aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcbls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-09 06:24:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-09 06:24:32 +0000
commit8601b5b34cce36fa31e18112f46f9ccae42c3718 (patch)
treedfd6547ddac8883c5cbb962babab4eaa6c8c84cf /packet-fcbls.h
parent0a81e11c8ec11abab2cab9e2866e2b2fd5458ba6 (diff)
Show the routing part of R_CTL symbolically, if possible.
Show the lower 4 byts if R_CTL symbolically, if possible. svn path=/trunk/; revision=8003
Diffstat (limited to 'packet-fcbls.h')
-rw-r--r--packet-fcbls.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/packet-fcbls.h b/packet-fcbls.h
index cda0ca02cb..19ccd3db1d 100644
--- a/packet-fcbls.h
+++ b/packet-fcbls.h
@@ -2,7 +2,7 @@
* Fibre Channel Basic Link Services header
* Copyright 2001, Dinesh G Dutt <ddutt@cisco.com>
*
- * $Id: packet-fcbls.h,v 1.1 2002/12/08 02:32:17 gerald Exp $
+ * $Id: packet-fcbls.h,v 1.2 2003/07/09 06:24:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,16 +33,6 @@
#define FC_BLS_BARJT 0x05
#define FC_BLS_PRMT 0x06
-static const value_string fc_bls_proto_val[] = {
- {FC_BLS_NOP , "NOP"},
- {FC_BLS_ABTS , "ABTS"},
- {FC_BLS_RMC , "RMC"},
- {FC_BLS_BAACC , "BA_ACC"},
- {FC_BLS_BARJT , "BA_RJT"},
- {FC_BLS_PRMT , "PRMT"},
- {0, NULL},
-};
-
#define FC_BLS_BARJT_INVCMDCODE 0x01
#define FC_BLS_BARJT_LOGERR 0x03
#define FC_BLS_BARJT_LOGBSY 0x05