summaryrefslogtreecommitdiffstats
path: root/src/network
AgeCommit message (Expand)Author
2023-11-01Log unresolved processes in more detail + general refactor (#318)cyqsimon
2023-10-12Add logging when the process name fails to resolvecyqsimon
2023-10-11Never use `&Option` in function signaturecyqsimon
2023-08-25Use variable capture syntax in format macros where possiblecyqsimon
2023-08-25Compact importscyqsimon
2023-08-25Migrate from `failure` to `anyhow`+`thiserror`cyqsimon
2023-08-25Bump deps againcyqsimon
2023-08-14Bump incompatible depscyqsimon
2020-10-01feat(dns): allow custom dns server as cli flag (#193)Aram Drevekenin
2020-09-29fix(sniffer): handle disconnected interfaces (and periodically attempt to re-...Mat Wood
2020-05-03style(lint): make clippy happy on all channelsAram Drevekenin
2020-05-03style(lint): make clippy happyAram Drevekenin
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_b...Aram Drevekenin
2020-04-05feat(network): hide dns queries by default (#161)Oleh
2020-01-16Fix VPN traffice not displayed bugKelvin Zhang
2020-01-14Address code review commnetsKelvin Zhang
2020-01-13Fix regex for parsing ipv6 listening socketsKelvin Zhang
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-12Add support for more operating systems.Valdemar Erk
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-09Fix codestyle using rustfmtMaximilian Bosch
2020-01-08Use more meaningful consts from libpnet to match packetsMaximilian Bosch
2020-01-08Ensure that layer3 packets are displayed as wellMaximilian Bosch
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-07Add local_ip field to Connection/RawConnection structKelvin Zhang
2019-12-23fix(dns): keep track of addresses being resolved (#28)ebroto
2019-12-20refactor(interfaces): Rename interface to interface_name where appropriateEduardo Broto
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-18refactor(style): rustfmtAram Drevekenin
2019-11-12fix(package): update pnetAram Drevekenin
2019-11-12feat(platform): support macos (#8)etoledom
2019-11-07fix(packets): take render duration into account so as not to lose any packetsAram Drevekenin
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-28refactor(dns-queue): support potential multithreading of subscriberAram Drevekenin
2019-10-20Address compiler warningsWesley Moore
2019-10-19refactor(dns-queue): better separation of concernsAram Drevekenin
2019-10-18refactor(dns-queue): use vecdequeAram Drevekenin
2019-10-14fix(dns): handle premature returning of cvarAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-06fix(styling): clippyAram Drevekenin
2019-10-06style(rustfmt): fmtAram Drevekenin