summaryrefslogtreecommitdiff
path: root/missing/getaddrinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-7/+2
| | | | | | | | | | appropriately, and that GNUmakefile and the MSVC++ project file define it apppriately, as we do with libpcap, rather than defining it in "interface.h". Undo the rcsid-shuffling and addition of extra #includes, as we no longer need to arrange that "interface.h" be included before using _U_ in an RCS ID or copyright.
* From Neil Spring:guy2003-11-151-1/+1
| | | | | | | | | | | use "_U_" in the definitions of "rcsid[]", to eliminate complaints about those variables being unused; move the definitions after the include of "interface.h", or add an include of "interface.h", so that "_U_" is defined. Include "config.h" before including "tcpdump-stdinc.h" in "missing/datalinks.c".
* From Neil Spring:guy2003-11-151-1/+6
| | | | | | | | | | | use "_U_" in the definitions of "rcsid[]", to eliminate complaints about those variables being unused; move the definitions after the include of "interface.h", or add an include of "interface.h", so that "_U_" is defined. Include "config.h" before including "tcpdump-stdinc.h" in "missing/datalinks.c".
* whitespaceitojun2002-06-111-11/+11
|
* Eliminate __P().fenner2000-10-241-23/+19
|
* split checks for struct addrinfo and NI_xxx.itojun2000-01-211-2/+2
| | | | From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
* bring in latest kame getaddrinfo (couple of bug fixes).itojun2000-01-191-32/+107
| | | | | | more portability checks for getaddrinfo. checked on: netbsd141, kame/netbsd141
* Unify rcsid[]'s.fenner2000-01-091-0/+5
|
* always include addrinfo.hassar1999-11-211-2/+0
|
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-301-0/+8
| | | | #ifdef h_errno, snprintf -> sprintf, arpa/inet.h for [hn]to[hn][sl]
* last resort functions for inet_{aton,pton,ntop}.itojun1999-10-301-3/+20
| | | | only works for IPv4-only build.
* - enable build outside of the treeitojun1999-10-301-0/+2
| | | | | | | - endian checks (use WORDS_BIGENDIAN) - fallback def for IPPROTO_{AH,ESP} - sa_len issues - do not use bittypes.h, respect AC_LBL_CHECK_TYPES
* fix complation on IPv4 host (tested with plain FreeBSD228).itojun1999-10-301-0/+2
|
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-0/+1012
Hope I did not break anything. Portability on IPv4-only node needs checking, I'll do this very soon. (sorry for rather jumbo commit) XXx what is _FAVOR_BSD?