Offset |
PID |
Local Address |
Local Port |
Remote Address |
Remote Port |
Protocol |
{% for row in report.analysis.memory.netscan.data|volsort %}
{{row.offset}} |
{{row.process_id}} |
{{row.local_address}} |
{{row.local_port}} |
{{row.remote_address}} |
{{row.remote_port}} |
{{row.protocol}} |
{% endfor %}