From de45b446f4a770b52fb0512f45018e01475af235 Mon Sep 17 00:00:00 2001 From: Charlie Gerhardus Date: Sun, 15 Nov 2015 22:08:30 +0100 Subject: [PATCH] kleine fix die er toch niet meer toe doet. --- a2/1cases.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/a2/1cases.tex b/a2/1cases.tex index b0531b2..a734777 100644 --- a/a2/1cases.tex +++ b/a2/1cases.tex @@ -394,7 +394,7 @@ described in Table~\ref{tbl:testpairs}. Nr & 5 \\\hline Title & 5 requests with 1byte payload with corrupted source port, destination port and checksum. The second segment is omitted in order to simulate a packet drop on the client side. \\\hline - Input & Generated packets with 1byte payload, two packets are swapped in position. \\\hline + Input & Generated packets with 1byte payload, second generated segment is removed. \\\hline Expected output & All packets are dropped resulting in a connection time-out. \\\hline \multirow{2}{*}{Course of action} & 1. Use the steps listed above in order to start the SUT. \\ @@ -437,7 +437,7 @@ described in Table~\ref{tbl:testpairs}. Nr & 9 \\\hline Title & 5 requests with 1byte corrupted payload, invalid checksum and the second packet is dropped. \\\hline - Input & Generated packets with 1byte payload, in these packets the payload byte and checksum are increased by one. \\\hline + Input & Generated packets with 1byte payload, in these packets the payload byte and checksum are increased by one. The second segment is removed. \\\hline Expected output & All packets are dropped resulting in a connection time-out. \\\hline \multirow{2}{*}{Course of action} & 1. Use the steps listed above in order to start the SUT. \\ @@ -447,7 +447,7 @@ described in Table~\ref{tbl:testpairs}. Nr & 10 \\\hline Title & 5 requests with 65495byte corrupted payload, invalid checksum and the second packet is dropped. \\\hline - Input & Generated packets with 65495byte payload, in these packets one of the payload bytes and the checksum are increased by one. \\\hline + Input & Generated packets with 65495byte payload, in these packets one of the payload bytes and the checksum are increased by one. The second packet is removed. \\\hline Expected output & All packets are dropped resulting in a connection time-out. \\\hline \multirow{2}{*}{Course of action} & 1. Use the steps listed above in order to start the SUT. \\ @@ -457,7 +457,7 @@ described in Table~\ref{tbl:testpairs}. Nr & 11 \\\hline Title & 5 requests with 65495byte corrupted payload that doesn't show up in checksum and corrupted destination port. The second packet is dropped. \\\hline - Input & Generated packets with 65495byte payload, in these packets one 16bit word in the payload is increased by 1 and another 16bit word is decreased by 1. The destination port is also increase by one and the second segments is removed. \\\hline + Input & Generated packets with 65495byte payload, in these packets one 16bit word in the payload is increased by 1 and another 16bit word is decreased by 1. The destination port is also increase by one and the second segment is removed. \\\hline Expected output & All packets are dropped resulting in a connection time-out. \\\hline \multirow{2}{*}{Course of action} & 1. Use the steps listed above in order to start the SUT. \\ -- 2.20.1