String service_type = service.getServiceType();
if ( service_type.equalsIgnoreCase( "urn:schemas-upnp-org:service:WANIPConnection:1") ||
service_type.equalsIgnoreCase( "urn:schemas-upnp-org:service:WANPPPConnection:1")){
UPnPWANConnection wan_service = (UPnPWANConnection)service.getSpecificService();
igd_services.add( wan_service );
}else if ( service_type.equals( "urn:schemas-upnp-org:service:ContentDirectory:1" )){