summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-09-24 16:16:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-09-24 16:16:01 +0000
commit0536955ab3c2d004586285da4fa288acac58eb6c (patch)
tree3e7e10119b3bc3888febc20e479a39ffd8d7a4ba /epan/dissectors/packet-smb.h
parentba3f1eaa5a3310df75fcf430c2a738a524e679a4 (diff)
downloadwireshark-0536955ab3c2d004586285da4fa288acac58eb6c.tar.gz
track smb dialects between negprot request to the responses so we can
show the name of the selected dialect in the response and not just the index svn path=/trunk/; revision=26263
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 18b9e776a2..11b9432458 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -210,7 +210,8 @@ typedef enum {
SMB_EI_UID, /* smb_uid_t */
SMB_EI_RWINFO, /* read/write offset/count info */
SMB_EI_LOCKDATA, /* locking and x data */
- SMB_EI_RENAMEDATA /* renaame data */
+ SMB_EI_RENAMEDATA, /* rename data */
+ SMB_EI_DIALECTS /* negprot dialects */
} smb_extra_info_t;
typedef struct _smb_fid_into_t smb_fid_info_t;
typedef struct {