Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/webpagereplay/third_party/ipfw_win32/README.txt

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This directory contains the binaries to install and use IPFW and
2 DUMMYNET on a Windows Machine. The kernel part is an NDIS module,
3 whereas the user interface is a command line program.
4
5 1. INSTALL THE NDIS DRIVER
6
7 - open the configuration panel for the network card in use
8 (either right click on the icon on the SYSTRAY, or go to
9 Control Panel -> Network and select one card)
10
11 - click on Properties->Install->Service->Add
12 - click on 'Driver Disk' and select 'netipfw.inf' in this folder
13 - select 'ipfw+dummynet' which is the only service you should see
14 - click accept on the warnings for the installation of an unknown
15 driver (roughly twice per existing network card)
16
17 Now you are ready to use the emulator. To configure it, open a 'cmd'
18 window and you can use the ipfw command from the command line.
19 Otherwise click on the 'TESTME.bat' which is a batch program that
20 runs various tests.
21
22 2. UNINSTALL THE DRIVER
23
24 - select a network card as above.
25 - click on Properties
26 - select 'ipfw+dummynet'
27 - click on 'Remove'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698