On Wed, Apr 20, 2011 at 01:41:27AM -0400, HaoQi Li wrote: > As a part my college senior project, I'd like to find the Linux, > MacOS, and WindowsXP system calls for 1. listing network interfaces 2. > their MAC Addresses > > Since Wireshark is cross-platform and can do those things, I've been > searching in its source code for many days, but without success.
Wireshark uses libpcap (Unix/Mac) or WinPcap (Windows) for this sort of thing. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
