Skip to content

[GenNet] weakness in the way IP string is checked

In GetNet-Client Check Network Parameters.vi the regex "[0-9].[0-9].[0-9].[0-9]" is used to check for valid IP or MAC address, the issue is some valid IPs will fail this test, e.g. 10.10.10.100 fails this test (not sure why by the way, but I'm no regex expert)

I use this to validate IP address : image

Edited by Administrator