summaryrefslogtreecommitdiffstats
path: root/src/os
AgeCommit message (Expand)Author
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_b...Aram Drevekenin
2020-03-31Fix the loss of large, merged packets (#158)Brooks Rady
2020-03-01fix(error-handling): add custom error handling (#104)yossarian
2020-01-18Update description about capabilities neededKelvin Zhang
2020-01-14Merge pull request #70 from zhangxp1998/ipv6ebroto
2020-01-14fix(network): bug that upload speed is not tabulated correctly (#116)Kelvin Zhang
2020-01-13fix(dns): display a more informative message in case we can't resolveEduardo Broto
2020-01-13Fix regex for parsing ipv6 listening socketsKelvin Zhang
2020-01-13Parse ipv6 info from procfsKelvin Zhang
2020-01-13Parse ipv6 entries from lsofKelvin Zhang
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-12Add support for more operating systems.Valdemar Erk
2020-01-11fix(error): mention `setcap(8)`-fix in EPERM error on Linux (#108)Maximilian Bosch
2020-01-10fmt fixChubby Puddles Esq
2020-01-10made requested PR changesChubby Puddles Esq
2020-01-09formatting issuesChubby Puddles Esq
2020-01-09Upgraded trust-dns-resolver (#92)Chubby Puddles Esq
2020-01-08Fix clippy warning on MacKelvin Zhang
2020-01-08Fix issue #84 by handle error more gracefullyKelvin Zhang
2020-01-07Merge pull request #82 from zhangxp1998/udpKelvin Zhang
2020-01-07Address some comments on PRKelvin Zhang
2020-01-07Format code using rustfmtKelvin Zhang
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2020-01-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin
2020-01-07Update parsing code to parse local_ipKelvin Zhang
2020-01-07Add local_ip field to Connection/RawConnection structKelvin Zhang
2020-01-05Fix UTF8 decoding errorKelvin Zhang
2020-01-05chore(packaging): add installation instruction with brew (#75)BSKY
2020-01-04fix(error): error when 0 interfaces to listen to are found (#69)Aram Drevekenin
2020-01-04fix(lsof): display 30 chars for process name (#63)Kelvin Zhang
2020-01-03chore(code): Add error message suggesting sudo if permission error (#59) (#67)Tobbeman
2020-01-03fix(os): Use the same select timeout for all OSes (#68)ebroto
2020-01-03fix(os): configure macos network card read_timeout to 1sAram Drevekenin
2020-01-03Remove packet read timeout to fix no traffic error on MacOS (#56)Kelvin Zhang
2020-01-03fix(network): skip interfaces with error (#49)Sergey
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-30feat(dns): resolve hostnames asynchronouslyEduardo Broto
2019-11-30style(format): rustfmtAram Drevekenin
2019-11-30Update procfs dependencyAndrew Chin
2019-11-30refactor(os): shared behaviour (#19)rtulip
2019-11-18refactor(style): rustfmtAram Drevekenin
2019-11-18fix(os): only compiler lsof_utils for macAram Drevekenin
2019-11-18refactor(macos): handle lsof in macos in a different moduleetoledom
2019-11-12feat(platform): support macos (#8)etoledom
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-20Address compiler warningsWesley Moore
2019-10-17style(lint): rustfmt + clippyAram Drevekenin
2019-10-17fix(linux): better error when not enough permissionsAram Drevekenin