-
Couldn't load subscription status.
- Fork 0
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.
Couldn't load subscription status.
BMSahu1605/codealpha_tasks_1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
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.