aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-07 21:30:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-07 21:30:21 +0000
commit3cb23ec4f80d5eae31c3331863ea0213967cfdb6 (patch)
tree04a3858600eecc2cd2bed55b8208b6520bec9a6b /epan/dissectors/packet-smb2.h
parent250a7011441254ebc376da932064760e0e5e890a (diff)
smb2 signing
add dissection of the "Signature present" bit and the 16 byte signature field in the header svn path=/trunk/; revision=17206
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index fd238d4995..5f471d24e5 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -82,6 +82,7 @@ typedef struct _smb2_conv_info_t {
*/
#define SMB2_FLAGS_RESPONSE 0x00000001
#define SMB2_FLAGS_PID_VALID 0x00000002
+#define SMB2_FLAGS_SIGNATURE 0x00000008
typedef struct _smb2_info_t {
guint16 opcode;
guint32 ioctl_function;