aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-21 07:17:36 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-21 07:17:36 +0000
commit33744a7f2b04caeabf0afa2914293be52b31515c (patch)
tree24c897119dc505bd6049751c47dd622bf23938a8 /epan/dissectors/packet-smb.h
parent8823ed5fb7f5f6d5d4747aa81b36f41e4da12ea8 (diff)
add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write
what offset/length was requested git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21858 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 2609ba569e..272c960563 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -206,7 +206,8 @@ typedef enum {
SMB_EI_T2I, /* smb_transact2_info_t * */
SMB_EI_TIDNAME, /* tid tracking char * */
SMB_EI_FILEDATA, /* fid tracking */
- SMB_EI_UID /* smb_uid_t */
+ SMB_EI_UID, /* smb_uid_t */
+ SMB_EI_RWINFO /* read/write offset/count info */
} smb_extra_info_t;
typedef struct _smb_fid_into_t smb_fid_info_t;
typedef struct {