tag:github.com,2008:https://github.com/rastersoft/tcpdump/releasesRelease notes from tcpdump2019-10-01T17:22:00Ztag:github.com,2008:Repository/274226572/tcpdump-4.9.32019-10-01T17:22:00Ztcpdump-4.9.3<p>release 4.9.3, out on 2019-10-30.</p>mcrtag:github.com,2008:Repository/274226572/tcpdump-4.9.22017-09-03T23:08:58Ztcpdump-4.9.2<p>Change the version to 4.9.2.</p>infrastationtag:github.com,2008:Repository/274226572/tcpdump-4.9.12017-07-22T23:24:21Ztcpdump-4.9.1<p>Change the version to 4.9.1.</p>infrastationtag:github.com,2008:Repository/274226572/tcpdump-4.9.02017-01-18T18:38:20Ztcpdump-4.9.0<p>Change the version to 4.9.0.</p>infrastationtag:github.com,2008:Repository/274226572/tcpdump-4.9.0-bp2017-01-18T18:24:53Ztcpdump-4.9.0-bp: CVE-2016-7985,7986/fixup medsa_print()<p>The code in medsa_print() assumed that the MEDSA packet always follows<br>
an Ethernet header that is inside the allocated memory buffer. But<br>
this is not always the case, see commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rastersoft/tcpdump/commit/6bc44295cfbe1f7b6633c755841518f4b159aa8a/hovercard" href="https://github.com/rastersoft/tcpdump/commit/6bc44295cfbe1f7b6633c755841518f4b159aa8a"><tt>6bc4429</tt></a> for rationale.</p>
<p>Eliminate the Ethernet header pointer and just pass on the struct<br>
lladdr_info arguments provided.</p>infrastationtag:github.com,2008:Repository/274226572/tcpdump-4.8.12016-10-26T01:43:15Ztcpdump-4.8.1: Tuesday October 25, 2016 mcr@sandelman.ca<p>Summary for 4.8.1 tcpdump release<br>
Fix "-x" for Apple PKTAP and PPI packets<br>
Use PRIx64 to print a 64-bit number in hex.<br>
Printer for HNCP (RFCs 7787 and 7788).<br>
dagid is always an IPv6 address, not an opaque 128-bit string, and other fixes to RPL printer.<br>
RSVP: Add bounds and length checks<br>
OSPF: Do more bounds checking<br>
Handle OpenSSL 1.1.x.<br>
Initial support for the REdis Serialization Protocol known as RESP.<br>
Add printing function for Generic Protocol Extension for VXLAN<br>
draft-ietf-nvo3-vxlan-gpe-01<br>
Network Service Header: draft-ietf-sfc-nsh-01<br>
Don't recompile the filter if the new file has the same DLT.<br>
Pass an adjusted struct pcap_pkthdr to the sub-printer.<br>
Add three test cases for already fixed CVEs<br>
<a title="CVE-2014-8767" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-wcfm-6f8f-6jv8/hovercard" href="https://github.com/advisories/GHSA-wcfm-6f8f-6jv8">CVE-2014-8767</a>: OLSR<br>
<a title="CVE-2014-8768" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-vfhx-w4xw-3mwg/hovercard" href="https://github.com/advisories/GHSA-vfhx-w4xw-3mwg">CVE-2014-8768</a>: Geonet<br>
<a title="CVE-2014-8769" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-rfvv-px5p-7fmg/hovercard" href="https://github.com/advisories/GHSA-rfvv-px5p-7fmg">CVE-2014-8769</a>: AODV<br>
Don't do the DDP-over-UDP heuristic first: GitHub issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="126001895" data-permission-text="Title is private" data-url="https://github.com/the-tcpdump-group/tcpdump/issues/499" data-hovercard-type="issue" data-hovercard-url="/the-tcpdump-group/tcpdump/issues/499/hovercard" href="https://github.com/the-tcpdump-group/tcpdump/issues/499">the-tcpdump-group#499</a>.<br>
Use the new debugging routines in libpcap.<br>
Harmonize TCP source or destination ports tests with UDP ones<br>
Introduce data types to use for integral values in packet structures.<br>
RSVP: Fix an infinite loop<br>
Support of Type 3 and Type 4 LISP packets.<br>
Don't require IPv6 library support in order to support IPv6 addresses.<br>
Many many changes to support libnetdissect usage.<br>
Add a test that makes unaligned accesses: GitHub issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102901963" data-permission-text="Title is private" data-url="https://github.com/the-tcpdump-group/tcpdump/issues/478" data-hovercard-type="issue" data-hovercard-url="/the-tcpdump-group/tcpdump/issues/478/hovercard" href="https://github.com/the-tcpdump-group/tcpdump/issues/478">the-tcpdump-group#478</a>.<br>
add a DNSSEC test case: GH <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="64248708" data-permission-text="Title is private" data-url="https://github.com/the-tcpdump-group/tcpdump/issues/445" data-hovercard-type="issue" data-hovercard-url="/the-tcpdump-group/tcpdump/issues/445/hovercard" href="https://github.com/the-tcpdump-group/tcpdump/issues/445">the-tcpdump-group#445</a> and GH <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89349938" data-permission-text="Title is private" data-url="https://github.com/the-tcpdump-group/tcpdump/issues/467" data-hovercard-type="pull_request" data-hovercard-url="/the-tcpdump-group/tcpdump/pull/467/hovercard" href="https://github.com/the-tcpdump-group/tcpdump/pull/467">the-tcpdump-group#467</a>.<br>
BGP: add decoding of ADD-PATH capability<br>
fixes to LLC header printing, and RFC948-style IP packets</p>mcrtag:github.com,2008:Repository/274226572/tcpdump-4.8.0-bp2016-10-26T00:36:09Ztcpdump-4.8.0-bp<p>updated CHANGES for 1.8.0</p>mcrtag:github.com,2008:Repository/274226572/tcpdump-4.8.02016-07-21T12:38:50Ztcpdump-4.8.0<p>bumped VERSION</p>mcrtag:github.com,2008:Repository/274226572/tcpdump-4.7.42015-05-27T15:24:52Ztcpdump-4.7.4: Friday April 10, 2015 guy@alum.mit.edu<p>Summary for 4.7.4 tcpdump release<br>
RPKI to Router Protocol: Fix Segmentation Faults and other problems<br>
RPKI to Router Protocol: print strings with fn_printn()<br>
wb: fix some bounds checks</p>
<p>(replaces errant tcpdump-1.7.4 tag)</p>mcrtag:github.com,2008:Repository/274226572/tcpdump-4.7.32015-03-11T00:47:51Ztcpdump-4.7.3<p>updated version to 4.7.3</p>mcr