In order to extract the RTP payload from a pcap file captured by wireshark, I'm using tshark with the command
this succeeded with the codecs g.729 and ilbc but with the codec g.723 it wasn't the case. I think that this problem is due to the fact that the field payload of the rtp protocol doesn't exist any more (when consulting the wireshark). asked 01 Sep '13, 10:27 basma |
One Answer:
o solve this problem you have just to disable the protocol g723 in wireshark in the item Enabled Protocols from the Analyze menu then the field "payload" will appear in the protocol rtp and the command
will succeed! answered 02 Sep '13, 02:44 basma |