diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
commit | 0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch) | |
tree | c9eca0fdb327e86bea07fe747313f828731215ca /CHANGES | |
parent | 60894fde29002aac35c5aff244b0f45c4d590413 (diff) | |
download | src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.tar.gz src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.zip |
Vendor import of tcpdump 4.3.0.vendor/tcpdump/4.3.0
Notes
Notes:
svn path=/vendor/tcpdump/dist/; revision=241211
svn path=/vendor/tcpdump/4.3.0/; revision=241212; tag=vendor/tcpdump/4.3.0
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Friday April 3, 2011. mcr@sandelman.ca. + Summary for 4.3.0 tcpdump release + fixes for forces: SPARSE data (per RFC 5810) + some more test cases added + updates to documentation on -l, -U and -w flags. + Fix printing of BGP optional headers. + Tried to include DLT_PFSYNC support, failed due to headers required. + added TIPC support. + Fix LLDP Network Policy bit definitions. + fixes for IGMPv3's Max Response Time: it is in units of 0.1 second. + SIGUSR1 can be used rather than SIGINFO for stats + permit -n flag to affect print-ip for protocol numbers + ND_OPT_ADVINTERVAL is in milliseconds, not seconds + Teach PPPoE parser about RFC 4638 + + Friday December 9, 2011. guy@alum.mit.edu. Summary for 4.2.1 tcpdump release Only build the Babel printer if IPv6 is enabled. |