]> The Tcpdump Group git mirrors - libpcap/history - nametoaddr.c
pcap_create_interface() needs the interface name on Linux.
[libpcap] / nametoaddr.c
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-03-07  Gisle VanemGet rid of obsolete variable.
2016-02-11  Guy HarrisDon't use global state for the BPF compiler.
2015-12-27  Guy HarrisExport some more functions and some variables.
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-23  Guy HarrisGet rid of Win32/Src/{getnetent.c,getnetbynm.c} - we...
2015-09-23  Guy HarrisDon't use our own getaddrinfo() on Windows.
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-04-14  Guy HarrisCheck for malloc failing in pcap_ether_aton().
2012-11-30  Guy HarrisFix memory leak.
2009-02-14  Guy HarrisFrom Gisle Vanem:
2008-02-06  guyFrom Arien Vijn: support various notions for MAC addresses.
2007-06-11  guyPick up changes from NetBSD:
2006-10-04  guyPut the public libpcap headers into a pcap subdirectory...
2005-04-20  guySome systems (*cough*Irix*cough) not only don't declare
2005-04-20  guy<string.h> is the ANSI C standard header file to includ...
2005-04-19  guyFrom Patrick Marie <[email protected]>: add support...
2005-03-27  guyFix some typoes for "ether_hostton".
2005-03-27  guyIf we don't get a declaration of ether_hostton() by...
2005-03-26  guyIf we have ether_hostton(), check whether we have ...
2005-03-17  guyFor "ether proto", allow LLC value names as well as...
2003-12-24  itojuntypo
2003-12-24  itojunsome getaddrinfo(3) can return multiple address against...
2003-11-19  guyTypo fix from Brian Ginsbach.
2003-11-16  guyFrom Brian Ginsbach <[email protected]>: add UNICOS...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-02-25  fennerOnly look up "tcp" and "udp" in pcap_nametoport()....
2002-08-02  guyInclude "IP6_misc.h" even on UNIX if __MINGW32__ is...
2002-08-02  guyUse <pcap-stdinc.h> only on Windows; on UNIX, selective...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-04-09  guyIndicate why we have incomplete definitions for "struct...
2002-04-07  guyNo need to include <sys/socket.h> twice.
2002-04-06  guyThere's no need to include <netdb.h> twice.
2001-07-28  guyCast the argument to <ctype.h> macros to "unsigned...
2001-06-27  guyPut a "return (0);" into "__pcap_nametodnaddr()" to...
2001-01-17  guySigh. Not all systems have <netinet/if_ether.h> -...
2000-12-18  guyPut in a comment noting that we should, perhaps, declare
2000-12-18  guyAs per many suggestions, the most recent in mail to
2000-10-10  guyEliminate a warning with some compilers.
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-07-01  assarremove non-STDC code and malloc.h
2000-04-27  itojunrevert renaming of pcap_nametoaddrinfo to pcap_nametoad...
1999-11-25  itojunrestrict result from getaddrinfo() by specifying hints...
1999-10-19  itojunIPv6 packet filtering code.
1999-10-17  mcr removed prototype to permit building on NetBSD
1999-10-07  mcrInitial revision