Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7286] Artnet, RDM and DMX dissector updates

Date: Mon, 28 May 2012 12:41:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7286

--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> 2012-05-28 12:41:34 PDT ---
packet-dmx.c does

    dmx_handle = create_dissector_handle(dissect_dmx, proto_dmx);

but never does anything with the dissector handle, and there's no obvious
find_dissector() call that would be looking for the packet-dmx.c dissector.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.