On Sat, Jul 21, 2012 at 5:38 PM, Bill Meier <wmeier@xxxxxxxxxxx> wrote:
>> I'm not exactly sure what's up with the v150fw dissector, since
>> it defines a heuristic which is never used and registers in no tables.
>> The comments indicate it's carried over rtp, but rtp doesn't have a
>> heuristic table.
>
>
> FWIW: packet-rtp.c does register the v150fw dissector to the
> rtp dynamic payload type table.
>
> rtp_dyn_pt_dissector_table =
> register_dissector_table("rtp_dyn_payload_type",
> "Dynamic RTP payload type", FT_STRING, BASE_NONE);
Ah, thank you, I'd missed that.