Task 1: Write a C code to Capture packets from wireless interface or Ethernet interface using libpcap and extract Source MAC , Destination MAC, Source IP, Destination IP, source Port, destination port, Protocol from the raw packet. Task 2: Write a code to Keep count of every protocol it detects in network traffic and displays the number and percentage of each protocol. By this user can see what kind of protocols is being used in network.
Task 3: Write a code to Formulate Application stats by packet count per application use in network. This gives idea about what kind of services are mostly used in the network and using these stats we can decide what areas are the most important in the network