1

I have a pcap file and need to send it to specific interface.
How can I do it?

PersianGulf
  • 10,728
  • 8
  • 51
  • 78

1 Answers1

2

You can do this with Tcpreplay. The interface to use can be specified with the --intf1 option.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164