All releases with the relative changes are documented in this file.
- New APIs to get the listening processes in a more granular way
get_ports_by_pid
get_ports_by_process_name
get_processes_by_port
- New
Process
struct to represent a process identified by its PID and name
Listener
struct now has aprocess
field of typeProcess
, which takes place of the old fieldspid
andname
- Support for Windows, Linux and macOS
get_all
API to get all the listening processes