예제 #1
0
/* RFC 1094, Page 25,26 */
static int
dissect_mount1_mnt_reply(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, void* data)
{
	offset = dissect_fhstatus(tvb,offset,pinfo,tree,(rpc_call_info_value*)data);

	return offset;
}
예제 #2
0
/* RFC 1094, Page 25,26 */
static int
dissect_mount1_mnt_reply(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
	offset = dissect_fhstatus(tvb,offset,pinfo,tree);

	return offset;
}
예제 #3
0
/* RFC 1094, Page 25,26 */
static int
dissect_mount1_mnt_reply(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
	return dissect_fhstatus(tvb,0,pinfo,tree,(rpc_call_info_value*)data);
}