Commit Graph

2549 Commits

Author SHA1 Message Date
itojun
250306eca9 bring in latest kame getaddrinfo (couple of bug fixes).
more portability checks for getaddrinfo.

checked on: netbsd141, kame/netbsd141
2000-01-19 04:42:20 +00:00
itojun
7bdb91c7d9 regen 2000-01-19 04:36:08 +00:00
itojun
718594084b getaddrinfo buggy check was loosened too much by the last commit. 2000-01-19 04:34:55 +00:00
itojun
b6e39fe9f2 regen 2000-01-18 05:27:57 +00:00
itojun
767a8851f3 weaken buggy getaddrinfo check. 2000-01-18 05:25:06 +00:00
fenner
0664632bf5 Regenerate 2000-01-18 03:47:39 +00:00
fenner
5c9d36fd12 Move all Makefile munging (including "make depend") to config.status .
Now it's not possible to overwrite the .devel Makefile changes by rerunning
config.status (e.g. if Makefile.in changes)
2000-01-18 03:46:49 +00:00
fenner
54c3c30c84 Run mkdep from ${srcdir}. 2000-01-17 20:49:39 +00:00
itojun
dff10c7f70 s/sprintf/snprintf/.
there seem to be couple of unsafe use of strcat and strcpy - we should
bring in strl{cat,cpy}.
2000-01-17 06:24:23 +00:00
itojun
92d3fd1b47 add ETHERTYPE_IPV6. reorder.
From: Craig Rodrigues <rodrigc@mediaone.net>
2000-01-17 06:23:19 +00:00
itojun
28c4e858ce regen 2000-01-17 06:07:44 +00:00
itojun
dc3c73283f generate .devel version of Makefile by appending Makefile-devel-adds to
Makefile (not Makefile.in).
2000-01-17 06:07:16 +00:00
itojun
731767e47d correct snprintf.o handling. 2000-01-15 08:11:33 +00:00
itojun
d7b604bee5 document -E. this option has very nasty effects and I'm still wondering
if it is correct to include it in tcpdump.org distribution.
2000-01-15 07:54:15 +00:00
itojun
42cb0cc43c remove any of references to "ahsecret" (which is never used to date) 2000-01-15 07:42:32 +00:00
itojun
ea283f3cf7 make "make depend" work again. I'd just prefer removing snprintf.c from CSRC. 2000-01-15 07:38:23 +00:00
itojun
d4591b5626 disable ".devel" case as it confuses autoconf 2.13 (at least on NetBSD). 2000-01-15 07:35:56 +00:00
mcr
70c3ca9a5f removed owner/group from install call 2000-01-15 03:01:59 +00:00
mcr
1ab95d4cf9 switch to HAVE_LIBCRYPTO 2000-01-15 02:33:06 +00:00
mcr
fe5fadbb05 removed missing from VPATH, doesn't help 2000-01-15 02:31:34 +00:00
mcr
5c835f2c51 fixed check for libssl to make HAVE_LIBCRYPTO 2000-01-15 01:58:56 +00:00
fenner
4ed645debc Regenerate. 2000-01-15 00:46:17 +00:00
fenner
f50f4dec49 Add auto-running of autoheader and autoconf and configure (from autoconf.info)
if .devel exists.  This should allow developers to have the convenience
 of automatic regeneration without the inconvenience of having to have
 autoconf installed for Joe User to build tcpdump.
2000-01-15 00:43:16 +00:00
mcr
71e6b53b3f changed openssl include order to prefer des.h from
$dir/include/openssl over $dir/include (which may be OS
	version)
2000-01-15 00:03:36 +00:00
mcr
73c748151e look in /usr/lib for libcrypto.a for OSes with built-in crypto 2000-01-14 23:17:01 +00:00
mcr
252b45c430 added list of supported platforms 2000-01-14 18:05:45 +00:00
fenner
809bf16230 Include <sys/types.h> to allow compilation on Solaris. 2000-01-10 16:57:44 +00:00
fenner
db193ee95e Provide defaults for cross-compiling (libsmi = no, "standard" type sizes)
and print a warning about the unavoidable warning from AC_C_BIGENDIAN
2000-01-09 21:41:00 +00:00
fenner
34ff77ff43 Unify rcsid[]'s. 2000-01-09 21:34:14 +00:00
assar
56b7077c70 *** empty log message *** 2000-01-09 10:01:39 +00:00
assar
069d6e270a remove <netinet/tcpip.h>. including this header causes errors with
Kame V6 stack and nothing from it was used anyway.
2000-01-09 09:59:15 +00:00
assar
b142525774 add AC_REVISION 2000-01-08 06:03:17 +00:00
assar
e1d18c358d regen 2000-01-08 06:00:59 +00:00
itojun
967fb8368f regen 2000-01-07 16:36:57 +00:00
assar
ab9f1243f9 <sys/cdefs.h>: conditionalize 2000-01-07 16:34:59 +00:00
assar
881e5fc7e9 *** empty log message *** 2000-01-07 16:34:18 +00:00
assar
182d4efc32 check for <sys/cdefs.h> (does not exist on solaris) 2000-01-07 16:33:22 +00:00
assar
5f6a6e892f *** empty log message *** 2000-01-07 16:02:51 +00:00
assar
0f84554363 add snprintf implementation 2000-01-07 16:01:38 +00:00
assar
b477b4907a add prototypes for snprintf et al 2000-01-07 15:59:28 +00:00
assar
420f29a4fc add snprintf.c 2000-01-07 15:55:37 +00:00
assar
8cb054c4fa check for vsnprintf snprintf asprintf asnprintf vasprintf vasnprintf 2000-01-07 15:45:52 +00:00
assar
220227c923 *** empty log message *** 2000-01-07 15:19:46 +00:00
assar
ab757e9ce1 (fs_reply_print): support parsing and printing of the errors in abort
packets in symbolic form.  From Love <lha@stacken.kth.se>
2000-01-07 15:17:43 +00:00
itojun
b6406a5d60 fix isakmp version # field handling.
- previous change (attempt to avoid non-"int" bitfield) broke the structure
  alignment/size.  we've fixed it to u_int8_t.
- we nuked use of bitfield.
2000-01-07 14:09:02 +00:00
mcr
2883568cdd The patch now makes sure that libsmi is only enabled
if you can actually run a program linked against it. The
-enable-libsmi is gone as it should not be needed anymore.
1999-12-29 01:12:54 +00:00
itojun
b35a056ecf comment out __RCSID (netbsd only). 1999-12-23 14:47:46 +00:00
itojun
0fa507e7c2 new ascii dump (-X) and telnet decoder, from netbsd. 1999-12-22 15:44:39 +00:00
itojun
2813c22cf1 add print-ascii.c and print-telnet.c from netbsd.
- add -X option for ascii printing.
- telnet command sequences (ff xx xx) will be dumped with -vvv -X.
1999-12-22 15:44:09 +00:00
itojun
c4521bbf47 * print-rt6.c: make IPv6 routing header printing work with new 2292bis
API.
* print-bgp.c: improve options printing.  ugly code exists for
  unaligned option parsing (need some fix).
* const poisoning in SMB decoder.
* make dump format back to original.  someone may want to add an
  option to do ascii printing, but keep the default behavior as is
  for scripts used in many places.
* -Wall -Werror clean checks.
1999-12-22 06:27:19 +00:00