aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-25 23:59:30 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-25 23:59:30 +0000
commit1e0405a3a33668924e3ebd1a9b3cef37df07430e (patch)
tree7db7470ea02014908778561d80cf8d013d237747 /epan/dissectors/packet-smb-pipe.h
parent7a2de9f471d1057ff5f90cb450ae9fe44cc7648a (diff)
Remove SMB's use of private_data and just pass the data through all of the dissection functions
svn path=/trunk/; revision=52856
Diffstat (limited to 'epan/dissectors/packet-smb-pipe.h')
-rw-r--r--epan/dissectors/packet-smb-pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb-pipe.h b/epan/dissectors/packet-smb-pipe.h
index 6819c983bd..f86a0e56fb 100644
--- a/epan/dissectors/packet-smb-pipe.h
+++ b/epan/dissectors/packet-smb-pipe.h
@@ -29,9 +29,9 @@
extern gboolean
dissect_pipe_smb(tvbuff_t *sp_tvb, tvbuff_t *s_tvb, tvbuff_t *pd_tvb,
tvbuff_t *p_tvb, tvbuff_t *d_tvb, const char *pipe,
- packet_info *pinfo, proto_tree *tree);
+ packet_info *pinfo, proto_tree *tree, smb_info_t *smb_info);
gboolean
dissect_pipe_dcerpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
- proto_tree *tree, guint32 fid);
+ proto_tree *tree, guint32 fid, smb_info_t *smb_priv);
#endif