| 2 | |
| 3 | == libtrace 3.0.12 (Coming soon!) == |
| 4 | === New Features === |
| 5 | * Added new tools: {{{tracetopends}}} and {{{traceends}}} (r1717) |
| 6 | |
| 7 | === Bug Fixes === |
| 8 | * Fixed bug in trace_get_payload_from_ip6 that would return the wrong payload if extension headers were present (r1712, #314) |
| 9 | * Fixed bug with payload length calculation if the packet has additional padding (r1716) |
| 10 | * Fixed build issue when building DAG format modules on Fedora Core systems (r1715) |
| 11 | * Fixed bug where trace_get_layer2 would return a meta-data header instead NULL when no layer 2 payload was present (r1714, #263) |
| 12 | |
| 13 | === Improvements === |
| 14 | * Added more caching to further improve performance in some cases (r1716) |
| 15 | * Reworked trace_get_layer2 to be faster (r1716) |
| 16 | * Added libpacketdump decoders for some IPv6 extension headers (hop by hop, routing and destination options) (r1713) |
| 17 | |