suricata, elixir, tcpdump

This commit is contained in:
2026-02-22 14:21:46 +01:00
parent 3f2768ebf7
commit aa09771d73
9 changed files with 89 additions and 1 deletions

11
packages/tcpdump.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "tcpdump")
(version "4.99.6")
(homepage "https://www.tcpdump.org/")
(dependencies libpcap)
(src (tar
(url "https://www.tcpdump.org/release/tcpdump-4.99.6.tar.xz")
(dir "tcpdump-4.99.6")
(blake3 "2b46aea2b79ccb7d8cc1b4a6d963540f4e2c6efa27357cc09f772134041963de")))
(build
(configure_make)))