diff --git a/doc/scapy/extending.rst b/doc/scapy/extending.rst index 0a9ecd900259c9d4cb2f1339931522da2ff516e4..6be0bd0d94e4c4b705be5c6f4befa64bfcbeb754 100644 --- a/doc/scapy/extending.rst +++ b/doc/scapy/extending.rst @@ -57,7 +57,7 @@ Here is another tool that will constantly monitor all interfaces on a machine an sniff(prn=arp_monitor_callback, filter="arp", store=0) -For a real life example, you can check `Wifitap <http://sid.rstack.org/index.php/Wifitap_EN>`_. +For a real life example, you can check `Wifitap <http://sid.rstack.org/static/articles/w/i/f/Wifitap_EN_9613.html>`_. Extending Scapy with add-ons