Changes between Version 55 and Version 56 of ChangeLog
- Timestamp:
- 03/06/12 17:08:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangeLog
v55 v56 13 13 * Replaced assert failure when a pcapfile input is corrupted with a more graceful BAD_PACKET error (r1751) 14 14 * Added new error types (BAD_FILTER and RT_FAILURE) so we can avoid using BAD_PACKET in cases where that isn't really the problem (r1752) 15 * wandio functions are now exported and can be accessed by libtrace users for other I/O (r1756)15 * wandio functions are now exported through a separate shared library and can be used to do general file I/O (r1756, r1757) 16 16 17 17 == libtrace 3.0.13 (2012-01-09) == 18 18 19 === New Features === 19 20 * Libtrace API functions for decoding OSPFv2 packets, including LSA and Router Link decoders (r1735, r1736)