You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(It's possible to do all that manually. It's just something I noticed in the context of suboptions in NetworkConfiguration/dhcpcd#404. It came up again when I took a look at #4638 and tried to stuff quite a few IP addresses into a reply :-))
Brief description
Long DHCPv4 options longer than 255 bytes aren't supported out of the box. For example
fails with
but according to https://www.rfc-editor.org/rfc/rfc3396#section-1 it can be split and then it should be joined on the receiving side
Wireshark started concatenating options according to that RFC a couple months ago: https://gitlab.com/wireshark/wireshark/-/merge_requests/18079
https://www.ietf.org/archive/id/draft-tojens-dhcp-option-concat-considerations-00.html was also mentioned there.
(It's possible to do all that manually. It's just something I noticed in the context of suboptions in NetworkConfiguration/dhcpcd#404. It came up again when I took a look at #4638 and tried to stuff quite a few IP addresses into a reply :-))
Scapy version
7106b01
Python version
Python 3.13.1
Operating system
Fedora 41
Additional environment information
No response
How to reproduce
and
should be the same as
Actual result
No response
Expected result
No response
Related resources
No response
The text was updated successfully, but these errors were encountered: