From da80722518ecbc3fc3e514ef231a1467e6340714 Mon Sep 17 00:00:00 2001 From: Marcos Berte Date: Sat, 12 Nov 2022 17:00:40 -0300 Subject: [PATCH] Fixed docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 540d770..b8df3e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Client-Server-Sniffer -Client/Server iimplementation in C language using TCP/SCTP protocols. +Client-Server implementation in C language using TCP/SCTP protocols. Application developed as workpaper for the Computer Network class. University of Vale do Rio dos Sinos, Brazil/Rio Grande do Sul. @@ -18,6 +18,7 @@ Note that the TCPDUMP options are hardcoded and will only execute for 1 second. ![Sample_Run](./docs/images/sample_run.png) ### Comparison between protocols +For this comparison the "dump" command was executed to receive a ".pcap" file from a single remote machine using both TCP and SCTP protocols. ![Packets_and_Bytes_sent](./docs/images/packets_bytes.png)