i have a pc running windows with 2 network interfaces.
each is on a seperate network.
i have another computer, connected to network interface no. 1 as his default gateway.
every time a packet gets to interface no. 1, i gets "automatticaly bridged" to interface no. 2 (because its destined to his network).
i need to prevent it, because my application needs to "capture" that data through WinPcap.
help please? ;)

link|improve this question
You're actually talking about routing. Bridging takes place as the MAC layer and doesn't know or care about IP addresses. – psusi Aug 10 '11 at 14:47
feedback

migrated from stackoverflow.com Aug 10 '11 at 11:28

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown