aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-04 06:42:17 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-04 06:42:17 +0000
commitdb699d12c84f42507c740e12ab710abb21a77a16 (patch)
tree7e72db0184fec9aa2648e581f187a230cf7b75fe /epan/dissectors/packet-iscsi.c
parentd6c7ebee866e72124d0e1f62e8c84570435a0b74 (diff)
From Alexis La Goutte:
Remove unused header fields. svn path=/trunk/; revision=34771
Diffstat (limited to 'epan/dissectors/packet-iscsi.c')
-rw-r--r--epan/dissectors/packet-iscsi.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/epan/dissectors/packet-iscsi.c b/epan/dissectors/packet-iscsi.c
index 5c74108372..076d6d382f 100644
--- a/epan/dissectors/packet-iscsi.c
+++ b/epan/dissectors/packet-iscsi.c
@@ -99,7 +99,6 @@ static int hf_iscsi_request_frame = -1;
static int hf_iscsi_data_in_frame = -1;
static int hf_iscsi_data_out_frame = -1;
static int hf_iscsi_response_frame = -1;
-static int hf_iscsi_AHS = -1;
static int hf_iscsi_AHS_length = -1;
static int hf_iscsi_AHS_type = -1;
static int hf_iscsi_AHS_blob = -1;
@@ -108,8 +107,6 @@ static int hf_iscsi_AHS_extended_cdb = -1;
static int hf_iscsi_Padding = -1;
static int hf_iscsi_ping_data = -1;
static int hf_iscsi_immediate_data = -1;
-static int hf_iscsi_write_data = -1;
-static int hf_iscsi_read_data = -1;
static int hf_iscsi_error_pdu_data = -1;
static int hf_iscsi_async_event_data = -1;
static int hf_iscsi_vendor_specific_data = -1;
@@ -127,7 +124,6 @@ static int hf_iscsi_SCSICommand_R = -1;
static int hf_iscsi_SCSICommand_W = -1;
static int hf_iscsi_SCSICommand_Attr = -1;
static int hf_iscsi_SCSICommand_CRN = -1;
-static int hf_iscsi_SCSICommand_AddCDB = -1;
static int hf_iscsi_DataSegmentLength = -1;
static int hf_iscsi_TotalAHSLength = -1;
static int hf_iscsi_LUN = -1;
@@ -175,8 +171,6 @@ static int hf_iscsi_ISID_d = -1;
/* #endif */
static int hf_iscsi_TSID = -1;
static int hf_iscsi_TSIH = -1;
-static int hf_iscsi_InitStatSN = -1;
-static int hf_iscsi_InitCmdSN = -1;
/* #ifdef DRAFT09 */
static int hf_iscsi_Login_X = -1;
/* #endif */
@@ -2497,12 +2491,6 @@ proto_register_iscsi(void)
{ "Response in", "iscsi.response_frame",
FT_FRAMENUM, BASE_NONE, NULL, 0,
"The response to this transaction is in this frame", HFILL }},
-
- { &hf_iscsi_AHS,
- { "AHS", "iscsi.ahs",
- FT_BYTES, BASE_NONE, NULL, 0,
- "Additional header segment", HFILL }
- },
{ &hf_iscsi_AHS_length,
{ "AHS Length", "iscsi.ahs.length",
FT_UINT16, BASE_DEC, NULL, 0,
@@ -2543,16 +2531,6 @@ proto_register_iscsi(void)
FT_BYTES, BASE_NONE, NULL, 0,
"Immediate Data", HFILL }
},
- { &hf_iscsi_write_data,
- { "WriteData", "iscsi.writedata",
- FT_BYTES, BASE_NONE, NULL, 0,
- "Write Data", HFILL }
- },
- { &hf_iscsi_read_data,
- { "ReadData", "iscsi.readdata",
- FT_BYTES, BASE_NONE, NULL, 0,
- "Read Data", HFILL }
- },
{ &hf_iscsi_error_pdu_data,
{ "ErrorPDUData", "iscsi.errorpdudata",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -2630,11 +2608,6 @@ proto_register_iscsi(void)
FT_UINT8, BASE_HEX, NULL, 0,
"SCSI command reference number", HFILL }
},
- { &hf_iscsi_SCSICommand_AddCDB,
- { "AddCDB", "iscsi.scsicommand.addcdb",
- FT_UINT8, BASE_HEX, NULL, 0,
- "Additional CDB length (in 4 byte units)", HFILL }
- },
{ &hf_iscsi_DataSegmentLength,
{ "DataSegmentLength", "iscsi.datasegmentlength",
FT_UINT32, BASE_HEX, NULL, 0,
@@ -2861,16 +2834,6 @@ proto_register_iscsi(void)
FT_UINT16, BASE_HEX, NULL, 0,
"Target session identifying handle", HFILL }
},
- { &hf_iscsi_InitStatSN,
- { "InitStatSN", "iscsi.initstatsn",
- FT_UINT32, BASE_HEX, NULL, 0,
- "Initial status sequence number", HFILL }
- },
- { &hf_iscsi_InitCmdSN,
- { "InitCmdSN", "iscsi.initcmdsn",
- FT_UINT32, BASE_HEX, NULL, 0,
- "Initial command sequence number", HFILL }
- },
{ &hf_iscsi_Login_T,
{ "T", "iscsi.login.T",
FT_BOOLEAN, 8, TFS(&iscsi_meaning_T), 0x80,