summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-22 23:05:25 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-22 23:05:25 +0000
commitbc33880788423e38d44e876a67c3643ef2186169 (patch)
treee20f9381f55ff6b11b98fae64c7648ea0dac1953 /epan/dissectors/packet-smb.h
parent8724d742a206183adac66ca29159282cc06ab715 (diff)
downloadwireshark-bc33880788423e38d44e876a67c3643ef2186169.tar.gz
show the filename that was to be deleted in the Delete reply
svn path=/trunk/; revision=21897
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 00bf21fb23..2f1fd042f7 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -207,6 +207,7 @@ typedef enum {
SMB_EI_T2I, /* smb_transact2_info_t * */
SMB_EI_TIDNAME, /* tid tracking char * */
SMB_EI_FILEDATA, /* fid tracking */
+ SMB_EI_FILENAME, /* filename tracking */
SMB_EI_UID, /* smb_uid_t */
SMB_EI_RWINFO /* read/write offset/count info */
} smb_extra_info_t;