ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4455] AppleMIDI - dissector for lightweight session protoc

Date: Sun, 7 Feb 2010 17:23:23 -0800 (PST)
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.