This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

G723 or G723.1 over RTP

0

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's gravatar image

ghader
61141620
accept rate: 0%

edited 30 May '17, 06:10


One Answer:

0

Currently? No. In future, maybe.

answered 30 May '17, 02:58

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

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?

(30 May '17, 04:16) ghader