aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-21 07:17:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-21 07:17:36 +0000
commit52143e84d0aacc2b18e94905509e050d08b6c7ef (patch)
tree24c897119dc505bd6049751c47dd622bf23938a8 /epan/dissectors/packet-smb.h
parent274ef386b08284dd768beb514bbb2b2c2328182b (diff)
add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write
what offset/length was requested svn path=/trunk/; revision=21858
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 {