-
Notifications
You must be signed in to change notification settings - Fork 17
/
ChangeLog
25 lines (21 loc) · 975 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v0.7.2 - 2018/07/19: Loic Pefferkorn <[email protected]>
* Fix segfault on malformed 802.1q header (author: aapo, issue #4)
* Fix segfault on malformed IPIP header (issue #5)
* Support for OpenSSL >= 1.1.0 (author: jumrc)
* Global code cleanup: Doxygen comments, source code split
v0.7.1 - 2016/04/21: Loic Pefferkorn <[email protected]>
* Autotools update to ensure OS X compatibility (10.9 with MacPorts)
* Warnings cleanup
v0.7 - 2014/03/04: Loic Pefferkorn <[email protected]>
* Ported to FreeBSD
* Better error messages
* Internal clean up
* Clean unit tests leftovers on make clean
v0.6 - 2013/11/17: Loic Pefferkorn <[email protected]>
* Switch back to Autotools build system
* Unit testing through pcap samples.
* Support for 6in4 protocol (IPv6 encapsulated within IPv4)
* Remove virtual lan (IEEE 802.1Q) header
v0.5 - 2013/01/06: Loic Pefferkorn <[email protected]>
* First public version
* Upload to GitHub