/* packet-fcp.h * Fibre Channel SCSI (FCP) Protocol definitions * Copyright 2001 Dinesh G Dutt (ddutt@cisco.com) * * Wireshark - Network traffic analyzer * By Gerald Combs * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __PACKET_FCP_H_ #define __PACKET_FCP_H_ #define FCP_DEF_CMND_LEN 32 /* by default cmnd is 32 bytes */ #define FCP_DEF_RSP_LEN 24 /* default FCP_RSP len */ #endif