Commit Graph

136 Commits

Author SHA1 Message Date
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
fenner
95be1abb35 Put back the $'s in the Header RCS strings.
Make rcsid const to quiet warnings.
1999-12-15 08:10:17 +00:00
fenner
89acb01238 Prototype lcp_print(); eliminate unused caplen variable
Remove extra argument to printf.
1999-12-15 07:55:42 +00:00
fenner
36e0282ac3 Make CHAP parser work -- initialize x 1999-12-15 07:52:15 +00:00
fenner
dce1065699 Include string.h
Eliminate unused variables
1999-12-15 07:43:44 +00:00
fenner
6f524ced5b Include interface.h to get prototypes
Make some functions static
Eliminate a few unused variables
Cast PTR_DIFF's to (int) in printfs to quiet format warnings
1999-12-15 07:07:29 +00:00
fenner
c486cf2d68 include string.h for prototypes
remove unused variables
make a few functions static
fix very confused code with & vs. == precedence errors as well as
 a failure to shift the field value
1999-12-15 07:05:58 +00:00
fenner
0190a52142 Add prototypes for SMB and L2TP stuff. 1999-12-15 06:58:49 +00:00
fenner
4f7c69da54 Get rid of unused variables in relts_print() 1999-12-15 06:58:03 +00:00
fenner
3dc6997c5a Use %08x to make sure that the low half of a 64-bit quantity doesn't
get printed incorrectly (i.e. 0x1000000001 could have been printed as 0x11)
1999-12-15 06:57:25 +00:00
fenner
80e8a9bd28 Include stdio.h and fix up printf formats. 1999-12-15 06:55:43 +00:00
fenner
2333e5f564 Get rid of /* inside comment. 1999-12-15 06:49:05 +00:00
fenner
9bcc75d5de Eliminate printf format warnings.
Don't use len without initializing in ip_printts()
 (in the case of an invalid type).
1999-12-15 00:34:10 +00:00
fenner
b0e32153fc Add prototype for print-pppoe.
Remove unused "caplen" arg from pppoe_print() to agree with how it's called
 in print-ether.c
1999-12-15 00:23:06 +00:00