diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst
index 50c749e0be0a2bc0286b71eb8db94395a2a4f4a8..fa177e397d6e045d94fc10f3ca010cf24c647439 100644
--- a/doc/scapy/usage.rst
+++ b/doc/scapy/usage.rst
@@ -931,7 +931,7 @@ This program uses the ``sniff()`` callback (paramter prn). The store parameter i
 ::
 
     #! /usr/bin/env python
-    from scapy import *
+    from scapy.all import *
     
     def arp_monitor_callback(pkt):
         if ARP in pkt and pkt[ARP].op in (1,2): #who-has or is-at