HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / epan / dissectors / packet-dcerpc-witness-cnf.h
blobd1bbbb41bc38f08e18444153b3d398d7bd90cbb4
1 struct notify_response {
2 guint32 length;
3 guint32 num;
4 guint32 type;
5 };
7 int
8 dissect_message_buffer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
9 proto_tree *tree, guint8 *drep, struct notify_response *resp);