aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-05 21:22:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-05 21:22:06 +0000
commit7e5f31b6a03c9c94d2c2f2308c86a0ee948ab0f4 (patch)
treef451d4086c7d432f4aa3cdd74dc7abb74566867f /epan/dissectors/packet-smb2.h
parente6dd4f9631f29fe8af3258953a3ff66777e7862d (diff)
updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown bytes in smb for objectid)
svn path=/trunk/; revision=16682
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index 6e1127dccb..f643eb181d 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -92,4 +92,7 @@ typedef struct _smb2_info_t {
proto_tree *top_tree;
} smb2_info_t;
+
+int dissect_smb2_FILE_OBJECTID_BUFFER(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset);
+
#endif