Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scapy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
scapy
Commits
c39dcab5
Commit
c39dcab5
authored
16 years ago
by
Dirk Loss
Browse files
Options
Downloads
Patches
Plain Diff
Updated the command to run Scapy on Windows
parent
a2eb3412
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/scapy/usage.rst
+6
-4
6 additions, 4 deletions
doc/scapy/usage.rst
with
6 additions
and
4 deletions
doc/scapy/usage.rst
+
6
−
4
View file @
c39dcab5
...
...
@@ -9,14 +9,16 @@ 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment