sdes_copy_entry


Description:

public bool sdes_copy_entry (out SDESType type, out uint8[] data)

This function is like sdes_get_entry but it returns a null-terminated copy of the data instead.

use g_free after usage.

Parameters:

this

a valid SDES Packet

type

result of the entry type

data

result entry data

len

result length of the entry data

Returns:

true if there was valid data.