aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-05 21:22:06 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-05 21:22:06 +0000
commitaeff6d66afd57fa54b461144046ae70eab75db78 (patch)
treef451d4086c7d432f4aa3cdd74dc7abb74566867f /epan/dissectors/packet-smb2.h
parentbb376c4621953aca5fe3908a025fa53c87e3fedc (diff)
updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown bytes in smb for objectid)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16682 f5534014-38df-0310-8fa8-9805f1628bb7
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