tcpvcon
List all TCP/UDP connections and the process that owns each to identify which programs use network ports. Optionally show all connection states, including TIME_WAIT.
Instructions
List all TCP/UDP connections with owning process.
Wraps Sysinternals Tcpvcon with CSV output parsing.
Return Format
{"success": bool, "connections": list[dict], "count": int, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all_states | No | Show all states, incl. TIME_WAIT (-a) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||