Skip to content

Releases: lpefferkorn/ipdecap

Release 0.7.2

19 Jul 13:33
Compare
Choose a tag to compare

Bug fix/maintenance release:

  • 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

Release 0.7.1

21 Apr 18:13
Compare
Choose a tag to compare
  • Autotools update to ensure OS X compatibility (10.9 with MacPorts)
  • Warnings cleanup

Release 0.7

04 Mar 17:23
Compare
Choose a tag to compare
  • Ported to FreeBSD
  • Better error messages
  • Internal clean up
  • Clean unit tests leftovers on make clean

Release 0.6

17 Nov 17:56
Compare
Choose a tag to compare
  • Support for 6in4 protocol (IPv6 encapsulated within IPv4)
  • Remove virtual lan (IEEE 802.1Q) header
  • (dev) Switch back to Autotools build system
  • (dev) Unit testing through pcap samples