about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-17Merge pull request #302598 from r-ryantm/auto-update/sngrepWeijia Wang1-2/+2
sngrep: 1.8.0 -> 1.8.1
2024-04-15wireshark: 4.2.3 -> 4.2.4Robert Scott1-2/+2
addresses https://nvd.nist.gov/vuln/detail/CVE-2024-2955 https://www.wireshark.org/security/wnpa-sec-2024-06.html
2024-04-08sngrep: 1.8.0 -> 1.8.1R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm3-0/+3
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-15tshark: 4.2.2 -> 4.2.3R. Ryantm1-2/+2
2024-01-13wireshark: remove `paveloom` from maintainersPavel Sobolev1-1/+1
2024-01-05wireshark: 4.2.1 -> 4.2.2Pavel Sobolev1-2/+2
2024-01-04wireshark: 4.2.0 -> 4.2.1Pavel Sobolev1-2/+2
2023-12-23Merge pull request #276038 from pete3n/update-kismetNick Cao1-13/+16
kismet: fix cross compilation
2023-12-23kismet: fix cross compilationPete1-13/+16
Update default.nix kismet: fix cross compilation
2023-12-20sngrep: 1.7.0 -> 1.8.0Alexander Bakker1-10/+2
2023-11-17wireshark: 4.0.10 -> 4.2.0Pavel Sobolev3-89/+69
2023-11-16wireshark: refactorPavel Sobolev1-18/+17
2023-10-31kismet: disable coconut supportHugh O'Brien1-0/+1
2023-10-22kismet: 2022-08 -> 2023-07Hugh O'Brien1-2/+2
2023-10-05wireshark: 4.0.8 -> 4.0.10Pavel Sobolev1-2/+2
2023-10-05wireshark: refactorPavel Sobolev1-69/+95
2023-08-24wireshark: 4.0.7 -> 4.0.8Pavel Sobolev1-2/+2
2023-08-19sngrep: enable testsRobert Scott1-0/+2
2023-08-19sngrep: add patch for CVE-2023-36192Robert Scott1-0/+9
2023-08-10wireshark: 4.0.6 -> 4.0.7Pavel Sobolev1-3/+3
2023-06-21wireshark: fix build on x86_64-darwinWeijia Wang1-1/+1
2023-06-09tshark: 4.0.5 -> 4.0.6R. Ryantm1-2/+2
2023-05-23Merge pull request #230142 from r-ryantm/auto-update/savvycanWeijia Wang1-2/+2
savvycan: 208 -> 213
2023-05-06wireshark: do not install redundant filesJan Tojnar1-2/+0
The icon we were installing is an old one that should not be used these days: https://gitlab.com/wireshark/wireshark/-/merge_requests/10507 And the CMake build script already installs the desktop file and icons in a more proper location since 2.4.0: https://gitlab.com/wireshark/wireshark/-/commit/c27404655650a3648f576663d07394105fd5ef30
2023-05-06wireshark: build with QT 6Lorenz Brun1-7/+7
2023-05-05savvycan: 208 -> 213R. Ryantm1-2/+2
2023-04-27Merge pull request #226008 from simoneruffini/add/SavvyCANFrancesco Gazzetta1-0/+64
savvycan: init at v208
2023-04-25wireshark: 4.0.4 -> 4.0.5 (#227852)Isabelle1-2/+2
2023-04-24savvycan: init at 208Simone Ruffini1-0/+64
Apply suggestions from code review Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me> SavvyCAN: fix typo in default.nix Update pkgs/applications/networking/sniffers/savvycan/default.nix Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me> Apply suggestions from code review Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me> fix: style
2023-04-09sngrep: 1.6.0 -> 1.7.0R. Ryantm1-2/+2
2023-03-24ettercap: patch to accept curl 8Vladimír Čunát1-1/+9
2023-03-16qtwirediff: add darwin supportWeijia Wang1-0/+7
2023-03-16qtwirediff: add qtwayland to build inputs (#221520)Janik1-0/+2
GUI applications are supposed to add qtwayland to buildInputs, see #174946 for details Co-authored-by: Janik H <janik@aq0.de>
2023-03-16qtwirediff: init at unstable-2023-03-07 (#216364)Janik1-0/+45
Co-authored-by: Janik H <janik@aq0.de>
2023-03-04wireshark: add more dependenciesQuantMint1-3/+24
2023-03-04wireshark: 4.0.3 -> 4.0.4QuantMint1-7/+11
2023-03-04wireshark: formatQuantMint1-30/+71
2023-03-02wireshark: wayland supportJanik H1-1/+1
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-01wireshark: 4.0.2 -> 4.0.3Robert Scott1-2/+2
2023-01-24treewide: remove global with lib; in pkgs/{misc,networking}Shawn89011-8/+6
2023-01-14wireshark: 4.0.1 -> 4.0.2Robert Scott1-2/+2
2022-12-09treewide: fix lints and remove a unneeded cmake inputArtturin1-11/+13
2022-11-19Merge pull request #200350 from fabaff/kismet-bumpFabian Affolter1-26/+79
kismet: 2020-09-R2 -> 2022-08-R1
2022-11-09kismet: 2020-09-R2 -> 2022-08-R1Fabian Affolter1-26/+79
2022-11-05wireshark: 3.6.5 -> 4.0.1Daniel Albert2-25/+30
The release notes for the major update to 4.0.0 are at https://www.wireshark.org/news/20221004.html The release notes for the 4.0.1 release can be found at https://www.wireshark.org/docs/relnotes/wireshark-4.0.1.html
2022-08-31sngrep: 1.5.0 -> 1.6.0R. Ryantm1-2/+2