We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e628eb9 commit b9ede48Copy full SHA for b9ede48
1 file changed
src/components/LandingPage/sections/CaptureAndSendNetworkTraffic.tsx
@@ -23,7 +23,7 @@ function CaptureAndSendNetworkTraffic(): JSX.Element {
23
<a href="https://www.tcpdump.org/">libpcap</a>,{' '}
24
<a href="https://www.winpcap.org/">WinPcap</a>,{' '}
25
<a href="https://nmap.org/npcap/">NPcap</a>,{' '}
26
- <a href="https://www.winpcap.org/">WinDivert</a>,{' '}
+ <a href="https://reqrypt.org/windivert.html">WinDivert</a>,{' '}
27
<a href="https://www.dpdk.org/">DPDK</a>,{' '}
28
<a href="https://ebpf.io/">eBPF AF_XDP</a> and{' '}
29
<a href="https://www.ntop.org/products/packet-capture/pf_ring/">
0 commit comments