I need to decode a pcap file as T.30 using wireshark. In supported formats, wireshark has listed T.30. So it should be possible to decode the packets as T.30 messages. Could anybody please help me out how? asked 26 Jun '13, 23:31 narasimha edited 27 Jun '13, 13:38 Guy Harris ♦♦ |
No, the first of those statements does not imply the second. Wireshark only supports T.30 messages when encapsulated in T.38 fax-over-IP packets. Does your pcap file contain regular networking traffic, including T.38, or does it contain some form of raw T.30 messages?
My pcap has only T30 fax messages.. Could you tell me how to decode the T30 messages when its encapsulated in T.38 fax-over-IP packets?
Are those:
T.30 messages encapsulated in UDP..
sorry. those t30 messages are sent in an rtp stream. And i need to decode those..