| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-10-24 | 741 Bytes | |
| netcap-nodpi-v0.7.3-darwin-arm64.tar.gz | 2025-10-24 | 24.8 MB | |
| netcap-v0.7.3-linux-amd64-musl.tar.gz | 2025-10-24 | 13.6 MB | |
| netcap-v0.7.3-linux-amd64-libc.tar.gz | 2025-10-24 | 13.7 MB | |
| netcap-nodpi-v0.7.3-linux-amd64-musl.tar.gz | 2025-10-24 | 13.5 MB | |
| netcap-nodpi-v0.7.3-linux-amd64-libc.tar.gz | 2025-10-24 | 13.5 MB | |
| netcap-nodpi-v0.7.3-windows-amd64.tar.gz | 2025-10-24 | 27.9 MB | |
| netcap-v0.7.3-darwin-arm64.tar.gz | 2025-10-24 | 27.8 MB | |
| README.md | 2025-10-24 | 1.9 kB | |
| v0.7.3 source code.tar.gz | 2025-10-24 | 293.2 MB | |
| v0.7.3 source code.zip | 2025-10-24 | 294.2 MB | |
| Totals: 11 Items | 722.1 MB | 0 | |
📦 Available Builds
| Build | OS | Architecture | DPI Support | Description |
|---|---|---|---|---|
netcap-v0.7.3-darwin-arm64 |
macOS | ARM64 | ✅ Yes | Full DPI support with nDPI |
netcap-v0.7.3-linux-amd64-libc |
Linux | AMD64 | ✅ Yes | glibc-based with DPI |
netcap-v0.7.3-linux-amd64-musl |
Linux | AMD64 | ✅ Yes | musl-based with DPI (Alpine) |
netcap-nodpi-v0.7.3-darwin-arm64 |
macOS | ARM64 | ❌ No | Static build, no DPI |
netcap-nodpi-v0.7.3-linux-amd64-libc |
Linux | AMD64 | ❌ No | glibc-based, no DPI |
netcap-nodpi-v0.7.3-linux-amd64-musl |
Linux | AMD64 | ❌ No | musl-based, no DPI |
netcap-nodpi-v0.7.3-windows-amd64 |
Windows | AMD64 | ❌ No | Windows build |
🔍 Choosing the Right Build
- With DPI (
netcap-*): Choose if you need Deep Packet Inspection features (protocol classification, application detection) - Without DPI (
netcap-nodpi-*): Choose for basic packet capture and analysis, smaller binary size - libc vs musl: Use
libcfor standard Linux distros (Ubuntu, Debian, CentOS). Usemuslfor Alpine Linux or minimal containers
📚 Documentation
⚠️ Notes
- On macOS/Linux, you may need to grant necessary permissions:
sudo chmod +x net - Live capture requires root/administrator privileges
- Verify checksums with
checksums.txtbefore use
Changelog
- 3ba9b66a fix: linux binaries extraction from build container, add dpi version info to netcap header
- 702383c6 v0.7.3 release
Full Changelog: https://github.com/dreadl0ck/netcap/compare/v0.7.2...v0.7.3