From d1ff649556efc7f4efa16427f8933712b47ad633 Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Wed, 30 Dec 2009 22:59:52 +0100 Subject: [PATCH] Update an URL into doc --- doc/scapy/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scapy/extending.rst b/doc/scapy/extending.rst index 0a9ecd90..6be0bd0d 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 -- GitLab