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
Comments
|
This sounds pretty reasonable. Feel free to submit a PR. Thanks for the suggestion |
|
I'd like to give this a shot if nobody else has claimed it yet |
|
@badsketch Sure, have a shot ! Feel free to ask questions If you get stuck somewhere |


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.