summaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-token.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tcpdump to 4.9.0.Gleb Smirnoff2017-02-011-24/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fixes many buffer overflow in different protocol parsers, but none of them are critical, even in absense of Capsicum. Security: CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925 Security: CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929 Security: CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933 Security: CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937 Security: CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973 Security: CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984 Security: CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993 Security: CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203 Security: CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342 Security: CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485 Security: CVE-2017-5486 Notes: svn path=/head/; revision=313048
* | MFV r276761: tcpdump 4.6.2.Xin LI2015-01-071-46/+93
|\| | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=276788
* | Merge tcpdump-4.1.1.Rui Paulo2010-10-281-3/+12
|\| | | | | | | Notes: svn path=/head/; revision=214478
* | Merge tcpdump 4.0.0 from the vendor branch.Rui Paulo2009-03-211-1/+1
|\| | | | | | | Notes: svn path=/head/; revision=190207
| * Flatten vendor/tcpdump and remove keyword expansion.Rui Paulo2009-03-201-194/+0
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=190150
| * Import of tcpdump v3.9.8Max Laier2007-10-161-2/+1
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=172683
| * Import of tcpdump v3.9.4Sam Leffler2006-09-041-3/+3
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=162017
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-291-2/+2
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=146773
| * Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gzBruce M Simpson2004-03-311-52/+33
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=127668
| * Import tcpdump 3.7.1, fromBill Fenner2002-06-211-9/+13
| | | | | | | | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz Notes: svn path=/vendor/tcpdump/dist/; revision=98524
| * Virgin import of tcpdump.org tcpdump v3.6.2Bill Fenner2001-04-031-0/+210
| | | | Notes: svn path=/vendor/tcpdump/dist/; revision=75115
* Resolve merge conflictsMax Laier2007-10-161-2/+1
| | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org Notes: svn path=/head/; revision=172686
* resolve merge conflictsSam Leffler2006-09-041-3/+3
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=162021
* resolve merge conflicts and update for proper build; including:Sam Leffler2005-05-291-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=146778
* Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:Bruce M Simpson2004-03-311-52/+33
| | | | | | | | | | | | | | 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(). Notes: svn path=/head/; revision=127675
* Merge tcpdump 3.7.1Bill Fenner2002-06-211-107/+134
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=98527
* Merge tcpdump 3.6.2Bill Fenner2001-04-031-1/+1
| | | | Notes: svn path=/head/; revision=75118
* Merge tcpdump 3.5Bill Fenner2000-01-301-1/+3
| | | | Notes: svn path=/head/; revision=56896
* Add source routing support.Larry Lile1999-08-281-8/+30
| | | | Notes: svn path=/head/; revision=50514
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-0/+165
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> Notes: svn path=/head/; revision=44165