Hi!
and the protocol is RTP how do I get for example the SSRC field value. I'm trying with edt->tree... but the compiler doesn't agree.
Do I need to do the whole stuff like:
proto_registrar_get_byname("rtp.ssrc");
for (ptree_node = g_node_first_child(protocol_tree);
ptree_node != NULL;
ptree_node = g_node_next_sibling(ptree_node)) {
....Thanks a lot for any help, Miha
Powered by MHonArc 2.6.10