Reply To: Create New Ethernet Packet problem

Home Forums Discussions Support Create New Ethernet Packet problem Reply To: Create New Ethernet Packet problem

#6375
krishnabn
Participant
    SerpentFly wrote:
    Quote:
    Can winpkfilter be used to send packet as if it is coming from remote PC ( internet remote host like yahoo ? )

    Sure. The easiest way for you to start is take and parse the normally received packet (intercepted from the network). You can do it with one of the network sniffers (like Network Monitor or Ethereal). Then just build your own packet with WinpkFilter on the same way. Of course it requires some understanding of how TCP/IP works..

    Thanks for the reply serpertine, I am able to send the packet to local host it self. But its not TCP/IP packet. It becomes LLC packet. I want to send the packet to my PC itself but as if its coming from remote server with IP, TCP and Ether header. Can I do it using winpkfilter ? If yes how can I do that ?