Am 05.04.2013 um 19:34 schrieb Klemens Klarhoelter <apple.t...@knetsoft.de>:

> Hallo Christian,
> 
> Warum werden die IP Adressen nicht aufgelöst? 

Da fehlt der Aufruf von ParseIPv4:

  dim ip as string = DNSLookupMBS.ParseIPv4("193.99.144.80")
  dim dns as DNSLookupMBS=DNSLookupMBS.LookupHostbyAddress(ip)
  if dns=nil then
    MsgBox  "--"
  else
    MsgBox dns.name
  end if

Aber ich hab wohl in 13.0 einen Bug eingebaut, so dass das nicht klappt.
Ich schicke dir gleich mal ein neues Plugin, wo's behoben ist.

Gruß
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/



Antwort per Email an