| 2 | |
| 3 | == libtrace 3.0.15 (Soon!) == |
| 4 | |
| 5 | === Bug Fixes === |
| 6 | * Fixed wrap-around bug in trace_get_payload_length() which resulted in ridiculous payload lengths (r1758) |
| 7 | * Fixed build error where iow-lzo.c would require (and not be able to find) libtrace.h (r1760) |
| 8 | * Fixed build error where libpacketdump could not find wandio.h (r1761) |
| 9 | * Fixed bug where TRACE_RT_LAST would overflow the 32-bit integer being used to store the RT packet type (r1763, #322) |
| 10 | * Fixed bug where Linux Native input would give errors when being used to monitor a loopback interface (Thanks to Asad Arfeen for reporting this bug) (r1764) |
| 11 | |
| 12 | === Improvements === |
| 13 | * libtrace_sll_header_t data structure is now exported via libtrace.h, so it can be used in user code (r1759) |
| 14 | * Better detection and reporting of cases where the user is trying to read a compressed format that their libtrace build doesn't support (r1762) |