aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcp.h
blob: 61f174ae0be83ae9e178902231fffa845df73123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* packet-fcp.h
 * Fibre Channel SCSI (FCP) Protocol definitions
 * Copyright 2001 Dinesh G Dutt (ddutt@cisco.com)
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * 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