----- Original Message ----- From: "Daniel Frimerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 4:00 PM Subject: [WinPcap-users] Only sending mode?
> Is that possible setting a mode on adapter to not capture anything? I would > like a mode to only allow sending. I saw PacketSetMode function, it has > MODE_STAT which sets mode on adapter to gather statistics, but would it let > sending too? Yes. Other ways are: 1. simply to do not call PacketReceivePacket 2. set the kernel buffer size to 0 3. do not put the card into promiscuous mode Have a nice day GV > > Thanks, > > Daniel > > > > > ================================================================== > This is the WinPcap users list. It is archived at > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > To unsubscribe use > mailto: [EMAIL PROTECTED] > ================================================================== > ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
