You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK 1: Basic Network Sniffer ● Build a Python program to capture network traffic packets. ● Analyze captured packets to understand their structure and content. ● Learn how data flows through the network and the basics of protocols. ● Use libraries like `scapy` or `socket` for packet capturing. ● Display useful information such as src/dest.