aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-12 10:07:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-12 10:07:12 +0000
commit8b68d910396dbcbbcfdc444475c2dacfb1f224d2 (patch)
tree60c4195ce32b6e17066b536b9bef4f0dc2447d9a /epan/dissectors/packet-smb.h
parent65a12455f8c8090a8f7b53aaf4cfe101abcf8661 (diff)
downloadwireshark-8b68d910396dbcbbcfdc444475c2dacfb1f224d2.tar.gz
wireshark-8b68d910396dbcbbcfdc444475c2dacfb1f224d2.tar.bz2
wireshark-8b68d910396dbcbbcfdc444475c2dacfb1f224d2.zip
dissect more of Close request/response
svn path=/trunk/; revision=16487
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index cb545ca310..10e2714a9c 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -283,4 +283,6 @@ extern int dissect_ipc_state(tvbuff_t *tvb, proto_tree *parent_tree,
extern gboolean smb_dcerpc_reassembly;
+extern int dissect_file_attributes(tvbuff_t *tvb, proto_tree *parent_tree, int offset, int bytes);
+
#endif