I have this code:


while (readIP()) {
printf("IP: %s -> ",ip);
if (strstr(ip,"10.99.137.42")!=NULL) strcpy(ip,"APLIC_2_4_05"); // Prosa
else if...