Hi. Regarding the capture of outgoing packets when in promiscuous mode...
>From previous posts it can be seen that this can be disabled by using NdisSetPacketFlags with the appropriate flag for the operating system. Also, i have noted that the documentation says that some winpcap functions now are win32 specific. So, since we already have som win32 specific stuff, then why not add this feature to winpcap ? Could be something like pcap_toggle_loopback(on / off), wich sets the correct flag if pcap_toggle_loopback( off ) was called. By default this should offcause be "on", so that it behaves like it does currently. By doing it this way, it also would not break compatibility with existing programs. What do you think ? Regards J. Thomsen ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
