hi. Is wireshark support G723.1 over RTP?in RTP protocol , payloay.type ==4 assign for g723 or g723.1? This question is marked "community wiki". asked 30 May '17, 02:33 ghader edited 30 May '17, 06:10 |
One Answer:
Currently? No. In future, maybe. answered 30 May '17, 02:58 Jaap ♦ |
thank you. i see if payloay.type ==4(G.723) then after RTP, G723.1 dissect remaining data? is it correct? in packet-g723.c i see :
dissector_add_uint("rtp.pt", PT_G723, g723_handle);
col_set_str(pinfo->cinfo, COL_PROTOCOL, "G.723.1");
in RTP protocol , payloay.type ==4 assign for g723 or g723.1?