aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index b40ef763f5..1a06a3fdfc 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -60,7 +60,7 @@ typedef enum {
typedef struct _smb2_saved_info_t {
guint8 smb2_class;
guint8 infolevel;
- guint64 seqnum;
+ guint64 msg_id;
guint32 frame_req, frame_res;
nstime_t req_time;
e_ctx_hnd policy_hnd; /* for eo_smb tracking */
@@ -165,14 +165,14 @@ typedef struct _smb2_info_t {
guint32 status;
guint32 tid;
guint64 sesid;
- gint64 seqnum;
+ gint64 msg_id;
guint32 flags;
smb2_eo_file_info_t *eo_file_info; /* eo_smb extra info */
smb2_conv_info_t *conv;
smb2_saved_info_t *saved;
smb2_tid_info_t *tree;
smb2_sesid_info_t *session;
- proto_tree *top_tree;
+ proto_tree *top_tree;
} smb2_info_t;
/* for transform content information */