Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tcpdump-4.1.1. | rpaulo | 2010-10-28 | 1 | -4/+3 |
|\ | |||||
* \ | Merge tcpdump 4.0.0 from the vendor branch. | rpaulo | 2009-03-21 | 1 | -43/+72 |
|\ \ | |/ | |||||
| * | Flatten vendor/tcpdump and remove keyword expansion. | rpaulo | 2009-03-20 | 1 | -855/+0 |
| | | |||||
| * | Import of tcpdump v3.9.8 | mlaier | 2007-10-16 | 1 | -1/+25 |
| | | |||||
| * | Import of tcpdump v3.9.4 | sam | 2006-09-04 | 1 | -43/+233 |
| | | |||||
| * | Virgin import of tcpdump v3.9.1 (release) from tcpdump.org | sam | 2005-07-11 | 1 | -83/+115 |
| | | | | | | | | Approved by: re (scottl) | ||||
| * | Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org | sam | 2005-05-29 | 1 | -212/+334 |
| | | |||||
| * | Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gz | bms | 2004-03-31 | 1 | -235/+299 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1999-02-20 | 1 | -0/+423 |
| | | | | 'VENDOR-tcpdump'. | ||||
* | Resolve merge conflicts | mlaier | 2007-10-16 | 1 | -1/+25 |
| | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org | ||||
* | resolve merge conflicts | sam | 2006-09-04 | 1 | -43/+233 |
| | | | | MFC after: 1 month | ||||
* | resolve merge conflicts | sam | 2005-07-11 | 1 | -83/+115 |
| | | | | Approved by: re (scottl) | ||||
* | resolve merge conflicts and update for proper build; including: | sam | 2005-05-29 | 1 | -247/+432 |
| | | | | | | | | o print-fr.c returned to code on vendor branch o remove pmap_prot.h include from print-sunrprc.c o remove gcc/i386-specific ntoh* write-arounds from tcpdump-stdinc.h Reviewed by: bms | ||||
* | Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats: | bms | 2004-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | print-atm.c no longer performs special handling for FORE headers; these can no doubt be re-added at a later date. print-fr.c is effectively a no-op. print-llc.c has had the default_print_unaligned() call removed as tcpdump no longer defines this function, however the prototype is still present. Suggest we roll in a diff to use print_unknown_data(). | ||||
* | * Buffer-safe string function cleanup. There are a couple of strcpy() | kris | 2000-10-05 | 1 | -2/+4 |
| | | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit | ||||
* | Handle frame relay, decode ATM VP/VC info, and handle ISO over FR. | pst | 1998-01-01 | 1 | -1/+2 |
| | |||||
* | Add frame-relay decode support. | pst | 1997-12-31 | 1 | -0/+423 |