diff --git a/identifiers.go b/identifiers.go index 01891b9..c9acc0b 100644 --- a/identifiers.go +++ b/identifiers.go @@ -38,8 +38,8 @@ func NewIdentifiers () *Identifiers { } } -func parseIPAddrString (str string) net.IP { // TODO - return nil +func parseIPAddrString (str string) net.IP { + return net.ParseIP(str) } func isASCIIString (value []byte) bool {