How to send pcap file packets on NIC?
I have some network traffic captured pcap file and want to send its packets on NIC; is it possible? Is there any application to do this? You should be able to use some kind of replay application like this one (tcpreplay) . bit-twist can do this. just install it and inject your packet like this : # bittwist -i eth0 pcap-file.pcap There is a libpcap/winpcap library, that allows the programmer to send/receive packets and work directly with NDIS-level driver. http://www.winpcap.org Anand Yes there is a way - sending a packet to NIC means injecting it to an interface. You can do this with the help