Commit Graph

33 Commits

Author SHA1 Message Date
guy
81f8a310d5 When making directories into which to install files in "make install",
change the directory mode to 755 after making the directory, so that the
directory is publicly readable and searchable even if the user doing the
"make install" has a umask that takes away public read and search
permissions.  (I think that's been a problem at least once - somebody
had trouble configuring and building Ethereal, probably because
"/usr/local/include/net" wasn't publicly readable and searchable, and my
suspicion is that somebody did "make install-incl" or "make install" of
libpcap when their umask was 027.)
2000-09-19 14:57:27 +00:00
guy
4ab25244f4 There's no longer a rule to make "force", so don't make "depend" depend
on "force".
2000-09-18 05:05:36 +00:00
assar
bf8e70b0c1 use common names for directories
use INSTALL_PROGRAM/INSTALL_DATA
do not install tcpdump mode 550
2000-07-30 05:57:09 +00:00
assar
b39af80fe3 (install): install everything
(uninstall): add
(force): remove
2000-07-29 06:51:24 +00:00
guy
277dc1f0ec Add a token-ring link-layer dissector, made by merging the FreeBSD and
NetBSD ones; use it for DLT_IEEE802, which in many OSes is used for
token ring.
2000-07-25 05:28:11 +00:00
guy
eee81d3ce3 As "make tar" runs tar with a list of files to include in the tarball,
the classic BSD "F" flag, which tells it to *exclude* certain files, is
unnecessary; furthermore, some versions of tar may not support it, and
GNU tar, as appears in FreeBSD and perhaps other BSDs, and in Linux,
interprets the "F" flag as meaning "run, at the end of each archive
volume, the script whose name is given as an argument to the flag", so
it's not even syntactically compatible with the classic "F" flag.

The latter problem causes "make tar" to fail; we remove the "F" flags to
fix the problem.
2000-07-16 19:12:36 +00:00
assar
af07258a7e do not rely on the system providing us everything we need in
<arpa/nameser.h> but include a nameser.h with all the required stuff.
From Guy Harris <gharris@flashcom.net>
2000-07-05 23:50:37 +00:00
assar
6faa3446e5 (CSRC): remove bpf-dump.c, now in libpcap 2000-06-26 04:15:34 +00:00
assar
954bc7f13e add IEEE8021.d printer contributed by Lennert Buytenhek <buytenh@gnu.org> 2000-06-10 20:57:55 +00:00
assar
a8b587c7d5 (CSRC): add print-cdp.c 2000-05-15 00:42:14 +00:00
fenner
7fd1be1520 Initial VRRP printer (ip proto 112, RFC 2338). 2000-05-01 17:35:44 +00:00
itojun
12813bb889 add cisco NetFlow support from OpenBSD. 2000-04-27 10:05:30 +00:00
itojun
63ac2af9fd need strl{cat,cpy} badly for buffer overflow 2000-01-19 05:34:17 +00:00
fenner
54c3c30c84 Run mkdep from ${srcdir}. 2000-01-17 20:49:39 +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
mcr
70c3ca9a5f removed owner/group from install call 2000-01-15 03:01:59 +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
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
assar
420f29a4fc add snprintf.c 2000-01-07 15:55:37 +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
fenner
7e6bad5cf5 Get rid of HAVE_FDDI cruft; FDDI is always included so the ifdef is extra. 1999-12-14 16:49:02 +00:00
mcr
3586ddaf9b make man1 dir if it does not exist 1999-12-04 20:10:00 +00:00
assar
48345fa3a4 patches from Andrew Tridgell <tridge@linuxcare.com> to add decoding of SMB packets 1999-11-21 15:57:50 +00:00
fenner
b9ac23ce92 Switch to config.h instead of passing defines in DEFS. 1999-11-21 09:36:43 +00:00
assar
3d599c48f3 (CSRC): add print-lane.c print-cip.c print-pppoe.c print-lcp.c 1999-11-21 03:54:50 +00:00
assar
5d19d3c0ac add Ken Hornstein's patches from /afs/transarc.com/public/afs-contrib/tools/tcpdump to add decoding of rx (the RPC-layer used in AFS3) and the AFS3 RPCs also 1999-11-17 05:45:57 +00:00
itojun
7ddb793c38 last resort functions for inet_{aton,pton,ntop}.
only works for IPv4-only build.
1999-10-30 07:53:37 +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
f718fc9973 Patches from Assar Westerlund <assar@sics.se> to permit building in different directories 1999-10-09 23:57:18 +00:00
mcr
f555c163f9 Initial revision 1999-10-07 23:47:09 +00:00