Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-fcp.h
1 /* packet-fcp.h
2  * Fibre Channel SCSI (FCP) Protocol definitions
3  * Copyright 2001 Dinesh G Dutt (ddutt@cisco.com)
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef __PACKET_FCP_H_
13 #define __PACKET_FCP_H_
14 
15 #define FCP_DEF_CMND_LEN 32 /* by default cmnd is 32 bytes */
16 #define FCP_DEF_RSP_LEN 24 /* default FCP_RSP len */
17 
18 #endif