hi all,

I must create a voip sniffer (to capture communication VOIP on the network) and then to convert them into audio format.
I succeeded in preparing a sniffer in C++ (by using the library winpcap) to:
1- capture network traffic
2-filtre UDP trafic
3-Read ethernet,ip and udp header.

But I do not know how to advance now how to convert this pacquet.
Please Help me.
(Sorry for my bad english)
Thank you a lot