network sniffer
Unsolved
General and Desktop
-
@Nisha Qt doesnot have a ready-made API for this purpose. You will have to rely on 3rd party software for this. As said earlier have a look at
libpcap
. A quick search shows some tutorials related to it. May be you can try to write a Qt wrapper around it.