aboutsummaryrefslogtreecommitdiffstats
path: root/fad-win32.c
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25Add pcap_platform_finddevs() to WinPcap.guy1-1/+10
2006-02-22Fixed some capitalization that could cause problems cross compiling under linux.gianluca1-7/+8
Updated the copyright notice.
2006-01-22Added some code to properly distinguish a failure in PacketGetAdapterNames()gianluca1-10/+11
from a "buffer too small" error.
2005-09-01Added a missing check on the return value of PacketGetAdapterNames()risso1-2/+12
2005-01-29Clean up indentation.guy1-14/+12
Get rid of some unnecessary casts.
2004-04-30Fixed a bug in pcap_findalldevs on Win32 that not initialized *alldevsp to NULLrisso1-2/+3
if no adapters are present.
2004-04-30Modified pcap_findalldevs on Win32, so that it is able to properly handle anrisso1-3/+19
indefinite number of adapters. Before the buffer passed to PacketGetAdapterNames was limited to 8kB.
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
warnings from newer versions of GCC.
2003-09-22add_addr_to_list() now supports the IPv6 addresses returned by WinPcap ↵risso1-156/+65
inside sockaddr_storage structures. Simplified pcap_findalldevs() since PacketGetAdapterNames() now returns ascii strings under WinNTx as well.
2003-05-15Modified the license at the beginning of the files created by the Politecno ↵risso1-17/+28
di Torino developers from the 4-clause BSD code to the modified BSD license
2003-03-12Fixed some compiler warningsrisso1-2/+2
2002-08-08Give it an SCCS and RCS ID.guy1-3/+13
Put in a comment noting why we don't return an error if "PacketGetNetInfoEx()" returns an error.
2002-08-07pcap_add_if_win32 added a fake ip address (0.0.0.0) to interfaces without ↵risso1-20/+2
addresses. Now it doesn't add anything to the address list.
2002-08-05Give the file an SCCS and RCS ID.guy1-0/+5
2002-08-01Added support for Win32, based on WinPcap.risso1-0/+374