From 03b18bb461990634bbb78cdf3a4b305a0ebb7583 Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 5 Oct 2022 20:06:39 -0500 Subject: [PATCH] Updated README For Sprint 4 --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36586fe..f09e1ce 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,12 @@ You will extract the core functional and non-functional requirements, and protot - Task5: Add junit dependency in pom.xml - Task6: ipv4 or ipv6 address checker #### Sprint 3: Sep 28, 2022 - Oct 5, 2022 -- Task2: Create command line class to handle user input -- Task4: Integrate different components on main class - Task7: Writing packets into a file #### Sprint 4: Oct 5, 2022 - Oct 19, 2022 +- Task2: Create command line class to handle user input +- Task4: Integrate different components on main class +- Task8: Reading packets from pcap file +- Task9: Add reading packets given an amount of time on a interface #### Sprint 5: Oct 19, 2022 - Nov 2, 2022 #### Sprint 6: Nov 2, 2022 - Nov 16, 2022 #### Project Presentation: Nov 28, 2022 @@ -53,9 +55,9 @@ You will extract the core functional and non-functional requirements, and protot #### Tasks ToDo - Task2: Create command line class to handle user input - Task4: Integrate different components on main class +- Task9: Add reading packets given an amount of time on a interface #### WIP (Task name, team member(s) working on it) -- Task7: Writing packets into a file, Bryan - +- Task8: Reading packets from pcap file, Bryan #### Tasks Done - Created repository - Added ReadMe file @@ -64,6 +66,7 @@ You will extract the core functional and non-functional requirements, and protot - Task1: Add packet capturing library, Bryan - Task3: Add basic packet capture functionality, Bryan - Task6: ipv4 or ipv6 address checker, Diogo +- Task7: Writing packets into a file, Bryan ### Running Instructions: