aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-05 21:38:41 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-05 21:38:41 +0000
commit8d64e65db2e9e1ba5b449aebc45ca135d17ee809 (patch)
tree460b7b9c252e214ed5350a4ab90f4c7dff5c1744 /epan/dissectors/packet-smb2.h
parent269f3044e56cb93e8e1f37530d85e1ebe6174054 (diff)
from metze
dissect smb2 break responses used by a server to break an oplock these unsolicited responses are sent with a commandseqnum of -1 so mark these in the header as unsolicited as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17820 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index 5f471d24e5..94e5394412 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -89,7 +89,7 @@ typedef struct _smb2_info_t {
guint32 status;
guint32 tid;
guint64 uid;
- guint64 seqnum;
+ gint64 seqnum;
guint32 flags;
smb2_conv_info_t *conv;
smb2_saved_info_t *saved;