Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Sep 12, 2016
1 parent 73f18b6 commit 10cd55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ <h2>Download source code</h2>

<h2>Download compiled binaries</h2>
<p>I'll be releasing compiled binaries for several platforms once in a while. You can find them in the <a href="https://github.com/seladb/PcapPlusPlus/releases">releases</a> section in GitHub project home</p>
<p>Currently the latest release is <a href="https://github.com/seladb/PcapPlusPlus/releases/tag/v16.02">February 2016 release (16.02)</a></p>

<p>Currently the latest release is <a href="https://github.com/seladb/PcapPlusPlus/releases/tag/v16.09">September 2016 Release (16.09)</a></p>
<h2>Package content</h2>
<p>The PcapPlusPlus package contains several libraries, unit-tests and example utilities:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>What makes PcapPlusPlus different from similar C++ wrappers for libpcap/WinP
<li>Vast object-oriented filtering mechanism that makes libpcap filters a lot more user-friendly (no need to know the exact filter string to use)</li>
</ul>
<h2>PcapPlusPlus is multi-platform!</h2>
<p>PcapPlusPlus is currently supported on <strong>Windows</strong>, <strong>Linux</strong> and <strong>Mac OS X</strong>. It was tested on Windows (32bit and 64bit), Ubuntu and Fedora, but it should work on other Linux distributions as well. Regarding Mac OS X - I tested it on Snow Leopard (10.6) 32bit, Mavericks (10.9.5) and Yosemite (10.10). I hope it would work on other Mac OS X versions as well (>= 10.6). Other opeating systems such as FreeBSD were never tested and compilation on those platforms would probably fail</p>
<p>PcapPlusPlus is currently supported on <strong>Windows</strong>, <strong>Linux</strong> and <strong>Mac OS X</strong>. It was tested on Windows (32bit and 64bit) with Mingw32, Ubuntu (12.04 LTS, 14.04 LTS, 14.10), Fedora and CentOS but it should work on other Linux distributions as well. Regarding Mac OS X - it was tested on Snow Leopard (10.6) 32bit, Mavericks (10.9), Yosemite (10.10) and El Capitan (10.11). Other opeating systems such as FreeBSD were never tested and compilation on those platforms would probably fail</p>
<h2>Supoorted packet capture engines</h2>
<p>PcapPlusPlus currently works with the following packet capture engines:</p>
<ul>
Expand Down

0 comments on commit 10cd55f

Please sign in to comment.