Skip to content

A desktop App which enables sending packets from a PCAP file. Written in C# using WinForms

Notifications You must be signed in to change notification settings

Blondy314/Player

Repository files navigation

Player

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)

Screenshot

Uses external projects

In order to run the APP you need to make sure you have installed:

  1. Winpcap - http://www.winpcap.org
  2. 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)