summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Mechanically kill hard sentence breaks.ru2004-07-021-21/+41
|
* Merge of tcpdump 3.8.3 from tcpdump.org.bms2004-03-312-87/+183
|
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-2/+1
| | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
| | | | Approved by: re (scottl)
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Remove out-of-date -I.fenner2002-06-261-1/+1
|
* Update for tcpdump 3.7.1fenner2002-06-212-47/+36
|
* Use `The .Nm utility'charnier2002-04-201-8/+12
|
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-4/+4
| | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee.
* Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, butdillon2001-10-281-4/+9
| | | | | it isn't yet because our tv_sec is currently a long (so 64 bit architectures are already broken to a degree).
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
|
* Use alignment-safe code on non-i386 architectures.fenner2001-07-261-0/+3
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-204-5/+10
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Don't try to compile v6-only files if NOINET6.fenner2001-07-111-6/+8
| | | | PR: misc/28287 , misc/28288
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Style changes. Not purfect, but closer to other Makefiles in the tree.obrien2001-04-202-31/+35
| | | | Approved by: fenner
* Update for tcpdump 3.6.2fenner2001-04-032-73/+68
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-262-2/+1
| | | | - MAN[1-9] -> MAN.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* 1000000 usecs to 1 sec conversioncharnier2000-05-281-1/+1
|
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+2
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Test for existence of secure/, not crypto/ for consistencykris2000-03-131-1/+1
| | | | Submitted by: jhay
* Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.kris2000-03-131-1/+3
| | | | | Reported by: Jason Garman <jgarman@wedgie.org> Feedback by: bde, Bob Bishop <rb@gid.co.uk>, jhay
* Make crypto part of tcpdump (print-esp.c) work.fenner2000-03-021-0/+5
| | | | Approved by: jkh
* Merge tcpdump 3.5fenner2000-01-302-13/+237
|
* Remove -g compiler flag.marcel2000-01-031-1/+1
|
* $Header$ -> $FreeBSD$peter1999-08-283-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-3/+3
| | | | | | | | This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile <lile@stdio.com>
* Fix raw timestamps (zero-pad usecs)fenner1999-01-201-2/+4
| | | | | | Print 4-digit years in TIMESTAMP_PARSEABLE mode after '99. PR: bin/9507
* Use 69 pivot kludge from date(1) to make it consistant. Also honorimp1999-01-151-11/+6
| | | | is_delta and only apply date kludge when it isn't a delta time.
* Y2K nit:imp1999-01-151-1/+10
| | | | | | | | Make two digit years specified on the command line represent the century that the computer currently resides. So 99 means 1999 this year, but 2099 next year. Pointed out by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
* Fix CFLAGS: s/ETHER_NTOA/ETHER_NTOHOST/fenner1998-10-021-2/+2
| | | | | PR: bin/8130 Submitted by: Dan Nelson <dnelson@emsphone.com>
* Update for tcpdump 3.4fenner1998-09-151-4/+6
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+4
|
* Fixed `make -jN' for large N. version.h was missing from SRCS,bde1998-03-061-1/+2
| | | | | | SRCS was disordered to work around the bug for plain `make', and the version number was bumped twice by building two copies of version.[ch] concurrently.
* Convert to mdoc format. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-202-144/+151
|
* Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.pst1998-01-011-2/+2
|
* Update Makefile to build tcpdump-3.3 .fenner1997-05-271-11/+10
| | | | | PR: 3371 Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix typo in last commit...sighpst1996-08-211-1/+1
|
* Change DISTDIR to TCPDUMP_DISTDIRpst1996-08-211-4/+4
|
* Uniquely name the distribution directory variable so that it can be overriddenpst1996-08-211-6/+6
| | | | for multiple packages at the same time.
* Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allowsgpalmer1996-08-211-3/+5
| | | | `make world' to work again.
* Fix up pathpst1996-08-201-2/+2
|
OpenPOWER on IntegriCloud