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
If you are trying to compile any network packet capturing related program, there are higher chances you … Read more
Following program shows a sample example of how we can use C macros __FILE__ , __func__ and … Read more
Sometimes due to some reason you start getting error as show in the image here. This error … Read more
Sometimes during complex programing, there are chances we make some mistakes during hurry to write and complete … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
The perror() function produces a message on standard error describing the last error encountered during a call … Read more
When we tried to install “sitespeed.io” on Ubuntu 18.04, as mentioned in installation steps “npm install -g … Read more