From 5fdc01a4f0704ddbcc457d2dfaa91a8d71abd275 Mon Sep 17 00:00:00 2001 From: sebastien mainand Date: Wed, 12 Jul 2017 14:36:41 +0200 Subject: [PATCH] fix in doc cmd to run a specific uts file --- doc/scapy/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scapy/development.rst b/doc/scapy/development.rst index 63118b856..c26e0b97b 100644 --- a/doc/scapy/development.rst +++ b/doc/scapy/development.rst @@ -239,6 +239,6 @@ Table 5 shows a simple test campaign with multiple test set definitions. Additio To see an example that is targeted to Scapy, go to http://www.secdev.org/projects/UTscapy. Cut and paste the example at the bottom of the page to the file ``demo_campaign.txt`` and run UTScapy against it:: -./UTscapy.py -t demo_campaign.txt -f html -o demo_campaign.html –F -l +./test/run_tests -t demo_campaign.txt -f html -o demo_campaign.html -F -l Examine the output generated in file ``demo_campaign.html``.