Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some MDNS packets lead to Unsupported transport protocol (IDFGH-13632) #72

Closed
archef2000 opened this issue Sep 5, 2024 · 2 comments
Closed

Comments

@archef2000
Copy link

Some packets get corrupted during ip6_input processing. The bottom of these packets are kept but the top where the UDP hdr is is overwritten.
I have printed the packet on line 1067 of ip6.c

Left is a wireshark capture of that packet.

Screenshot 2024-09-06 005530
Screenshot 2024-09-06 005629
Screenshot 2024-09-06 005445
Screenshot 2024-09-06 005504

@github-actions github-actions bot changed the title Some MDNS packets lead to Unsupported transport protocol Some MDNS packets lead to Unsupported transport protocol (IDFGH-13632) Sep 5, 2024
@david-cermak
Copy link
Collaborator

Closing as mentioned in the related issue espressif/esp-protocols#641 (comment),
feel free to reopen .

@archef2000
Copy link
Author

Oh sorry. I forgot about the issue and fixed it in the winter break. The issue was here: https://github.com/archef2000/esp-owl/blob/923800ce04a96955956e5477b9945c76a06838aa/main/wifi/capture.c#L430 So the memory got freeed and the used by the netif.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants