Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPacketField Does not Fuzz #2804
Open
Comments
|
This sounds pretty reasonable. Feel free to submit a PR. Thanks for the suggestion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


If you call fuzz on a layer that contains a PacketField, that fuzz does not recurse down into a PacketField within the layer
Results in:
What do people think of modifying
scapy/scapy/packet.py
Line 2252 in 54da22f
to add
resulting in
To me this makes sense, but I'm obviously very new to this.