General cleanup of whitespace formatting.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44543 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
wmeier 2012-08-16 18:06:57 +00:00
parent 50438fdc35
commit 014d087e6e
1 changed files with 750 additions and 750 deletions

View File

@ -4879,11 +4879,11 @@ dissect_smb2_DHnC_buffer_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree
static void
dissect_smb2_DH2Q_buffer_request(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, smb2_info_t *si _U_)
{
int offset = 0;
static const int *dh2x_flags_fields[] = {
&hf_smb2_dh2x_buffer_flags_persistent_handle,
NULL
};
int offset = 0;
proto_item *item = NULL;
proto_item *sub_item = NULL;
proto_item *sub_tree = NULL;
@ -5251,11 +5251,11 @@ dissect_smb2_create_extra_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *pa
guint16 chain_offset;
int offset = 0;
int len = -1;
create_context_data_dissectors_t *dissectors = NULL;
create_context_data_dissector_t dissector = NULL;
proto_item *sub_item = NULL;
proto_tree *sub_tree = NULL;
proto_item *parent_item = NULL;
create_context_data_dissectors_t *dissectors = NULL;
create_context_data_dissector_t dissector = NULL;
struct create_context_data_tag_dissectors *tag_dissectors;
chain_offset = tvb_get_letohl(tvb, offset);
@ -5949,7 +5949,6 @@ static const value_string smb2_cmd_vals[] = {
{ 0xFF, "unknown-0xFF" },
{ 0x00, NULL },
};
value_string_ext smb2_cmd_vals_ext = VALUE_STRING_EXT_INIT(smb2_cmd_vals);
static const char *decode_smb2_name(guint16 cmd)
@ -6273,6 +6272,7 @@ dissect_smb2_transform_header(packet_info *pinfo _U_, proto_tree *tree,
guint8 *decryption_key = NULL;
#endif
proto_item *item;
static const int *sf_fields[] = {
&hf_smb2_encryption_aes128_ccm,
NULL
@ -6791,8 +6791,8 @@ dissect_smb2(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, gboolea
/* Decode the payload */
offset = dissect_smb2_command(pinfo, tree, tvb, offset, si);
} else {
proto_item *enc_item=NULL;
proto_tree *enc_tree=NULL;
proto_item *enc_item;
proto_tree *enc_tree;
tvbuff_t *enc_tvb = NULL;
tvbuff_t *plain_tvb = NULL;