Click to See Complete Forum and Search --> : looking for network packet sniffing api


umen
October 19th, 2008, 05:41 PM
Hello all
what is the standard c++ api to be able get the network trafic info on local pc ?
is it component or build in OS api?
for example what wire shark or fiddler are using ?
Thanks

Codeplug
October 19th, 2008, 06:11 PM
libpcap (winpcap on Windows) is probably the most popular.

http://en.wikipedia.org/wiki/Libpcap

gg