aboutsummaryrefslogtreecommitdiffstats
path: root/nametoaddr.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-14From Gisle Vanem:Guy Harris1-7/+5
2008-02-06From Arien Vijn: support various notions for MAC addresses.guy1-3/+11
2007-06-11Pick up changes from NetBSD:guy1-4/+4
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-2/+2
2005-04-20Some systems (*cough*Irix*cough) not only don't declareguy1-1/+6
2005-04-20<string.h> is the ANSI C standard header file to include for variousguy1-2/+2
2005-04-19From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy1-1/+46
2005-03-27Fix some typoes for "ether_hostton".guy1-4/+4
2005-03-27If we don't get a declaration of ether_hostton() by includingguy1-1/+8
2005-03-26If we have ether_hostton(), check whether we have <netinet/if_ether.h>guy1-13/+3
2005-03-17For "ether proto", allow LLC value names as well as Ethernet type valueguy1-1/+25
2003-12-24typoitojun1-2/+2
2003-12-24some getaddrinfo(3) can return multiple address against SOCK_STREAM (like tcpitojun1-1/+2
2003-11-19Typo fix from Brian Ginsbach.guy1-2/+2
2003-11-16From Brian Ginsbach <ginsbach@cray.com>: add UNICOS/mp to the list ofguy1-2/+3
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-02-25Only look up "tcp" and "udp" in pcap_nametoport(). This fixes thefenner1-24/+26
2002-08-02Include "IP6_misc.h" even on UNIX if __MINGW32__ is defined, as hadguy1-4/+11
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-1/+12
2002-08-01Added support for Win32, based on WinPcap.risso1-8/+13
2002-06-11whitespace cleanupitojun1-2/+2
2002-04-09Indicate why we have incomplete definitions for "struct mbuf" andguy1-5/+7
2002-04-07No need to include <sys/socket.h> twice.guy1-4/+1
2002-04-06There's no need to include <netdb.h> twice.guy1-3/+2
2001-07-28Cast the argument to <ctype.h> macros to "unsigned char", to eliminateguy1-2/+2
2001-06-27Put a "return (0);" into "__pcap_nametodnaddr()" to squelch complaintsguy1-1/+2
2001-01-17Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy1-1/+3
2000-12-18Put in a comment noting that we should, perhaps, declareguy1-1/+10
2000-12-18As per many suggestions, the most recent in mail toguy1-2/+2
2000-10-10Eliminate a warning with some compilers.guy1-2/+2
2000-07-11add config.h, remove gnuc.h. remove __deadassar1-2/+5
2000-07-01remove non-STDC code and malloc.hassar1-4/+1
2000-04-27revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this getsitojun1-4/+4
1999-11-25restrict result from getaddrinfo() by specifying hints.ai_socktype.itojun1-1/+2
1999-10-19IPv6 packet filtering code.itojun1-1/+29
1999-10-17 removed prototype to permit building on NetBSDmcr1-5/+1
1999-10-07Initial revisionmcr1-0/+372