Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-scsi-mmc.h
1
/* packet-scsi-mmc.h
2
* Ronnie sahlberg 2006
3
*
4
* Wireshark - Network traffic analyzer
5
* By Gerald Combs <
[email protected]
>
6
* Copyright 2002 Gerald Combs
7
*
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef __PACKET_SCSI_MMC_H_
12
#define __PACKET_SCSI_MMC_H_
13
14
#include <epan/dissectors/packet-scsi.h>
15
16
extern
int
hf_scsi_mmc_opcode;
17
extern
const
scsi_cdb_table_t scsi_mmc_table[256];
18
19
WS_DLL_PUBLIC value_string_ext scsi_mmc_vals_ext;
20
21
#endif
Generated by
1.15.0