From: Aruns on
Hi,
I am modifying code to communicate to MFP(multifunctional
peripheral).both NetBIOS name and IPV6 can be represented with '-' eg
fec0--11-143(IPV6),MY-SYSTEM(NetBIOS),this makes diffcult to identify whether
it is IPV6 or NetBIOS name.Is there any standard way to identify particular
address format is IPV6 or not?please give me suggestions :-)
From: GNR on
On May 14, 6:52 am, Aruns <Ar...(a)discussions.microsoft.com> wrote:
> Hi,
>    I am modifying code to communicate to MFP(multifunctional
> peripheral).both NetBIOS name and IPV6 can be represented with '-'  eg
> fec0--11-143(IPV6),MY-SYSTEM(NetBIOS),this makes diffcult to identify whether
> it is IPV6 or NetBIOS name.Is there any standard way to identify particular
> address format is IPV6 or not?please give me suggestions :-)

Why can't you have another "Type" parameter?
From: Corinna Vinschen on
Aruns wrote:
> Hi,
> I am modifying code to communicate to MFP(multifunctional
> peripheral).both NetBIOS name and IPV6 can be represented with '-' eg
> fec0--11-143(IPV6),MY-SYSTEM(NetBIOS),this makes diffcult to identify
> whether it is IPV6 or NetBIOS name.Is there any standard way to
> identify particular address format is IPV6 or not?please give me
> suggestions :-)

The usual delimiter for IPv6 is the colon, not the dash, as in

2001::abcd:4


Corinna

--
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat