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?

link|improve this question

70% accept rate
Probably highly dependant on the OS. You should indicate which one. – bortzmeyer Dec 23 '09 at 20:43
feedback

4 Answers

up vote 4 down vote accepted

You should be able to use some kind of replay application like this one.

link|improve this answer
feedback

bit-twist can do this.

just install it and inject your packet like this :

# bittwist -i eth0 pcap-file.pcap 
link|improve this answer
feedback

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

link|improve this answer
feedback

Yes there is a way,sending a packet to NIC means injecting it to an interface....

you can do this with the help of libnet packege in linux.I myself am working on the same these days,try googling with this term, u'll surely get some good stuff to share...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.