wireshark/epan/dissectors/packet-scsi-mmc.h
Dario Lombardo fe219637a6 dissectors: use SPDX identifiers.
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a
Reviewed-on: https://code.wireshark.org/review/25756
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-12 16:49:58 +00:00

20 lines
408 B
C

/* packet-scsi-mmc.h
* Ronnie sahlberg 2006
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2002 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __PACKET_SCSI_MMC_H_
#define __PACKET_SCSI_MMC_H_
extern int hf_scsi_mmc_opcode;
extern scsi_cdb_table_t scsi_mmc_table[256];
WS_DLL_PUBLIC value_string_ext scsi_mmc_vals_ext;
#endif