aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-24 05:09:53 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-24 05:09:53 +0000
commit77ed1b8c8692d9068fe081fb807657131a02c273 (patch)
tree12f620a31c7bad10291e89b43a515de3cb72bc05 /epan/dissectors/packet-smb.h
parentd20284f2bfcedb300b351997740eaa6008130207 (diff)
add a missing change from the previous commit
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21548 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index e229c7da73..4a3fa72bdb 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -259,6 +259,9 @@ typedef struct conv_tables {
/* track tid to fidstruct (sharename/shareframe/unshareframe */
emem_tree_t *tid_tree;
+
+ /* track uid to username mappings */
+ emem_tree_t *uid_tree;
} conv_tables_t;
typedef struct smb_info {