https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4455
--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-02-07 17:23:22 PST ---
(In reply to comment #4)
> Also:
>
> I removed the following from proto_register_applemidi()
>
> heur_dissector_add( "udp", dissect_applemidi_heur, proto_applemidi );
>
> since it just adds the dissector on port 0.
>
Oops: I meant: I removed ...
dissector_add( "udp.port" , udp_port, applemidi_handle );
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.