aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2012-05-22 05:48:55 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2012-05-22 05:48:55 +0000
commit4ded3c7fe08d78369c44d1ddb06f4f4b7735f99c (patch)
tree9efa16cf73b435a21b0a728a4209962dee1e2c67 /epan/dissectors/packet-smb2.h
parentcf0a6d0b965bdf2910d2cc0c191506efb0418eb0 (diff)
SMB2: Add dissection of the encrypted SMB2 headers
From Matthieu Patou <mat@matws.net> svn path=/trunk/; revision=42768
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index 6648c6df25..78f8569502 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -107,6 +107,15 @@ typedef struct _smb2_info_t {
proto_tree *top_tree;
} smb2_info_t;
+/* for transform content information */
+
+typedef struct _smb2_transform_info_t {
+ guint8 nonce[16];
+ guint32 size;
+ guint16 alg;
+ guint8 session_id[8];
+} smb2_transform_info_t;
+
int dissect_smb2_FILE_OBJECTID_BUFFER(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset);
int dissect_smb2_ioctl_function(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset, guint32 *ioctl_function);