Replies: 5 comments 13 replies
-
It would be great to have a functionality that can parse the inputs in the pkt = Ether() / IP(dst="github.com") / ICMP() Initially, it's fine if the DNS resolution is not supported. Also, may be we can even start with a There might be additional changes required in the the Some experimental code would be good to start. |
Beta Was this translation helpful? Give feedback.
-
As I see, there are two parts two solving this.
|
Beta Was this translation helpful? Give feedback.
-
Draft PR related to the discussion: #65 |
Beta Was this translation helpful? Give feedback.
-
#70 : Makes |
Beta Was this translation helpful? Give feedback.
-
Hey @gabhijit, I was looking at the |
Beta Was this translation helpful? Give feedback.
-
Presently, Scalpel handles the deserialization of network packets across multiple protocols. However, to offer sculpting functionality, it's imperative to extend Scalpel's capabilities to support the serialization of Rust structs into network packets.
Beta Was this translation helpful? Give feedback.
All reactions