Commit Graph

18 Commits

Author SHA1 Message Date
itojun
446c5a2e54 style 2000-04-27 10:41:27 +00:00
itojun
12813bb889 add cisco NetFlow support from OpenBSD. 2000-04-27 10:05:30 +00:00
assar
e75af2003b make `-s 0' mean try to use the maximum required snaplen. based on a
patch from "Gilbert Ramirez Jr." <gram@xiexie.org>
2000-04-21 10:32:03 +00:00
fenner
8904206a73 Alphabetize getopt flag list. 2000-01-29 21:00:59 +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
42cb0cc43c remove any of references to "ahsecret" (which is never used to date) 2000-01-15 07:42:32 +00:00
mcr
1ab95d4cf9 switch to HAVE_LIBCRYPTO 2000-01-15 02:33:06 +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
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
mcr
dee93c3eab From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
Here is a new version of the libsmi patch for tcpdump. It provides
	some bug fixes and some enhancements such as access checking and
	better range checking. The patch also fixed a few bugs in the
	print_snmp.c module of tcpdump itself (unrelated to the usage of
	libsmi).
1999-12-13 18:06:13 +00:00
fenner
b9ac23ce92 Switch to config.h instead of passing defines in DEFS. 1999-11-21 09:36:43 +00:00
assar
777892a591 add lane and cip printing 1999-11-21 03:50:26 +00:00
itojun
b8037ee961 - enable build outside of the tree
- endian checks (use WORDS_BIGENDIAN)
- fallback def for IPPROTO_{AH,ESP}
- sa_len issues
- do not use bittypes.h, respect AC_LBL_CHECK_TYPES
1999-10-30 07:36:34 +00:00
itojun
c9d84d15c5 Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.
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?
1999-10-30 05:11:06 +00:00
mcr
2d86b23ecd ASCII patches for tcpdump.
AH/ESP printing.
1999-10-17 21:56:53 +00:00
mcr
f6fa6a40d4 patches to help build on Linux 2.2 1999-10-17 21:37:10 +00:00
mcr
f555c163f9 Initial revision 1999-10-07 23:47:09 +00:00