mhendy25 / offline_network_traffic_analyzer

0 stars 0 forks source link

IP #4

Open mhendy25 opened 4 months ago

mhendy25 commented 4 months ago
AsikoGomis commented 4 months ago

IP Unpacking

IP Unpacking [[Tutorial:](IP Unpacking tutorial)

-Expectations from Ethernet Layer (Ask Mohamed): Expecting Mohamed to unpack the Ethernet frame and derive dest_mac, src_mac, eth_proto, and data. The calculated data or payload obtained here is essential for IP packet unpacking.

-Implementing the IP Layer: Derive version, header_length, ttl, proto, ipv4(src), ipv4(target), and data [header_length]. Ensure proper handling and interpretation of IP packet components.

-Producing Readable Output: Ensure that the output generated from IP unpacking is clear and understandable.

-Communicating with UDP Layer (Discuss with Dany): The extracted payload from IP unpacking serves as Dany's Datagram at the UDP layer. Coordinate with Dany to ensure seamless communication and data handling between IP and UDP layers.