#
0a7e5f1f |
| 23-Sep-2024 |
Joseph Mingrone <jrm@FreeBSD.org> |
tcpdump: Update to 4.99.5
Changes: https://git.tcpdump.org/tcpdump/blob/4a789712f187e3ac7b2c0044c3a3f8c71b83646e:/CHANGES Obtained from: https://www.tcpdump.org/release/tcpdump-4.99.5.tar.xz
tcpdump: Update to 4.99.5
Changes: https://git.tcpdump.org/tcpdump/blob/4a789712f187e3ac7b2c0044c3a3f8c71b83646e:/CHANGES Obtained from: https://www.tcpdump.org/release/tcpdump-4.99.5.tar.xz Sponsored by: The FreeBSD Foundation
show more ...
|
#
ee67461e |
| 08-Jun-2023 |
Joseph Mingrone <jrm@FreeBSD.org> |
tpcdump: Update to 4.99.4
Local changes:
- Update some local modifications to fix build - Synch config.h with upstream as much as possible
Changelog: https://git.tcpdump.org/tcpdump/blob/55bc
tpcdump: Update to 4.99.4
Local changes:
- Update some local modifications to fix build - Synch config.h with upstream as much as possible
Changelog: https://git.tcpdump.org/tcpdump/blob/55bc126b0216cfe409b8d6bd378f65679d136ddf:/CHANGES Reviewed by: emaste Obtained from: https://www.tcpdump.org/release/tcpdump-4.99.4.tar.gz Sponsored by: The FreeBSD Foundation
show more ...
|
#
3340d773 |
| 01-Feb-2017 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Update tcpdump to 4.9.0.
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-79
Update tcpdump to 4.9.0.
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
show more ...
|
#
3c602fab |
| 07-Jan-2015 |
Xin LI <delphij@FreeBSD.org> |
MFV r276761: tcpdump 4.6.2.
MFC after: 1 month
|
#
cac3dcd5 |
| 17-May-2012 |
Xin LI <delphij@FreeBSD.org> |
Merge tcpdump 4.2.1.
MFC after: 2 weeks
|
#
a5779b6e |
| 21-Mar-2009 |
Rui Paulo <rpaulo@FreeBSD.org> |
Merge tcpdump 4.0.0 from the vendor branch.
|
#
c1ad1296 |
| 29-May-2005 |
Sam Leffler <sam@FreeBSD.org> |
resolve merge conflicts and update for proper build; including:
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* writ
resolve merge conflicts and update for proper build; including:
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
show more ...
|
#
cc391cce |
| 31-Mar-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:
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
Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:
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().
show more ...
|
#
0e0def19 |
| 02-Mar-2003 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.7.2
|
#
a1c2090e |
| 21-Jun-2002 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.7.1
MFC after: 2 weeks
|
#
943ee2b1 |
| 03-Apr-2001 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.6.2
|
#
7524a079 |
| 05-Oct-2000 |
Kris Kennaway <kris@FreeBSD.org> |
* Buffer-safe string function cleanup. There are a couple of strcpy() and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing
* Buffer-safe string function cleanup. There are a couple of strcpy() 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
show more ...
|
#
a88113a8 |
| 30-Jan-2000 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.5
|
#
699fc314 |
| 15-Sep-1998 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.4
PR: bin/7877
|
#
2ebf6c05 |
| 27-May-1997 |
Bill Fenner <fenner@FreeBSD.org> |
Merge tcpdump 3.3. The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style
Merge tcpdump 3.3. The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style.
PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
show more ...
|
#
ee3e7633 |
| 03-Jan-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Update to reflect changes in net/if.h.
|
#
36c6738a |
| 11-Sep-1996 |
Paul Traina <pst@FreeBSD.org> |
Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers, not two 8 bit values. This conforms to industry standard.
These changes have been sent back to LBL.
|
#
1249582f |
| 19-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
Fix bugs in AARP packet handling and fake up a phantom LAP header since Ethertalk doesn't actually put one out on the wire.
Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp>
|
#
4edb46e9 |
| 19-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
Virgin import of unmodified tcpdump v3.2.1 distribution from LBL. Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
|