aboutsummaryrefslogtreecommitdiffstats
path: root/fad-win32.c
AgeCommit message (Expand)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
2006-01-22Added some code to properly distinguish a failure in PacketGetAdapterNames()gianluca1-10/+11
2005-09-01Added a missing check on the return value of PacketGetAdapterNames()risso1-2/+12
2005-01-29Clean up indentation.guy1-14/+12
2004-04-30Fixed a bug in pcap_findalldevs on Win32 that not initialized *alldevsp to NULLrisso1-2/+3
2004-04-30Modified pcap_findalldevs on Win32, so that it is able to properly handle anrisso1-3/+19
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-09-22add_addr_to_list() now supports the IPv6 addresses returned by WinPcap inside...risso1-156/+65
2003-05-15Modified the license at the beginning of the files created by the Politecno d...risso1-17/+28
2003-03-12Fixed some compiler warningsrisso1-2/+2
2002-08-08Give it an SCCS and RCS ID.guy1-3/+13
2002-08-07pcap_add_if_win32 added a fake ip address (0.0.0.0) to interfaces without add...risso1-20/+2
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