]> The Tcpdump Group git mirrors - libpcap/history - inet.c
pcap_create_interface() needs the interface name on Linux.
[libpcap] / inet.c
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-01-25  Guy HarrisSplit out the UN*X flags to pcap flags mapping.
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-10-21  Gisle VanemDon't use C99 declarations in the middle of code.
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-21  Guy HarrisExplain why pcap_lookupdev() is weird on Windows.
2015-09-03  Guy HarrisRename pcap_win32strerror() to pcap_win32_err_to_str().
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-02-12  Guy HarrisDon't add null addresses to the address list.
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2015-01-16  Francois-Xavier... Network routines: fix a Coverity warning
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-08-06  Michael RichardsonMerge remote-tracking branch 'finepoint/master' into... 376/head
2014-07-09  Guy HarrisOnly treat *trailing* digits as an instance number.
2014-07-09  Guy HarrisAdd the UP and RUNNING flags to the "any" device.
2014-07-09  Guy HarrisReturn the right figure of merit for the "any" device.
2014-01-12  Guy HarrisDon't treat all open errors as reasons not to list...
2014-01-12  Guy HarrisPull the code to get an interface description into...
2014-01-11  Guy HarrisDon't lose the addresses for interfaces.
2014-01-11  Guy HarrisPull the code to add an address to an interface into...
2014-01-10  Guy HarrisMerge pull request #337 from crondaemon/master
2014-01-10  Dario LombardoISUP() and ISRUNNING() added. 337/head
2014-01-10  Dario LombardoAdded interfaces sorting function
2014-01-10  Dario Lombardospaces
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2011-03-31  Michael RichardsonMerge remote branch 'sfd/master'
2011-03-24  Guy HarrisDon't set errbuf to an error message if pcap_findalldev...
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-02-16  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2011-01-23  Guy HarrisFix OpenBSD build.
2010-10-15  Gianluca VarenniFixes to compile WinPcap under MINGW32 and MINGW64.
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-04-28  Guy HarrisUpdate description fetching code for FreeBSD, fix code...
2010-03-10  Xin LiUpdate to handle arbitrary-length interface description...
2010-03-10  Guy HarrisUpdate a comment.
2010-03-01  Guy HarrisUpdate to work with FreeBSD flavor of SIOCGIFDESCR.
2010-01-26  Christian BellAdd Myricom SNF API support as a new pcap device.
2010-01-09  Guy HarrisFix pcap_lookupnet().
2009-03-19  Guy HarrisFrom Roman Francoise: rename the USB-sniffing devices...
2008-04-20  guyExpand a comment with more information on getting inter...
2008-04-17  guyUpdate a comment.
2008-04-17  guyFix a typo.
2008-04-17  guyUse SIOCGIFDESCR to get the interface description if...
2007-06-11  guyPick up changes from NetBSD:
2006-12-30  guyFor wltN devices, open the corresponding enN device...
2006-12-29  guyOn Mac OS X, assume any device whose name begins with...
2006-10-13  guyFrom Paolo Abeni: Bluetooth support.
2006-10-13  guyFrom Paolo Abeni:
2006-10-10  guyIn "add_or_find_if()", first check whether we already...
2006-01-21  guyWe've already used strdup(), and nobody's complained...
2006-01-10  guyPut in a note about getting a description of the interf...
2005-06-20  guyFrom Gilbert Hoyek <[email protected]>: support...
2005-02-10  guyGisle Vanem notes that some compilers warn about "const...
2005-01-29  guyExplain why we're discarding interfaces we can't open...
2005-01-28  guyPut back the code to try opening a device for capture...
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.
2004-12-17  guyFrom Gisle Vanem:
2004-12-16  guyWe don't call "getifaddrs()" in inet.c, so we don't...
2004-04-30  rissoFixed a memory leak in pcap_lookupdev under Win32.
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-09-25  guyGet rid of an unused variable.
2003-09-22  rissopcap_lookupdev() converts the adapter list to unicode...
2003-07-23  guyFrom Jesper Peterson <[email protected]>: support for...
2003-02-04  rissoAdded a const modifier to the first argument of pcap_lo...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
2002-11-13  guyAs per Ayamura Kikuchi, on some UNIXes, such as IRIX...
2002-08-02  guyUse <pcap-stdinc.h> only on Windows; on UNIX, selective...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-30  guyLeave it up to the platform-dependent "get interface...
2002-07-27  guyPut the different implementations of "pcap_findalldevs...
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-06-11  itojunwhitespace cleanup
2002-04-09  guyIndicate why we have incomplete definitions for "struct...
2001-10-28  guyFix a call to "pcap_add_if()" that wasn't give a null...
2001-10-28  guyAdd a description to the entry for the "any" device.
2001-10-28  guyMake the "is_loopback" field of a "pcap_if" structure...
2001-10-10  guySplit off the code to scan "/proc/net/dev" into a separ...
2001-10-09  guyIf we have "/proc/net/dev", and don't have <ifaddrs...
2001-10-09  guyWe don't actually use HAVE_FREEIFADDRS, so there's...
2001-10-08  guyFrom Scott Gifford:
2001-07-28  guyCast the argument to <ctype.h> macros to "unsigned...
2001-06-18  itojunbsdi3 does not have IF_NAMESIZE (kame/bsdi3 has it...
2000-09-20  torstenAdded support for an "any" device based on a patch...
2000-07-29  assarISLOOPBACK_IFA: add
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-07-01  assarremove non-STDC code
2000-04-27  itojuns/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)
2000-04-27  itojunstrncpy -> strlcpy where more appropriate
2000-04-27  itojundo not use sprintf(). always use snprintf().
2000-04-13  itojunmake loopback interface detection consistent. /^(lo...
2000-04-09  assar(pcap_lookupdev): solaris seems to return EINVAL when...
2000-02-23  itojunuse getifaddrs whenever available.
next