Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Vista, IM driver, OID_GEN_NETWORK_LAYER_ADDRESSES and IPv6 address

Reply
Thread Tools Display Modes

Vista, IM driver, OID_GEN_NETWORK_LAYER_ADDRESSES and IPv6 address

 
 
Bootguy
Guest
Posts: n/a

 
      11-15-2007
Hi,
In my IM driver I'm trying to find out the IPv6 addresses that are set on
the interface. The OID mentioned in the subject provides only the IPv4
address, not the IPv6 addresses. Has anyone solved this issue already?

Thanks
 
Reply With Quote
 
 
 
 
Gianluca Varenni
Guest
Posts: n/a

 
      11-15-2007
I would probably query the TCP/IP protocol driver in user mode, using the IP
helper API. On top of my head I don't understand why such OID exists (well,
ok, I thought about it no more than 5 seconds). Also, consider that this OID
is optional, so you should not rely on this OID to be requested from the
protocol driver above you.

Hope it helps
GV


--
Gianluca Varenni, Windows DDK MVP

CACE Technologies
http://www.cacetech.com



"Bootguy" <> wrote in message
news:80417CD1-0E31-4AF3-91FB-...
> Hi,
> In my IM driver I'm trying to find out the IPv6 addresses that are set on
> the interface. The OID mentioned in the subject provides only the IPv4
> address, not the IPv6 addresses. Has anyone solved this issue already?
>
> Thanks



 
Reply With Quote
 
Bootguy
Guest
Posts: n/a

 
      11-16-2007
Hi Gianluca,

thank you four your input. Unfortunately, I need to rely solely on the IM
driver's capabilities. I'm afraid I will have to look out for Neighborhood
discovery packets to find out my IPv6 address.
Did Microsoft forget to implement this OID for IPv6?

Thanks,
Sascha

"Gianluca Varenni" wrote:

> I would probably query the TCP/IP protocol driver in user mode, using the IP
> helper API. On top of my head I don't understand why such OID exists (well,
> ok, I thought about it no more than 5 seconds). Also, consider that this OID
> is optional, so you should not rely on this OID to be requested from the
> protocol driver above you.
>
> Hope it helps
> GV
>
>
> --
> Gianluca Varenni, Windows DDK MVP
>
> CACE Technologies
> http://www.cacetech.com
>
>
>
> "Bootguy" <> wrote in message
> news:80417CD1-0E31-4AF3-91FB-...
> > Hi,
> > In my IM driver I'm trying to find out the IPv6 addresses that are set on
> > the interface. The OID mentioned in the subject provides only the IPv4
> > address, not the IPv6 addresses. Has anyone solved this issue already?
> >
> > Thanks

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ipV6 Driver for Vista Canadia Windows Vista Networking 3 01-23-2009 12:50 AM
Wrong autoconfigured IPv6 address Felipe Alfaro Solana Windows Vista Networking 1 01-11-2009 09:12 PM
IPv6 protocol driver LarryW Windows Vista Networking 0 05-02-2007 03:18 PM
RE: Incorrect IPv6 link local address assigned to adapter Bryan S. Burgin [MSFT] Windows Vista Drivers 7 11-22-2006 09:02 PM
IPV6 and NDIS Intermediate driver Sujit Windows Vista Drivers 3 03-24-2005 11:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59