aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-17 13:43:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-17 13:43:22 +0000
commit1b809cfcd70c410c0431ddd880b1d14c82076932 (patch)
tree682e023600e43ae6b827219f32efb27de4021154 /epan/dissectors/packet-smb.h
parent675d0862b5bf0870dbbdade0607cbec16acc3ec9 (diff)
add full dissection of fs_[volume|size|device|atrtibute]_info
svn path=/trunk/; revision=16536
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index d6ea4737b5..00e911be28 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -297,4 +297,9 @@ extern const value_string oa_open_vals[];
extern int dissect_security_information_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
+extern int dissect_qfsi_FS_VOLUME_INFO(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, int offset, guint16 *bcp, int unicode);
+extern int dissect_qfsi_FS_SIZE_INFO(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, int offset, guint16 *bcp);
+extern int dissect_qfsi_FS_DEVICE_INFO(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, int offset, guint16 *bcp);
+extern int dissect_qfsi_FS_ATTRIBUTE_INFO(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, int offset, guint16 *bcp, int unicode);
+
#endif