fenner
318a186d47
Update the list of files, and remove the text about not sending in an
...
ASCII dumper. The list of files needs more descriptions, and the
text in general probably needs another once-over.
2000-01-25 00:47:09 +00:00
mcr
0d54d6f361
todo list
2000-01-24 23:57:14 +00:00
itojun
06e6cc1165
regen
2000-01-21 04:06:39 +00:00
itojun
b9947fc471
split checks for struct addrinfo and NI_xxx.
...
From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
2000-01-21 04:06:17 +00:00
fenner
830c8821bd
Regenerate.
2000-01-20 06:51:21 +00:00
fenner
6520f4e40f
Don't check for T_AAAA in configure; print-domain.c already
...
does #ifndef #define.
2000-01-20 06:50:56 +00:00
itojun
01eb811977
note today's changes i've made (as far as I can remember)
2000-01-19 13:39:22 +00:00
itojun
ff41e77df4
add ETHERTYPE_IPV6. we have been using this in kame repository so it should
...
be safe.
2000-01-19 13:36:25 +00:00
itojun
bba59541c1
regen
2000-01-19 05:34:41 +00:00
itojun
63ac2af9fd
need strl{cat,cpy} badly for buffer overflow
2000-01-19 05:34:17 +00:00
itojun
22bb863df7
avoid strcpy. why bother...
2000-01-19 05:24:16 +00:00
itojun
2edb263ee1
no need to use strcat at all
2000-01-19 05:17:13 +00:00
itojun
5ad0c5d0f5
remove unnecessary header files.
2000-01-19 04:58:09 +00:00
mcr
2259dfacd5
added CREDITS file
...
bump version to 3.5
2000-01-19 04:58:00 +00:00
itojun
d8b8acfc78
fix pim printing. type/version field is 4bit+4bit in 8bit.
...
- using u_int for this bitfield would make them occupy 32bits.
- use of char as bitfield type is illegal either
so I've avoided use of bitfield (use mask and shift).
2000-01-19 04:57:12 +00:00
itojun
3dd6634fe3
regen
2000-01-19 04:51:23 +00:00
itojun
993725f9c9
don't require netinet6/ipcomp.h. define it on our own.
2000-01-19 04:51:10 +00:00
itojun
e94f0061ee
correct path to netinet/ip6.h (follow RFC2292)
2000-01-19 04:45:59 +00:00
itojun
cfb42c55e9
regen
2000-01-19 04:42:34 +00:00
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