Sébastien Deronne <sebastien.deronne@gmail.com> [Wed, 08 Jul 2015 23:44:17 +0200] rev 11479
add support for HT MCS and A-MPDU in radiotap headers
Tommaso Pecorella <tommaso.pecorella@unifi.it> [Wed, 08 Jul 2015 00:09:46 +0200] rev 11478
Waf - setup optimization and debug info for clang
Vedran Miletić <rivanvx@gmail.com> [Tue, 07 Jul 2015 22:06:08 +0200] rev 11477
Silence Clang 3.6+ -Wno-potentially-evaluated-expression warning
Clang 3.6+ warns about "expression with side effects will be evaluated
despite being used as an operand to 'typeid'" if Ptr<> is used as an
argument to typeid(). This changes the code to use raw pointers
instead of Ptr<>.
Vedran Miletić <rivanvx@gmail.com> [Tue, 07 Jul 2015 22:01:23 +0200] rev 11476
Use proper environment when checking for supported compiler flags
Vedran Miletić <rivanvx@gmail.com> [Tue, 07 Jul 2015 13:37:52 +0200] rev 11475
Handle the case where scratch or examples directory is missing
Vedran Miletić <rivanvx@gmail.com> [Tue, 07 Jul 2015 13:32:26 +0200] rev 11474
Remove unused EXAMPLE_DIRECTORIES environment variable
Vedran Miletić <rivanvx@gmail.com> [Tue, 07 Jul 2015 12:18:59 +0200] rev 11473
Update waf to 1.8.12
Sébastien Deronne <sebastien.deronne@gmail.com> [Thu, 02 Jul 2015 21:11:24 +0200] rev 11472
fix HT capabilities printing in PCAP files
Tom Henderson <tomh@tomh.org> [Thu, 02 Jul 2015 12:29:48 -0700] rev 11471
bump pybindgen version
Tommaso Pecorella <tommaso.pecorella@unifi.it> [Thu, 02 Jul 2015 18:21:44 +0200] rev 11470
Bug 2124 - UdpSocketImpl::ShutdownRecv doesn't stop the Ipv[4,6]EndPointDemux