From 8bdeee9fe7a20d445e42226bc212844e3478a3eb Mon Sep 17 00:00:00 2001 From: sahlberg Date: Mon, 7 May 2007 09:07:29 +0000 Subject: add dissection of smb1 ioctl data by tying it into the dissectors for ioctl data that already exists for smb2 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21713 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-smb2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-smb2.h') diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h index 233a17db13..86398d0b80 100644 --- a/epan/dissectors/packet-smb2.h +++ b/epan/dissectors/packet-smb2.h @@ -101,5 +101,6 @@ typedef struct _smb2_info_t { int dissect_smb2_FILE_OBJECTID_BUFFER(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset); int dissect_smb2_ioctl_function(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset, guint32 *ioctl_function); +void dissect_smb2_ioctl_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree *top_tree, guint32 ioctl_function, gboolean data_in); #endif -- cgit v1.2.3