A Windows desktop App which enables sending packets from a PCAP file
- Send all or partial packets
- Filter packets by BPF
- Send with interval between packets
- Save selected packets to PCAP
- Add IP Options to a packet (mostly for developing purposes)
Uses external projects
In order to run the APP you need to make sure you have installed:
- Winpcap - http://www.winpcap.org
- Microsoft Visual C++ 2013 Redistributable Package - https://www.microsoft.com/en-us/download/details.aspx?id=5555
(See https://github.com/PcapDotNet/Pcap.Net/wiki/Using-Pcap.Net-in-your-programs)