Re: Promiscious mode with NIC driver
From: Alireza Dabagh [MS] (alid_at_online.microsoft.com)
Date: 01/06/05
- Next message: Alireza Dabagh [MS]: "Re: Another Ndis MinportXXX question"
- Previous message: Alireza Dabagh [MS]: "Re: NDIS IM: queueing question"
- In reply to: Monica: "Promiscious mode with NIC driver"
- Next in thread: Monica: "Re: Promiscious mode with NIC driver"
- Reply: Monica: "Re: Promiscious mode with NIC driver"
- Reply: Arkady Frenkel: "Re: Promiscious mode with NIC driver"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 Jan 2005 02:07:45 -0800
You can write a protocol driver to set the driver to P mode. Check out the
DDK for OID_GEN_PACKET_FILTER. I don't think you want to do this without
writing an NDIS protocol. Setting the driver to P mode without having a
kernel mode component (a stand alone protocol like Netmon or an IM protocol
driver like the protocol edge of the Bridge) is not useful.
-ali
-- This posting is provided "AS IS" with no warranties, and confers no rights. "Monica" <monica_dsz@yahoo.com> wrote in message news:1105005577.741064.276620@c13g2000cwb.googlegroups.com... > Hello all, > > I am Monica from germany.We have task which is quite uncommon. > So please read it slowly. > > We are developing some custom based PCI Ethernet Card using Realtek > chips.we have downloaded the driver software(binary)from the REALTEK > site. > > we have to use the card always in Promiscious mode.But we dont have the > source code of the driver.we only have the binary code. > > But we have observed that softwares like ethereal are able to capture > the ethernet packets in promisicous mode. > > So my query is,Is there any standard IOCTL function or some facility in > the Windows operating systems to make the ethernet card in promiscious > mode. > > > Thanks alot in advance. > > Thanking you, > Monica DSouza, > FZI-Karlsruhe. >
- Next message: Alireza Dabagh [MS]: "Re: Another Ndis MinportXXX question"
- Previous message: Alireza Dabagh [MS]: "Re: NDIS IM: queueing question"
- In reply to: Monica: "Promiscious mode with NIC driver"
- Next in thread: Monica: "Re: Promiscious mode with NIC driver"
- Reply: Monica: "Re: Promiscious mode with NIC driver"
- Reply: Arkady Frenkel: "Re: Promiscious mode with NIC driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|