views:

115

answers:

2

Hello beside wincap , is there any recommended cross platform Packet Capture Library to use with c/c++ ? Thanks

+2  A: 

You can use the "pcap" interface. Unix like system implement this interface with libpcap and Winpcap on windows.

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

arsane
A: 

Packet Capture Tools: http://www.hunch.com/performance-troubleshooting-with-packet-captures/