]> The Tcpdump Group git mirrors - libpcap/history - nametoaddr.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / nametoaddr.c
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2022-02-20  Guy HarrisFix a comment. [skip ci]
2022-02-20  Denis OvsienkoSquelch a few warnings on AIX. [skip appveyor]
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-06-21  Francois-Xavier... Fix "unknown ether proto 'aarp'"
2020-06-12  Francois-Xavier... Remove undocumented and rather old "ether proto" protocols 936/head
2020-05-24  Francois-Xavier... Sort the Ethernet protocols database by names
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2020-03-01  Michael RichardsonMerge pull request #895 from desowin/usb
2020-01-12  B. Scott MichelMerge branch 'cmake_library_architecture' of https... 876/head
2020-01-06  Guy HarrisMerge pull request #896 from orgads/cygwin
2020-01-06  Orgad ShanehFix compilation on Cygwin 896/head
2019-12-18  Guy HarrisCheck for invalid IPv4 addresses.
2019-11-06  Guy HarrisSquelch more warnings in MinGW builds.
2019-09-24  Guy HarrisMerge pull request #847 from fenner/nineisadigit
2019-09-24  Bill FennerNine is a digit. 847/head
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-10-23  Guy HarrisOnly initialize np to NULL for Linux's getnetbyname_r().
2018-10-23  Guy HarrisMerge pull request #774 from catenacyber/uninit
2018-10-23  Philippe AntoineInitializing np value to NULL 774/head
2018-09-15  Guy HarrisSuppress warnings about the deprecation of gethostbyname().
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-07-14  Francois-Xavier... Update error codes for "real error" with getaddrinfo()
2018-04-03  Guy HarrisFix MSVC build.
2018-04-03  Guy HarrisSquelch some "no declaration before definition" warnings.
2018-03-28  Joerg MayerFix the -Wunused-parameter warnings that have obvious...
2018-03-20  Guy HarrisSquelch some warnings.
2018-03-20  Guy HarrisDon't use old-style function definitions.
2018-03-20  Guy HarrisUse for (;;) rather than while (1).
2018-01-29  Guy HarrisDon't use fopen_s().
2018-01-28  Guy HarrisClarify the thread safety of pcap_ether_hostton().
2018-01-28  Guy HarrisTry to make pcap_compile() thread-safer.
2018-01-22  Guy HarrisClean up #endif comments.
2017-11-05  Guy HarrisMerge pull request #660 from mhannig/master
2017-11-05  Guy HarrisGet rid of an unused variable.
2017-10-31  Guy HarrisHandle fopen() and fopen_s() differently.
2017-09-20  Guy HarrisMerge pull request #621 from sgeto/wspiapi
2017-09-20  Ali AbdulkadirRenamed Wspiapi.h to wspiapi.h 621/head
2017-09-20  Guy HarrisMerge pull request #619 from sgeto/master
2017-09-20  Guy HarrisFix comment.
2017-09-19  Guy HarrisClean up the ether_hostton() stuff.
2017-09-05  Guy HarrisGet rid of pcap-stdinc.h.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-07  Guy HarrisCope with the NetBSD issue in a different way.
2016-08-07  Guy HarrisCope with a NetBSD annoyance.
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-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
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
next