]> The Tcpdump Group git mirrors - libpcap/history - fad-getad.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / fad-getad.c
2019-09-01  Guy HarrisDon't use ctype.h macros.
2018-04-30  Guy HarrisPass the "get additional flags" function to the findall...
2018-01-21  Guy HarrisUse AC_CHECK_TYPES and AC_CHECK_MEMBERS.
2018-01-09  Guy HarrisUpdate to reflect the name change for Apple's UNIX...
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
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-21  Guy HarrisRename a routine to match find_or_add_if().
2017-01-19  Guy HarrisPass IFF_ flags to add_addr_to_iflist().
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
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-28  Guy HarrisLet the platform decide how to check capturable interfaces.
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-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-12  Guy HarrisFix/update some comments.
2014-01-11  Guy HarrisDon't exclude interfaces that aren't up.
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-04-06  Guy HarrisDon't try to handle AF_PACKET on Solaris.
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2011-06-12  Guy HarrisHandle Linux, which has linux/*.h and netpacket/*.h...
2011-06-04  Darren ReedHandle Solaris 11, which has AF_PACKET but not (all...
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-04-07  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-04-01  Chris MaynardAdd a #include required on RHEL5.
2007-09-14  guyFrom RCB-ISIS on SourceForge: handle LynxOS, which...
2005-04-08  guyFrom Don Ebright: add support for Linux logical interfaces.
2004-11-04  guyFrom Dean Gaudet <[email protected]>: handle AF_PACKET...
2004-03-11  guyDon't rely on SA_LEN to check whether it's passed a...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-09-10  guyFrom Mike Wiacek: have "get_sa_len()" return 0 if the...
2003-09-10  itojunsa_len for netmask is undefined.
2003-02-25  guyAlas, there are some versions of GNU libc that don...
2002-10-19  guyFrom Kazushi Sugyo: address pointers in entries returned by
2002-08-26  guyFrom an anonymous Sourceforge user: include <net/if...
2002-07-30  guyLeave it up to the platform-dependent "get interface...
2002-07-27  guyPut the different implementations of "pcap_findalldevs...