문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

You can use libcap http://wiki.wireshark.org/libpcap to capture packets. libdnet can be a choice for packet forging http://libdnet.sourceforge.net/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top