| 2 | |
| 3 | == libtrace 3.0.16 (Coming soon!) == |
| 4 | |
| 5 | === New Features === |
| 6 | * Added a new trace format (ring:) - ring: is a replacement for int: that uses PACKET_MMAP ring buffers to greatly improve performance when capturing from a live interface. (r1771, r1774) |
| 7 | * Packets captured using int:, ring: and bpf: and exported over RT can now be decoded by any system, regardless of what OS it is running. Previously, only Linux systems would be able to decode int: or ring: packets sent over RT, for example. (r1780, r1782) |
| 8 | |
| 9 | === Bug Fixes === |
| 10 | * Fixed conversion errors when converting packets captured using pcapint:any to other formats -- Thanks to Simon Wadsworth for reporting this bug (r1768) |
| 11 | * Fixed bug where a Linux Native output had been using internal format data for a Linux Native *input* (r1770) |
| 12 | * Fixed double free bug that occurred when using trace_event to read a trace file (r1773) |
| 13 | |
| 14 | === Improvements === |
| 15 | * Added support to rt: for receiving packets captured using the bpf: format (r1775, r1778) |