Skip to content

25Ruq/Siemens-OOP-Assignment-Packet-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siemens OOP Assignment Intake(2) 2023

Project Idea: Packet Analyzer

Description

  • Read the file into some packets. Each line in the input file represents one packet data.
  • Parse each packet into its own fields.
  • Write the parsed packets with their fields in an output text file.

UML Class Diagram

Prerequisites

Install g++: https://www3.cs.stonybrook.edu/~alee/g++/g++.html

Clone the app

git clone https://github.com/25Ruq/Siemens-OOP-Assignment-Packet-Analyzer

Run the app

Open terminal inside the repo directory

cd /<path>/Siemens-OOP-Assignment-Packet-Analyzer
g++ -o runApp header/*.h source/*.cpp main/main.cpp
./runApp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages