Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Hi! Thanks for helping me out but even after changing the length value, I still get the same error. Malformed Packet: mDNS Here is the screenshot attached below i.ibb.co/xh1Z5QP/Screenshot-from-2022-01-31-14-42-02.png Commented Jan 31, 2022 at 9:14
  • 1
    Probably too late for you, but for others that look this up, the problem is likely a checksum or CRC somewhere that needs to be updated or disabled. Wireshark should tell you if you expand all the fields which one(s) it is. My guess is the UDP checksum (set it to all zeroes) or Ethernet FCS (see if Wireshark will show the expected value, then modify it). Commented May 20, 2022 at 11:58