Releases: GyulyVGC/listeners
Releases · GyulyVGC/listeners
v0.3.0
Added
- Added
pathfield toProcessstruct, making it possible to obtain the executables' full path (#23) - New
Protocolenum - Added
protocolfield toListenerstruct, indicating whether the listener uses TCP or UDP
Changed
- The library now retrieves all the processes listening on TCP/UDP sockets, instead of just the TCP-based ones in
LISTENstate (#13 — fixes #5)
Thanks to:
- @islameehassan for extending the library to support both TCP and UDP
v0.2.1
v0.2.0
Added
- New APIs to get the listening processes in a more granular way
get_ports_by_pidget_ports_by_process_nameget_processes_by_port
- New
Processstruct to represent a process identified by its PID and name
Changed
Listenerstruct now has aprocessfield of typeProcess, which takes place of the old fieldspidandname