Commit ea0022cc authored by Robert Scott's avatar Robert Scott
Browse files

libpcap: add some key reverse dependencies to passthru.tests

parent 97e02c97
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -9,6 +9,16 @@
, pkg-config
, withBluez ? false
, withRemote ? false

# for passthru.tests
, ettercap
, nmap
, ostinato
, tcpreplay
, vde2
, wireshark
, python3
, haskellPackages
}:

stdenv.mkDerivation rec {
@@ -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";