If I remember well, it depends on the NIC driver. With some adapters, if you set no hardware filter, you will receive no packets at all. With others, NDIS_PACKET_TYPE_ALL_LOCAL is set by default.
Loris > Ok. > > Do you know what is the default hardware filter set for an adapter when I > open it (packet.dll)? > > Daniel > ----- Original Message ----- > From: "Loris Degioanni" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 14, 2003 9:28 AM > Subject: Re: [WinPcap-users] Default HW filter? > > > > Promiscuous mode includes all the packets that you receive if you set > > NDIS_PACKET_TYPE_DIRECTED. In other words, if you set promiscuos mode you > > will receive also all the "directed" packets: setting both at the same > time > > has no sense. > > > > Loris > > > > ----- Original Message ----- > > From: "Daniel Frimerman" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, July 11, 2003 11:11 AM > > Subject: [WinPcap-users] Default HW filter? > > > > > > Hi again, sorry for posting so often :\ Is NDIS_PACKET_TYPE_DIRECTED set > by > > default? > > If no, is this mode the opposite of promiscous mode, i.e. they can't be > set > > both at the same time? > > > > 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] > ================================================================== > ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
