4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 2002 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __PACKET_SCSI_MMC_H_
12 #define __PACKET_SCSI_MMC_H_
14 extern int hf_scsi_mmc_opcode
;
15 extern const scsi_cdb_table_t scsi_mmc_table
[256];
17 WS_DLL_PUBLIC value_string_ext scsi_mmc_vals_ext
;