summaryrefslogtreecommitdiff
path: root/nametoaddr.c
Commit message (Expand)AuthorAgeFilesLines
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-6/+6
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Check for malloc failing in pcap_ether_aton().Guy Harris2013-04-141-0/+2
* Fix memory leak.Guy Harris2012-11-301-0/+1
* From Gisle Vanem:Guy Harris2009-02-141-7/+5
* From Arien Vijn: support various notions for MAC addresses.guy2008-02-061-3/+11
* Pick up changes from NetBSD:guy2007-06-111-4/+4
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-2/+2
* Some systems (*cough*Irix*cough) not only don't declareguy2005-04-201-1/+6
* <string.h> is the ANSI C standard header file to include for variousguy2005-04-201-2/+2
* From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy2005-04-191-1/+46
* Fix some typoes for "ether_hostton".guy2005-03-271-4/+4
* If we don't get a declaration of ether_hostton() by includingguy2005-03-271-1/+8
* If we have ether_hostton(), check whether we have <netinet/if_ether.h>guy2005-03-261-13/+3
* For "ether proto", allow LLC value names as well as Ethernet type valueguy2005-03-171-1/+25
* typoitojun2003-12-241-2/+2
* some getaddrinfo(3) can return multiple address against SOCK_STREAM (like tcpitojun2003-12-241-1/+2
* Typo fix from Brian Ginsbach.guy2003-11-191-2/+2
* From Brian Ginsbach <ginsbach@cray.com>: add UNICOS/mp to the list ofguy2003-11-161-2/+3
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Only look up "tcp" and "udp" in pcap_nametoport(). This fixes thefenner2003-02-251-24/+26
* Include "IP6_misc.h" even on UNIX if __MINGW32__ is defined, as hadguy2002-08-021-4/+11
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+12
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+13
* whitespace cleanupitojun2002-06-111-2/+2
* Indicate why we have incomplete definitions for "struct mbuf" andguy2002-04-091-5/+7
* No need to include <sys/socket.h> twice.guy2002-04-071-4/+1
* There's no need to include <netdb.h> twice.guy2002-04-061-3/+2
* Cast the argument to <ctype.h> macros to "unsigned char", to eliminateguy2001-07-281-2/+2
* Put a "return (0);" into "__pcap_nametodnaddr()" to squelch complaintsguy2001-06-271-1/+2
* Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy2001-01-171-1/+3
* Put in a comment noting that we should, perhaps, declareguy2000-12-181-1/+10
* As per many suggestions, the most recent in mail toguy2000-12-181-2/+2
* Eliminate a warning with some compilers.guy2000-10-101-2/+2
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* remove non-STDC code and malloc.hassar2000-07-011-4/+1
* revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this getsitojun2000-04-271-4/+4
* restrict result from getaddrinfo() by specifying hints.ai_socktype.itojun1999-11-251-1/+2
* IPv6 packet filtering code.itojun1999-10-191-1/+29
* removed prototype to permit building on NetBSDmcr1999-10-171-5/+1
* Initial revisionmcr1999-10-071-0/+372