summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was generated by cvs2svn to compensate for changes in r147173,sam2005-06-092-5/+13
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Correct several denial-of-service vulnerabilities in tcpdump.sam2005-06-093-6/+17
| | | | | | | | | | | | Security: FreeBSD-SA-05:10.tcpdump Security: CAN-2005-1267, CAN-2005-1278, CAN-2005-1279, CAN-2005-1280 Obtained from: tcpdump.org
* | resolve merge conflicts and update for proper build; including:sam2005-05-2931-1799/+3316
| | | | | | | | | | | | | | | | 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
* | This commit was generated by cvs2svn to compensate for changes in r146775,sam2005-05-2911-16/+181
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgsam2005-05-2911-16/+181
| |
* | This commit was generated by cvs2svn to compensate for changes in r146773,sam2005-05-29126-1927/+10689
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgsam2005-05-29157-3657/+13963
| |
* | Fix NULL pointer dereference bug when parsing IPV6CP traffic.bms2005-01-241-1/+5
| | | | | | | | | | | | | | | | | | | | This file is already off the vendor branch, and the fix will be in future tcpdump.org vendor branch imports. PR: bin/76497 MFC after: 1 week Obtained from: tcpdump.org rev 1.89.2.4 Discussed with: fenner, keramida
* | Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:bms2004-03-3134-3197/+4892
| | | | | | | | | | | | | | | | | | | | | | 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().
* | This commit was generated by cvs2svn to compensate for changes in r127668,bms2004-03-31151-7650/+21906
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gzbms2004-03-31185-10859/+27213
| |
* | This commit was generated by cvs2svn to compensate for changes in r124488,fenner2004-01-132-1/+9
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Commit vendor update for vulnerabilities found byfenner2004-01-132-1/+9
| | | | | | | | Jonathan Heusser <jonny@drugphish.ch>
* | This commit was generated by cvs2svn to compensate for changes in r124486,fenner2004-01-131-2/+11
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Commit vendor fix for l2tp vulnerability reported byfenner2004-01-131-2/+11
| | | | | | | | Przemyslaw Frasunek on bugtraq list.
* | Merge tcpdump 3.7.2fenner2003-03-0217-375/+129
| |
* | This commit was generated by cvs2svn to compensate for changes in r111726,fenner2003-03-0235-812/+824
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import tcpdump 3.7.2 (fudging for multi-DLT support) fromfenner2003-03-0251-909/+1009
| | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.2.tar.gz
* | Merge Multi-DLT support.fenner2003-01-262-9/+147
| |
* | This commit was generated by cvs2svn to compensate for changes in r109839,fenner2003-01-261-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-263-10/+148
| |
* | This commit was generated by cvs2svn to compensate for changes in r108968,peter2003-01-081-0/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Add in a patch from tcpdump-current (that will be included in the nextpeter2003-01-081-0/+1
| | | | | | | | | | | | | | import) to stop a segfault on ia64. Add a #include to get missing prototypes, particularly malloc(). Approved by: fenner
* | Remove cruft.fenner2002-06-265-254/+0
| |
* | Merge tcpdump 3.7.1fenner2002-06-2130-1474/+3144
| | | | | | | | MFC after: 2 weeks
* | This commit was generated by cvs2svn to compensate for changes in r98524,fenner2002-06-2186-4240/+10457
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import tcpdump 3.7.1, fromfenner2002-06-21116-5624/+13491
| | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz
* | In TTEST2(), check to make sure the "l" argument isn't so large thatfenner2002-06-171-2/+10
| | | | | | | | | | | | | | "snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. Obtained from: tcpdump.org CVS
* | Quick hack to print out the non-standard pppoe used by 3comjulian2001-09-272-0/+8
| |
* | Merge tcpdump 3.6.3fenner2001-07-232-2/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r80231,fenner2001-07-235-16/+25
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.6.3fenner2001-07-237-18/+35
| |
* | This commit was generated by cvs2svn to compensate for changes in r75147,fenner2001-04-041-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Check in the diff for rev 1.11 of tcpdump.org's print-smb.cfenner2001-04-041-1/+1
| | | | | | | | to replace freebsd.org's rev 1.2.
* | Merge tcpdump 3.6.2fenner2001-04-0331-1606/+3253
| |
* | This commit was generated by cvs2svn to compensate for changes in r75115,fenner2001-04-03118-2910/+10356
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.6.2fenner2001-04-03151-4461/+14070
| |
* | * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-055-28/+32
| | | | | | | | | | | | | | | | | | | | | | 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
* | Include ip6.h from <netinet/>, not <netinet6/>.fenner2000-03-081-1/+1
| | | | | | | | | | Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
* | Fix nybble-order bug in PIM printer.fenner2000-02-172-7/+12
| | | | | | | | Approved by: jkh
* | Merge tcpdump 3.5fenner2000-01-3029-1119/+1527
| |
* | This commit was generated by cvs2svn to compensate for changes in r56893,fenner2000-01-30102-456/+20088
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-30131-928/+23078
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-02-204-0/+1077
| | | | | | | | 'VENDOR-tcpdump'.
* | Document the -X flag.archie2000-01-261-1/+8
| |
* | Add the -X flag to dump the buffer in "emacs-hexl" style,archie2000-01-261-30/+99
| | | | | | | | | | | | that is, with ASCII character decoding. Obtained from: OpenBSD
* | Pass the pppoe packets into do_ppp_print correctly.brian1999-11-271-5/+3
| |
* | Support PPPoE.brian1999-11-145-3/+182
| | | | | | | | Add a missing comma to the lcp config options table.
* | Add source routing support.lile1999-08-282-11/+49
| |
* | World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-204-1/+211
| | | | | | | | | | | | | | | | 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>
OpenPOWER on IntegriCloud