about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
AgeCommit message (Collapse)AuthorFilesLines
2021-12-04wireshark: 3.4.9 -> 3.4.10Thomas Gerbet1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.10.html This release fixes a bunch of security issues.
2021-11-28Revert "wireshark: add wrapGAppsHook fixing open/save GUI"ckie1-4/+2
2021-11-28Merge pull request #147592 from ckiee/wireshark-gsettingsMaximilian Bosch1-2/+4
wireshark: add wrapGAppsHook fixing open/save GUI
2021-11-27wireshark: add wrapGAppsHook fixing open/save GUIckie1-2/+4
2021-11-18sngrep: pull upstream fix for ncurses-6.3Sergei Trofimovich1-0/+11
Without the fix build on ncurses-6.3 fails as: curses/ui_msg_diff.c: In function 'msg_diff_draw_message': curses/ui_msg_diff.c:190:5: error: format not a string literal and no format arguments [-Werror=format-security] 190 | mvwprintw(win, 0, 0, sip_get_msg_header(msg, header)); | ^~~~~~~~~
2021-10-08Merge staging-next into staginggithub-actions[bot]1-4/+4
2021-10-07Merge pull request #136719 from r-burns/libgpg-errorSandro1-2/+2
2021-10-07wireshark: 3.4.8 -> 3.4.9TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.9.html
2021-10-06libgpg-error: rename from libgpgerrorRyan Burns1-2/+2
Matches pname and upstream project name
2021-09-28treewide: remove darwin-only manual wrapQtApp invocationsDmitry Kalinkin1-2/+0
2021-09-21Merge pull request #138637 from fabaff/license-sngrepBobby Rong1-7/+23
sngrep: specify license, format
2021-09-20sngrep: specify licenseFabian Affolter1-7/+23
2021-09-20whsniff: specify licenseFabian Affolter1-1/+1
2021-08-27wireshark: 3.4.7 -> 3.4.8TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.8.html
2021-08-18sngrep: 1.4.8 -> 1.4.9R. RyanTM1-2/+2
2021-07-20Merge pull request #129359 from Stunkymonkey/app-networkingSandro1-2/+3
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-2/+3
2021-07-17wireshark: 3.4.6 -> 3.4.7TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.7.html
2021-06-04wireshark: 3.4.5 -> 3.4.6TredwellGit1-2/+3
https://www.wireshark.org/docs/relnotes/wireshark-3.4.6.html
2021-05-25wireshark: set mainProgramAtemu1-0/+1
It'd try to run wireshark-qt or wireshark-cli otherwise.
2021-05-18etherape: 0.9.19 -> 0.9.20R. RyanTM1-2/+2
2021-04-25wireshark: 3.4.4 -> 3.4.5TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.html
2021-04-05Merge pull request #115538 from jollheef/wireshark-fixSandro1-1/+1
wireshark: place config.h to the right place
2021-03-12wireshark: 3.4.3 -> 3.4.4 (#116018)TredwellGit1-8/+6
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-09wireshark: place config.h to $dev/include/wireshark/Mikhail Klementev1-1/+1
2021-02-04wireshark: 3.4.2 -> 3.4.3TredwellGit1-9/+3
https://www.wireshark.org/docs/relnotes/wireshark-3.4.3.html
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer4-8/+8
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob3-10/+10
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch6-12/+12
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-04Merge staging-next into staginggithub-actions[bot]1-2/+1
2021-01-03wireshark-*: pass in overridden libpcap in all-packages.nixIzorkin1-2/+1
This allows building wireshark-* with a explicitly disabled bluezSupport in an overlay.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-12-21wireshark: 3.4.0 -> 3.4.2TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.1.html https://www.wireshark.org/docs/relnotes/wireshark-3.4.2.html
2020-12-16wireshark: Do $PATH lookup in wireshark.desktop instead of hardcoding derivationKlemens Nanni1-3/+0
See db236e588de "steam: Do $PATH lookup in steam.desktop [...]". tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break. As upstream's .desktop file does not contain any executable paths, simply avoid substitution. Message-Id: <97c3e797-d844-4d0a-9ccf-397745f83aeb@siticom.de>
2020-11-12sngrep: 1.4.7 -> 1.4.8R. RyanTM1-2/+2
2020-11-09wireshark: 3.2.7 -> 3.4.0TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.2.8.html https://www.wireshark.org/docs/relnotes/wireshark-3.4.0.html
2020-09-25wireshark: 3.2.5 -> 3.2.7TredwellGit1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html https://www.wireshark.org/docs/relnotes/wireshark-3.2.6.html
2020-09-22kismet: 2020-04-R2 -> 2020-09-R2Olli Helenius1-2/+2
2020-08-01ettercap: 0.8.3 -> 0.8.3.1R. RyanTM1-2/+2
2020-07-16wireshark: 3.2.4 -> 3.2.5zowoq1-2/+2
2020-06-17wireshark: compile with QT_NO_DEBUG to avoid depending on qt*-devPierre Bourdon1-0/+3
2020-06-10wireshark: Add BluetoothJustin Gerhardt1-1/+2
Only applies to Linux
2020-05-25sngrep: 1.4.6 -> 1.4.7R. RyanTM1-2/+2
2020-05-22Merge pull request #88496 from zowoq/wiresharkMario Rodas1-2/+2
wireshark: 3.2.3 -> 3.2.4
2020-05-21wireshark: 3.2.3 -> 3.2.4zowoq1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.2.4.html
2020-05-21etherape: 0.9.18 -> 0.9.19R. RyanTM1-2/+2
2020-05-03whsniff: init at 1.3snicket21001-0/+25
2020-05-03kismet: 2016-07-R1 -> 2020-04-R2snicket21001-4/+27
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2020-04-09wireshark: 3.2.2 -> 3.2.3zowoq1-2/+2
https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html