https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15910

--- Comment #21 from Pascal Quantin <pas...@wireshark.org> ---
A quick and dirty fix is to use instead

        if (pinfo->ptype != PT_TCP || proto_is_frame_protocol(pinfo->layers,
"mqtt")) {
                /* Assume UDP */
                return dissect_coap_message(tvb, pinfo, tree, FALSE, FALSE);
        }

but this is not very generic and I do not know how many protocols can
encapsulate CoAP.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to