use the condition:

if (*.*.*.* iswm <read_line>) {
... do your stuff
}
else {
... not an ip
}


-KingTomato