Can anybody help me to retrieve some information about how to get hardware
MAC-address of Ethernet-card on the layer of TDI-kernel driver under
Windows XP,2000,NT?
If the card provides a charactersitic table, then for Ndis5.0+ you should be
able to query statistics to get it.
The api is in the ndis section of ddk
Otherwise, not sure, but could try some dns related stuff!!!
-prokash
----- Original Message -----
From: “Dolgopolov Alex”
To: “File Systems Developers”
Sent: Wednesday, July 30, 2003 6:57 AM
Subject: [ntfsd] MAC-address in TDI-kernel driver
> Can anybody help me to retrieve some information about how to get hardware
> MAC-address of Ethernet-card on the layer of TDI-kernel driver under
> Windows XP,2000,NT?
>
> —
> You are currently subscribed to ntfsd as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
At TDI level, you have no idea what your MAC layer is. It could be token
ring, It could be WAN, Ethernet, Ethernet over ATM…
Can you tell us what you are trying to achieve?
-Srin.
-----Original Message-----
From: Dolgopolov Alex [mailto:xxxxx@maus.donetsk.ua]
Sent: Wednesday, July 30, 2003 6:58 AM
To: File Systems Developers
Subject: [ntfsd] MAC-address in TDI-kernel driverCan anybody help me to retrieve some information about how to get
hardware
MAC-address of Ethernet-card on the layer of TDI-kernel driver under
Windows XP,2000,NT?
You are currently subscribed to ntfsd as: xxxxx@nai.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
“Dolgopolov Alex” wrote in message
news:xxxxx@ntfsd…
>
> Can anybody help me to retrieve some information about how to get hardware
> MAC-address of Ethernet-card on the layer of TDI-kernel driver under
> Windows XP,2000,NT?
>
You might have more luck by posting this question to the NTDEV forum. This
forum, NTFSD, is focused on file systems…
Peter
OSR
For what? In TDI client, you work with IP addresses, and the relation of IP
addresses to adapters is by far not 1-to-1.
You will need IP Helper APIs to extract this relation from IP (or is it
from ARP?), which are user mode only and based on undocumented IOCTLs, so,
calling them from the kernel is not this simple.
Max
----- Original Message -----
From: “Dolgopolov Alex”
To: “File Systems Developers”
Sent: Wednesday, July 30, 2003 5:57 PM
Subject: [ntfsd] MAC-address in TDI-kernel driver
> Can anybody help me to retrieve some information about how to get hardware
> MAC-address of Ethernet-card on the layer of TDI-kernel driver under
> Windows XP,2000,NT?
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Getting the MAC address of the adapter is trivial, but associating the adapter
with IP addresses is not so.
Max
----- Original Message -----
From: “Prokash Sinha”
To: “File Systems Developers”
Sent: Wednesday, July 30, 2003 6:13 PM
Subject: [ntfsd] Re: MAC-address in TDI-kernel driver
> If the card provides a charactersitic table, then for Ndis5.0+ you should be
> able to query statistics to get it.
> The api is in the ndis section of ddk
>
> Otherwise, not sure, but could try some dns related stuff!!!
>
> -prokash
> ----- Original Message -----
> From: “Dolgopolov Alex”
> To: “File Systems Developers”
> Sent: Wednesday, July 30, 2003 6:57 AM
> Subject: [ntfsd] MAC-address in TDI-kernel driver
>
>
> > Can anybody help me to retrieve some information about how to get hardware
> > MAC-address of Ethernet-card on the layer of TDI-kernel driver under
> > Windows XP,2000,NT?
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@garlic.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
> ring, It could be WAN, Ethernet, Ethernet over ATM…
Ok native ATM, or IP/1394 (common thing to connect the notebooks together and
to desktops) - which is by far not Ethernet over 1394.
Max
I know, but i have to do it in kernel-mode
Do you remember how to query these statistics, I can’t find
----- Original Message -----
From: “Prokash Sinha”
To: “File Systems Developers”
Sent: Wednesday, July 30, 2003 5:13 PM
Subject: [ntfsd] Re: MAC-address in TDI-kernel driver
> If the card provides a charactersitic table, then for Ndis5.0+ you should
be
> able to query statistics to get it.
> The api is in the ndis section of ddk
>
> Otherwise, not sure, but could try some dns related stuff!!!
>
> -prokash
> ----- Original Message -----
> From: “Dolgopolov Alex”
> To: “File Systems Developers”
> Sent: Wednesday, July 30, 2003 6:57 AM
> Subject: [ntfsd] MAC-address in TDI-kernel driver
>
>
> > Can anybody help me to retrieve some information about how to get
hardware
> > MAC-address of Ethernet-card on the layer of TDI-kernel driver under
> > Windows XP,2000,NT?
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@garlic.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@maus.donetsk.ua
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Write a helper user app.
----- Original Message -----
From: “Dolgopolov Alex”
To: “File Systems Developers”
Sent: Thursday, July 31, 2003 2:08 PM
Subject: [ntfsd] Re: MAC-address in TDI-kernel driver
> I know, but i have to do it in kernel-mode
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com