Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 739 Bytes

High Speed Pcap-sender using Intel DPDK

Intel Data Plane Development Kit (DPDK) Pcap-Sender

This program allows to send PCAPS preloaded in memory (much biggers than other tools)).

Compilation

The program can be easly compiled using the makefile provided. It needs (as anyother DPDK app) DPDK(20.11) installed in the host.

Execution

  • The script interface0.sh send a PCAP throught a the interface 0.
  • The script interface0.caida.sh send a caida's PCAP throught a the interface 0.

If other interfaces should be used, feel free to edit those scripts or execute directly the compiled application at ./src/build/app/hpcn_pcapreplay. Extended instrunctions with parameter -h.