How to resolve : undefined reference to `pcap_lookupdev’

If you are trying to compile any network packet capturing related program, there are higher chances you … Read more

C program – UDP Server to print UPNP Packets

This posts provides the C program with UDP server, which listens on UDP Multicast group 239.255.255.250 and … Read more

C program to verify the integrity of a file with md5 checksum

Most of the times we downloaded some files from the internet, and we also see people provides … Read more

Capture and analyze network packets using tcpdump and tshark

We can use tcpdump to capture the packets whereas tshark to analyse the packets. Using above help, … Read more

sniffex – C program to Capture wifi packets using libpcap

libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more

adb kill-server

If you are trying to access your android mobile using “adb shell” command from host, it first … Read more

adb reconnect

“adb devices” command on host first starts the adb server and then tries to connect to Android … Read more