Hi,
You may want to hardcode the payload type that your codec will do, or add a preference for the value.
Are you always using the same payload type number?
See packet-rtp-events.c (for RFC 2833 telephony events) as an example.
It registers a payload type entry in the table using
dissector_delete("
rtp.pt", saved_payload_type_value, rtp_events_handle);
But lets you change the payload type using a preference.
Hope this helps,
Martin
On Wed, May 7, 2008 at 5:41 PM, Antoine bousquet <
antoine_b16@xxxxxxxxxxx> wrote:
Hi,
I actually want to dissect it. It's an homemade payload for radio signal.
thanks,