Closed subfission closed 6 years ago
It appears that ParseName() has an issue with ASN names using -. The method tokenizes using - as a separator, which causes part of the data to be truncated. Using a slice and then concatenating elements [1+] might be a workable solution...
ParseName()
-
Could you provide an example ASN?
Here is an easy one:
Number | 35993
AS35993 Country: US Registration Date: 2005-05-03 Registrar: arin Owner: AKAMAI-AS - Akamai Technologies, Inc., US
It appears that
ParseName()
has an issue with ASN names using-
. The method tokenizes using-
as a separator, which causes part of the data to be truncated. Using a slice and then concatenating elements [1+] might be a workable solution...