11#ifndef __PACKET_SCSI_OSD_H_
12#define __PACKET_SCSI_OSD_H_
14#include <epan/dissectors/packet-scsi.h>
15#include "ws_symbol_export.h"
17#define SCSI_OSD_OPCODE 0x7f
19WS_DLL_PUBLIC value_string_ext attributes_page_vals_ext;
23typedef void (*attribute_dissector)(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
24 scsi_osd_lun_info_t *lun_info,
const attribute_page_numbers_t *att);
29 attribute_dissector dissector;
31 unsigned expected_length;
34const attribute_page_numbers_t *
35osd_lookup_attribute(uint32_t page, uint32_t number);
37extern int hf_scsi_osd_opcode;
38extern const scsi_cdb_table_t scsi_osd_table[256];
39WS_DLL_PUBLIC value_string_ext scsi_osd_vals_ext;
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-scsi-osd.h:26
Definition packet-scsi-osd.c:177