capturepacketpacket-captureinjectpacket-injection

Capturing, forging and injecting packets


In order to build a measurement tool, I need to capture packets, forge them and re-inject them into the network. What are some tools or libraries that I could look into?

Thanks.


Solution

  • You can try libcrafter. Seems very easy to use! The library is able to craft or decode packets of most common networks protocols, send them on the wire, capture them and match requests and replies.