From c39dcab5edb440a67ddc59fea4cad4a6fdbddffc Mon Sep 17 00:00:00 2001
From: Dirk Loss <mail@dirk-loss.de>
Date: Sat, 19 Sep 2009 23:31:18 +0200
Subject: [PATCH] Updated the command to run Scapy on Windows

---
 doc/scapy/usage.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst
index 80704f7f..34e2bc9f 100644
--- a/doc/scapy/usage.rst
+++ b/doc/scapy/usage.rst
@@ -9,15 +9,17 @@ Scapy's interactive shell is run in a terminal session. Root privileges are need
 send the packets, so we're using ``sudo`` here::
   
     $ sudo scapy
-    Welcome to Scapy (2.0.0.10 beta)
+    Welcome to Scapy (2.0.1-dev)
     >>> 
 
 On Windows, please open a command prompt (``cmd.exe``) and make sure that you have 
 administrator privileges::
 
-    C:\scapy> python scapy.py
-    Welcome to Scapy (1.2.0.2-win)
-    >>> 
+    C:\scapy-win2>run_scapy
+    INFO: No IPv6 support in kernel
+    WARNING: No route found for IPv6 destination :: (no default route?)
+    Welcome to Scapy (2.0.1-dev)
+    >>>
 
 If you do not have all optional packages installed, Scapy will inform you that 
 some features will not be available:: 
-- 
GitLab