summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Grab tcpdump out of src/contrib/tcpdumppst1996-08-1952-16670/+20
|
* Fix a bug, it was returning a pointer to a variable on the stack, insteadpeter1996-08-191-2/+2
| | | | of the specially strdup()'ed version.
* Define ETHERS_SERVICE, since our OS provides it. Otherwise, youpeter1996-08-191-2/+2
| | | | | can't do a "tcpdump 'gateway foo'" unless it's in /etc/ethers - it wasn't reading the NIS tables.
* Import fixes from NetBSD to print NFSv3 packets.dfr1996-07-187-489/+1360
| | | | Obtained from: NetBSD
* Update IGMP printing, removing the obsolete packet header version number &fenner1996-03-191-28/+42
| | | | | | | changing "new" and "old" to "v2" and "v1" to allow for future changes not having to be "newer new" Recognize Router Alert IP option
* John Hay's extentions to tcpdump to be able to differentiate betweenpeter1996-03-034-15/+80
| | | | | | | IP and IPX packets over a PPP link. I added the hack to print the PPP protocol type for other (eg: LCP, CCP, etc) packets. Submitted by: John Hay <jhay@mikom.csir.co.za>, mods from me.
* There is no longer a typedef clash with <rpc/auth.h>, so removehsu1996-02-021-5/+3
| | | | | conditional. Also, use the system defined fixed sized types. This removes a 32-bit dependency on non-32-bit architectures.
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-3/+3
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Teach tcpdump to print out router advertisement and solicitation messages.fenner1996-01-191-1/+8
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3016-5294/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-301-144/+0
|
* Correctly determine the local timezone, by looking at the tm_gmtoff resultwollman1995-09-281-16/+7
| | | | from localtime() rather than the bogus struct tz filled in by gettimeofday.
* Print EtherTalk packets correctly; closes PR 649.wollman1995-09-222-8/+23
| | | | | | Document `-T' option in manual page. Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp> (first fix only)
* Add support for printking Kerberos v4 packets (file I forgot to add)wollman1995-08-291-0/+294
| | | | Obtained from: John Hawkinson <jhawk@mit.edu> by way of comp.protocols.kerberos
* Add support for printing Kerberos v4 packets.wollman1995-08-292-3/+12
|
* Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s fordg1995-08-261-3/+3
| | | | the sa_family.
* Clean up compilation warnings.pst1995-08-235-11/+13
|
* Make tcpdump a lot smarter about printing IGMP messages. Derived by grovelingwollman1995-06-131-6/+103
| | | | about in the mrouted sources and looking at packet traces.
* Remove trailing whitespace.rgrimes1995-05-303-6/+6
|
* tcpdump is in (1) not (l)gpalmer1995-05-141-3/+3
|
* Add `-I.' to CFLAGS in order to fix the `make depend' problem.olah1995-03-091-1/+1
|
* Make tcpdump understand the T/TCP (RFC-1644) options. Some extra sanityolah1995-03-081-60/+91
| | | | | checks were also introduced to the tcp_print function so it doesn't try to interpret TCP options beyond the length of the sniffed packet.
OpenPOWER on IntegriCloud