| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | 1000000 usecs to 1 sec conversion | charnier | 2000-05-28 | 1 | -1/+1 |
* | Fix miscellaneous mdoc macro argument limit infringements. | sheldonh | 2000-05-09 | 1 | -1/+2 |
* | Test for existence of secure/, not crypto/ for consistency | kris | 2000-03-13 | 1 | -1/+1 |
* | Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection. | kris | 2000-03-13 | 1 | -1/+3 |
* | Make crypto part of tcpdump (print-esp.c) work. | fenner | 2000-03-02 | 1 | -0/+5 |
* | Merge tcpdump 3.5 | fenner | 2000-01-30 | 2 | -13/+237 |
* | Remove -g compiler flag. | marcel | 2000-01-03 | 1 | -1/+1 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | World, I'd like you to meet the first FreeBSD token Ring driver. | julian | 1999-02-20 | 1 | -3/+3 |
* | Fix raw timestamps (zero-pad usecs) | fenner | 1999-01-20 | 1 | -2/+4 |
* | Use 69 pivot kludge from date(1) to make it consistant. Also honor | imp | 1999-01-15 | 1 | -11/+6 |
* | Y2K nit: | imp | 1999-01-15 | 1 | -1/+10 |
* | Fix CFLAGS: s/ETHER_NTOA/ETHER_NTOHOST/ | fenner | 1998-10-02 | 1 | -2/+2 |
* | Update for tcpdump 3.4 | fenner | 1998-09-15 | 1 | -4/+6 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -5/+4 |
* | Fixed `make -jN' for large N. version.h was missing from SRCS, | bde | 1998-03-06 | 1 | -1/+2 |
* | Convert to mdoc format. Remove unused vars. Use err(3) and change exit(-1). | charnier | 1998-01-20 | 2 | -144/+151 |
* | Handle frame relay, decode ATM VP/VC info, and handle ISO over FR. | pst | 1998-01-01 | 1 | -2/+2 |
* | Update Makefile to build tcpdump-3.3 . | fenner | 1997-05-27 | 1 | -11/+10 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix typo in last commit...sigh | pst | 1996-08-21 | 1 | -1/+1 |
* | Change DISTDIR to TCPDUMP_DISTDIR | pst | 1996-08-21 | 1 | -4/+4 |
* | Uniquely name the distribution directory variable so that it can be overridden | pst | 1996-08-21 | 1 | -6/+6 |
* | Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allows | gpalmer | 1996-08-21 | 1 | -3/+5 |
* | Fix up path | pst | 1996-08-20 | 1 | -2/+2 |
* | Grab tcpdump out of src/contrib/tcpdump | pst | 1996-08-19 | 52 | -16670/+20 |
* | Fix a bug, it was returning a pointer to a variable on the stack, instead | peter | 1996-08-19 | 1 | -2/+2 |
* | Define ETHERS_SERVICE, since our OS provides it. Otherwise, you | peter | 1996-08-19 | 1 | -2/+2 |
* | Import fixes from NetBSD to print NFSv3 packets. | dfr | 1996-07-18 | 7 | -489/+1360 |
* | Update IGMP printing, removing the obsolete packet header version number & | fenner | 1996-03-19 | 1 | -28/+42 |
* | John Hay's extentions to tcpdump to be able to differentiate between | peter | 1996-03-03 | 4 | -15/+80 |
* | There is no longer a typedef clash with <rpc/auth.h>, so remove | hsu | 1996-02-02 | 1 | -5/+3 |
* | Correct some manual page cross reference errors. E.g. su is a section | mpp | 1996-02-02 | 1 | -3/+3 |
* | Teach tcpdump to print out router advertisement and solicitation messages. | fenner | 1996-01-19 | 1 | -1/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 16 | -5294/+0 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -144/+0 |
* | Correctly determine the local timezone, by looking at the tm_gmtoff result | wollman | 1995-09-28 | 1 | -16/+7 |
* | Print EtherTalk packets correctly; closes PR 649. | wollman | 1995-09-22 | 2 | -8/+23 |
* | Add support for printking Kerberos v4 packets (file I forgot to add) | wollman | 1995-08-29 | 1 | -0/+294 |
* | Add support for printing Kerberos v4 packets. | wollman | 1995-08-29 | 2 | -3/+12 |
* | Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s for | dg | 1995-08-26 | 1 | -3/+3 |
* | Clean up compilation warnings. | pst | 1995-08-23 | 5 | -11/+13 |
* | Make tcpdump a lot smarter about printing IGMP messages. Derived by groveling | wollman | 1995-06-13 | 1 | -6/+103 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -6/+6 |
* | tcpdump is in (1) not (l) | gpalmer | 1995-05-14 | 1 | -3/+3 |