aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-16 17:45:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-16 17:45:25 +0000
commit111a5963fefa7b031e4bb89ed6f42b1b44874bc0 (patch)
tree48ce00b639dd73499dcf21ca46e23bb9b6d24b38 /epan/dissectors/packet-smb.h
parented71ce44074c406c589aa3a46fb94c8fe2bd6747 (diff)
Use gsize for file offset.
svn path=/trunk/; revision=33237
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index dea3c0cb67..a8976777bd 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -189,7 +189,7 @@ typedef struct _smb_eo_t {
gchar *content_type;
guint32 payload_len;
const guint8 *payload_data;
- guint64 smb_file_offset;
+ gsize smb_file_offset;
guint32 smb_chunk_len;
} smb_eo_t;