|
From: Aruns on 14 May 2008 09:52 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 14 May 2008 16:35 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 15 May 2008 15:59 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
|
Pages: 1 Prev: How to identify isochronous devices? Next: usbiodev.h vs usbiodef.h |