From 1e0405a3a33668924e3ebd1a9b3cef37df07430e Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 25 Oct 2013 23:59:30 +0000 Subject: Remove SMB's use of private_data and just pass the data through all of the dissection functions svn path=/trunk/; revision=52856 --- epan/dissectors/packet-smb-mailslot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-smb-mailslot.h') diff --git a/epan/dissectors/packet-smb-mailslot.h b/epan/dissectors/packet-smb-mailslot.h index b6eda8b902..31e0451ceb 100644 --- a/epan/dissectors/packet-smb-mailslot.h +++ b/epan/dissectors/packet-smb-mailslot.h @@ -29,6 +29,6 @@ gboolean dissect_mailslot_smb(tvbuff_t *total_tvb, tvbuff_t *setup_tvb, tvbuff_t *tvb, const char *mailslot, - packet_info *pinfo, proto_tree *tree); + packet_info *pinfo, proto_tree *tree, smb_info_t* smb_info); #endif -- cgit v1.2.3