From 29f7409053932da5c991fa7adfc1467e26b6d7bd Mon Sep 17 00:00:00 2001 From: Dion Date: Wed, 11 Nov 2015 17:26:46 +0100 Subject: [PATCH] eindversie dag des niet werkende scapy --- a2/1cases.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/a2/1cases.tex b/a2/1cases.tex index 79da29d..78ae168 100644 --- a/a2/1cases.tex +++ b/a2/1cases.tex @@ -291,6 +291,28 @@ Before every test case use the following steps to initialize the testing environ & 2. Execute the script by running \texttt{\# code/client/tests/5.py} \\\hline Valid trace & Verify that the script prints 'Success'. \\\hline \hline + + Nr & 6 \\\hline + Title & Request with corrupted source port. \\\hline + Input & Generated packets with 1byte payload, in these packets the source port number is increased by one. \\\hline + Expected output & - \\\hline + \multirow{2}{*}{Course of action} + & 1. Use the steps listed above in order to start the SUT. \\ + & 2. Execute the script by running \texttt{\# code/client/tests/6.py} \\\hline + Valid trace & Verify that the script prints 'Success'. \\\hline + \hline + + + Nr & 6 \\\hline + Title & Request with corrupted destination port. \\\hline + Input & Generated packets with 1byte payload, in these packets the destination port number is increased by one. \\\hline + Expected output & - \\\hline + \multirow{2}{*}{Course of action} + & 1. Use the steps listed above in order to start the SUT. \\ + & 2. Execute the script by running \texttt{\# code/client/tests/6.py} \\\hline + Valid trace & Verify that the script prints 'Success'. \\\hline + \hline + \end{longtable} %\begin{tabularx}{\linewidth}{| l | X|} -- 2.20.1