Skip to content

Commit b9ede48

Browse files
authored
Fix WinDivert link (#212)
1 parent e628eb9 commit b9ede48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LandingPage/sections/CaptureAndSendNetworkTraffic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function CaptureAndSendNetworkTraffic(): JSX.Element {
2323
<a href="https://www.tcpdump.org/">libpcap</a>,{' '}
2424
<a href="https://www.winpcap.org/">WinPcap</a>,{' '}
2525
<a href="https://nmap.org/npcap/">NPcap</a>,{' '}
26-
<a href="https://www.winpcap.org/">WinDivert</a>,{' '}
26+
<a href="https://reqrypt.org/windivert.html">WinDivert</a>,{' '}
2727
<a href="https://www.dpdk.org/">DPDK</a>,{' '}
2828
<a href="https://ebpf.io/">eBPF AF_XDP</a> and{' '}
2929
<a href="https://www.ntop.org/products/packet-capture/pf_ring/">

0 commit comments

Comments
 (0)