Loading pkgs/development/libraries/libpcap/default.nix +16 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,16 @@ , pkg-config , withBluez ? false , withRemote ? false # for passthru.tests , ettercap , nmap , ostinato , tcpreplay , vde2 , wireshark , python3 , haskellPackages }: stdenv.mkDerivation rec { Loading Loading @@ -44,6 +54,12 @@ stdenv.mkDerivation rec { fi ''; passthru.tests = { inherit ettercap nmap ostinato tcpreplay vde2 wireshark; inherit (python3.pkgs) pcapy-ng scapy; haskell-pcap = haskellPackages.pcap; }; meta = with lib; { homepage = "https://www.tcpdump.org"; description = "Packet Capture Library"; Loading Loading
pkgs/development/libraries/libpcap/default.nix +16 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,16 @@ , pkg-config , withBluez ? false , withRemote ? false # for passthru.tests , ettercap , nmap , ostinato , tcpreplay , vde2 , wireshark , python3 , haskellPackages }: stdenv.mkDerivation rec { Loading Loading @@ -44,6 +54,12 @@ stdenv.mkDerivation rec { fi ''; passthru.tests = { inherit ettercap nmap ostinato tcpreplay vde2 wireshark; inherit (python3.pkgs) pcapy-ng scapy; haskell-pcap = haskellPackages.pcap; }; meta = with lib; { homepage = "https://www.tcpdump.org"; description = "Packet Capture Library"; Loading