Releases: GyulyVGC/listeners
Releases · GyulyVGC/listeners
v0.2.1
v0.2.0
Added
- 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
Changed
Listener
struct now has aprocess
field of typeProcess
, which takes place of the old fieldspid
andname