Wireshark-users: Re: [Wireshark-users] Accessing Capture interface details?
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 17 Jun 2008 19:59:54 -0700

On Jun 13, 2008, at 3:21 PM, Vinay Chilakamarri wrote:

Also, do you have any suggestions for the older wireshark versions that didn't use dumpcap for capturing?

Write your own code, perhaps using jpcap:

	http://jpcap.sourceforge.net/

or jNetPCAP:

	http://jnetpcap.sourceforge.net/

wrapped around WinPcap, using pcap_findalldevs().