aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/tcpslice
Commit message (Collapse)AuthorAgeFilesLines
* De-orbit burn tcpslice.Bruce M Simpson2006-09-247-1702/+0
| | | | | | | Reviewed by: sam, bmah Notes: svn path=/head/; revision=162596
* Fix our ancient tcpslice for >2GB limits.Bruce M Simpson2006-09-233-16/+23
| | | | | | | | | PR: bin/13691 MFC after: 1 week Submitted by: Bruce A. Mah Notes: svn path=/head/; revision=162589
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-21/+41
| | | | Notes: svn path=/head/; revision=131500
* Use `The .Nm utility'Philippe Charnier2002-04-201-8/+12
| | | | Notes: svn path=/head/; revision=95127
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-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. Notes: svn path=/head/; revision=89572
* Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, butMatthew Dillon2001-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). Notes: svn path=/head/; revision=85642
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
| | | | Notes: svn path=/head/; revision=81462
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+3
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Style changes. Not purfect, but closer to other Makefiles in the tree.David E. O'Brien2001-04-201-5/+6
| | | | | | | Approved by: fenner Notes: svn path=/head/; revision=75738
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71898
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* 1000000 usecs to 1 sec conversionPhilippe Charnier2000-05-281-1/+1
| | | | Notes: svn path=/head/; revision=61028
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+2
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* $Header$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Fix raw timestamps (zero-pad usecs)Bill Fenner1999-01-201-2/+4
| | | | | | | | | Print 4-digit years in TIMESTAMP_PARSEABLE mode after '99. PR: bin/9507 Notes: svn path=/head/; revision=42907
* Use 69 pivot kludge from date(1) to make it consistant. Also honorWarner Losh1999-01-151-11/+6
| | | | | | | is_delta and only apply date kludge when it isn't a delta time. Notes: svn path=/head/; revision=42689
* Y2K nit:Warner Losh1999-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> Notes: svn path=/head/; revision=42687
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+4
| | | | Notes: svn path=/head/; revision=34809
* Fixed `make -jN' for large N. version.h was missing from SRCS,Bruce Evans1998-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. Notes: svn path=/head/; revision=34132
* Convert to mdoc format. Remove unused vars. Use err(3) and change exit(-1).Philippe Charnier1998-01-202-144/+151
| | | | Notes: svn path=/head/; revision=32640
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Fix typo in last commit...sighPaul Traina1996-08-211-1/+1
| | | | Notes: svn path=/head/; revision=17759
* Change DISTDIR to TCPDUMP_DISTDIRPaul Traina1996-08-211-4/+4
| | | | Notes: svn path=/head/; revision=17745
* Pickup VERSION from the tcpdump sources in contrib/tcpdump. AllowsGary Palmer1996-08-211-3/+5
| | | | | | | `make world' to work again. Notes: svn path=/head/; revision=17735
* Clean up compilation warnings.Paul Traina1995-08-234-8/+8
| | | | Notes: svn path=/head/; revision=10178
* tcpdump is in (1) not (l)Gary Palmer1995-05-141-3/+3
| | | | Notes: svn path=/head/; revision=8514
* Add `-I.' to CFLAGS in order to fix the `make depend' problem.Andras Olah1995-03-091-1/+1
| | | | Notes: svn path=/head/; revision=6961
* Upgrade tcpdump and tcpslice to version 3.0Andras Olah1995-03-087-214/+302
| | | | | | | Obtained from: ftp.ee.lbl.gov and Vern Paxson <vern@ee.lbl.gov> Notes: svn path=/head/; revision=6955
* Changed two occurrences of tcpdump(l) to tcpdump(1).Andreas Schulz1994-12-121-3/+3
| | | | Notes: svn path=/head/; revision=5069
* once morePoul-Henning Kamp1994-11-211-1/+1
| | | | Notes: svn path=/head/; revision=4727
* More abs paths nukedPoul-Henning Kamp1994-11-211-1/+1
| | | | Notes: svn path=/head/; revision=4726
* New manual page systemCharlie Root1993-07-021-1/+1
| | | | Notes: svn path=/head/; revision=82
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-125-0/+1561
Notes: svn path=/cvs2svn/branches/tcpdump/; revision=2