>I noticed that inside capture file there
>were also packets not belonging to RTP protocol such as ping, telnet and so
>much... I want to ask you if i have made a mistake or this is a bug and if
>there is a solution to this problem. Is it possible to dump only rtp
>packets?
The -T flag only affects the parsing, not capturing. If you want to
capture only certain packets, you need to give tcpdump a filter (see
the man page). Your filter for capturing RTP might look something like
"host ____ and ( udp port ___ or udp port ___ )".
Bill
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe