for line in netstat_ipv4:
                if line.startswith('Name'):
                    fields = line.split()
                    continue