aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-03 11:49:17 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-03 11:49:17 +0000
commit4ce630cead1105329562686614e4d56437a71135 (patch)
tree9ce1a89d49c3e65f9b2b34fa672eb14258ea850e /epan
parent66a8e6aa5d9004e4ef87de336f311c932203433b (diff)
Fix checkhf error in packet-smb2.c file.
Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_data_length => Add in Revision #16546 and never used Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_file_name_info => Add in Revision #25371 and never used Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_security_blob_len => Remove in Revision #16557 Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_response_buffer_offset => Remove in Revision #21793 Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_security_blob_offset => Remove in Revision #16557 Unused entry: epan/dissectors/packet-smb2.c, hf_smb2_response_size => Remove in Revision #16605 svn path=/trunk/; revision=39243
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-smb2.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index bcb8eabeb4..6642860bc5 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -69,9 +69,6 @@ static int hf_smb2_flags_dfs_op = -1;
static int hf_smb2_flags_chained = -1;
static int hf_smb2_flags_signature = -1;
static int hf_smb2_chain_offset = -1;
-static int hf_smb2_response_buffer_offset = -1;
-static int hf_smb2_security_blob_offset = -1;
-static int hf_smb2_security_blob_len = -1;
static int hf_smb2_security_blob = -1;
static int hf_smb2_ioctl_in_data = -1;
static int hf_smb2_ioctl_out_data = -1;
@@ -116,7 +113,6 @@ static int hf_smb2_max_response_size = -1;
static int hf_smb2_max_ioctl_in_size = -1;
static int hf_smb2_max_ioctl_out_size = -1;
static int hf_smb2_required_buffer_size = -1;
-static int hf_smb2_response_size = -1;
static int hf_smb2_setinfo_size = -1;
static int hf_smb2_setinfo_offset = -1;
static int hf_smb2_file_basic_info = -1;
@@ -163,7 +159,6 @@ static int hf_smb2_create_disposition = -1;
static int hf_smb2_create_chain_offset = -1;
static int hf_smb2_create_chain_data = -1;
static int hf_smb2_data_offset = -1;
-static int hf_smb2_data_length = -1;
static int hf_smb2_extrainfo = -1;
static int hf_smb2_create_action = -1;
static int hf_smb2_create_rep_flags = -1;
@@ -291,7 +286,6 @@ static int hf_smb2_short_name_len = -1;
static int hf_smb2_short_name = -1;
static int hf_smb2_id_both_directory_info = -1;
static int hf_smb2_full_directory_info = -1;
-static int hf_smb2_file_name_info = -1;
static int hf_smb2_lock_info = -1;
static int hf_smb2_lock_length = -1;
static int hf_smb2_lock_flags = -1;
@@ -6545,9 +6539,6 @@ proto_register_smb2(void)
{ &hf_smb2_max_ioctl_in_size,
{ "Max Ioctl In Size", "smb2.max_ioctl_in_size", FT_UINT32, BASE_DEC,
NULL, 0, "SMB2 Maximum ioctl out size", HFILL }},
- { &hf_smb2_response_size,
- { "Response Size", "smb2.response_size", FT_UINT32, BASE_DEC,
- NULL, 0, "SMB2 response size", HFILL }},
{ &hf_smb2_required_buffer_size,
{ "Required Buffer Size", "smb2.required_size", FT_UINT32, BASE_DEC,
NULL, 0, "SMB2 required buffer size", HFILL }},
@@ -6579,18 +6570,6 @@ proto_register_smb2(void)
{ "Filename Length", "smb2.filename.len", FT_UINT32, BASE_DEC,
NULL, 0, "Length of the file name", HFILL }},
- { &hf_smb2_security_blob_len,
- { "Security Blob Length", "smb2.security_blob_len", FT_UINT16, BASE_DEC,
- NULL, 0, NULL, HFILL }},
-
- { &hf_smb2_security_blob_offset,
- { "Security Blob Offset", "smb2.security_blob_offset", FT_UINT16, BASE_HEX,
- NULL, 0, "Offset into the SMB2 PDU of the blob", HFILL }},
-
- { &hf_smb2_response_buffer_offset,
- { "Response Buffer Offset", "smb2.response_buffer_offset", FT_UINT16, BASE_HEX,
- NULL, 0, "Offset of the response buffer", HFILL }},
-
{ &hf_smb2_data_offset,
{ "Data Offset", "smb2.data_offset", FT_UINT16, BASE_HEX,
NULL, 0, "Offset to data", HFILL }},
@@ -6943,10 +6922,6 @@ proto_register_smb2(void)
{ "Share Mask Hint", "smb2.lease.share_mask_hint", FT_UINT32, BASE_HEX,
NULL, 0, NULL, HFILL }},
- { &hf_smb2_data_length,
- { "Data Length", "smb2.create.data_length", FT_UINT32, BASE_DEC,
- NULL, 0, "Length Data or 0", HFILL }},
-
{ &hf_smb2_next_offset,
{ "Next Offset", "smb2.next_offset", FT_UINT32, BASE_DEC,
NULL, 0, "Offset to next buffer or 0", HFILL }},
@@ -7418,9 +7393,6 @@ proto_register_smb2(void)
{ &hf_smb2_short_name,
{ "Short Name", "smb2.shortname", FT_STRING, BASE_NONE,
NULL, 0, NULL, HFILL }},
- { &hf_smb2_file_name_info,
- { "FileNameInfo", "smb2.find.name_info", FT_NONE, BASE_NONE,
- NULL, 0, NULL, HFILL }},
{ &hf_smb2_lock_info,
{ "Lock Info", "smb2.lock_info", FT_NONE, BASE_NONE,