Have two NICs in one machine and application program using Winpcap to relay packets 
between NICs (and eventually to introduce "problems" with relayed packets, e.g., 
delays, drops, errors). As long as application is simply capturing the packets on the 
two NICs, all is well, packets are captured correctly. But as soon as application 
begins to call pcap_sendpacket to relay a packet received on NIC #1 to NIC #2, and 
vice versa, something like an echo begins to occur. As best as I can tell, the packet 
sent via pcap_sendpacket is also received on the sending NIC. Is there a way to 
suppress this? Thanks.

Note: for testing purposes, each NIC is connected to exactly one external system via a 
crossover cable, thus there is no way packets can be introduced except by the three 
subject systems.


==================================================================
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to