summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-2/+2
| | | | | | | | | made in r263029. Merge r257186,257215,257349,259736,261797. These changesets split pfvar.h into several smaller headers and make userland utilities to include only some of them.
* Convert Makefile to have only one file for each line, while I'm there, sortdelphij2013-05-301-32/+134
| | | | SRCS to ease future upgrades.
* MFV: tcpdump 4.4.0.delphij2013-05-303-10/+46
| | | | MFC after: 4 weeks
* MFV: tcpdump 4.3.0.delphij2012-10-052-17/+63
| | | | MFC after: 4 weeks
* Provide ability for printing and decoding pfsync(4) traffic. Thisglebius2012-10-051-0/+1
| | | | | | | | | | | | | | | | | | doesn't mean supporting IFT_PFSYNC (which I hope will eventually die). This means decoding packets with IP protocol of 240 caught on any normal interface like Ethernet. The code is based on couple of files from OpenBSD, significantly modified by myself. Parser differentiates for four levels of verbosity: no -v, -v, -vv and -vvv. We don't yet forward this code upstream, because currently it strongly relies on if_pfsync.h and even on pfvar.h. I hope that this can be fixed in future. Reviewed by: gnn, delphij
* Correct double "the the"eadler2012-09-141-2/+2
| | | | | Approved by: cperciva MFC after: 3 days
* Merge tcpdump 4.2.1.delphij2012-05-173-60/+68
| | | | MFC after: 2 weeks
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-8/+8
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
|
* - change "is is" to "is" or "it is"eadler2011-10-161-2/+2
| | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
* Actually remove the HAVE_CAST_H define this time.dim2010-10-301-1/+1
|
* Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, anddim2010-10-302-54/+41
| | | | remove unused HAVE_RC5_H and HAVE_CAST_H defines from CFLAGS.
* Add print-ipnet.crpaulo2010-10-291-1/+1
| | | | Submitted by: dim
* Update for the new tcpdump 4.1.1. The man page is a result of runningrpaulo2010-10-282-2/+1724
| | | | tcpdump's autoconf on FreeBSD.
* MFtbemd:imp2010-08-231-1/+1
| | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Add new build targets for tcpdump 4.0.0.rpaulo2009-03-211-9/+12
|
* Update for tcpdump 3.9.8mlaier2007-10-162-45/+76
|
* De-orbit burn tcpslice.bms2006-09-247-1702/+0
| | | | Reviewed by: sam, bmah
* Disconnect tcpslice from build.bms2006-09-241-1/+1
| | | | Reviewed by: sam, bmah
* Fix our ancient tcpslice for >2GB limits.bms2006-09-233-16/+23
| | | | | | PR: bin/13691 MFC after: 1 week Submitted by: Bruce A. Mah
* update for v3.9.4sam2006-09-041-4/+4
| | | | MFC after: 1 month
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* update for v3.9.1 (releaes)sam2005-07-112-1/+4
| | | | Approved by: re (scottl)
* update after import of v3.9.1-096sam2005-05-292-8/+50
| | | | Reviewed by: bms
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* 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
|
OpenPOWER on IntegriCloud