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.