| Offset |
PID |
Local Address |
Local Port |
Remote Address |
Remote Port |
Protocol |
Created |
Owner |
{% for sock in memory.netscan %}
| {{sock.Offset}} |
{{sock.PID}} |
{{sock.LocalAddr}} |
{{sock.LocalPort}} |
{{sock.ForeignAddr}} |
{{sock.ForeignPort}} |
{{sock.Proto}} |
{% if sock.Created %}
{{sock.Created}} |
{% else %}
- |
{% endif %}
{% if sock.Owner %}
{{sock.Owner}} |
{% else %}
- |
{% endif %}
{% endfor %}