LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   RTP Pakcets (https://www.linuxquestions.org/questions/linux-kernel-70/rtp-pakcets-836641/)

Abid Malik 10-06-2010 06:26 PM

RTP Pakcets
 
Hi Everyone!

i want to know that how can we capture RTP packets from kernel stack. I mean that when we are using IP Telephony. There is a transformation of voice through RTP packets. So, i need to capture them. How can i do that please send me some piece of code or any logical concept.

nini09 10-08-2010 02:28 PM

You can monitor RTCP packet payload and get RTP port. And then you can capture RTP packet.

Mara 10-09-2010 04:51 PM

RTP packets are UDP. You can get libpcap to do this. Or you can run a tool like wireshark and set the right filter.

swap_chau 10-12-2010 02:19 AM

You can use ethereal or wireshark to capture any packet and you can analyze it as well. It shows all fields of packet separately.


All times are GMT -5. The time now is 12:35 AM.