You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing hostname should return a dictionary with the name and type attributes of the hostname and not just a string of hostnames names:
According to DTD:
<!ELEMENT hostname EMPTY >
<!ATTLIST hostname
name CDATA #IMPLIED
type %hostname_types; #IMPLIED
>
The text was updated successfully, but these errors were encountered:
ameidatou
changed the title
parsing hostnames should return the type of the hostname detected user or PTR
parsing hostnames should return the type of the hostname detected i.e user or PTR
Jun 18, 2020
Parsing hostname should return a dictionary with the name and type attributes of the hostname and not just a string of hostnames names:
According to DTD:
Example of XML output:
Currently hostnames are just string of names
The text was updated successfully, but these errors were encountered: