| 2 | |
| 3 | == libtrace 3.0.4 (2008-01-02) == |
| 4 | * Deprecate {{{wtf:}}}/{{{wag:}}} format. These traces no longer exist. (r1264) |
| 5 | * Cleanup {{{bpf:}}} capture format (r1265,r1266,1317) |
| 6 | * add LINUX_SLL header support to {{{get_source_mac()}}} (r1267) |
| 7 | * '''deprecate {{{trace_get_link()}}} and replace it with the newer {{{trace_get_packet_buffer()}}}/{{{trace_get_layer2()}}}''' (r1268,r1269,r1270,r1271,r1272) |
| 8 | * Bug: Don't crash when destroying an output trace that failed to initialise (r1273,r1274,#258) |
| 9 | * Use Linux's in kernel BPF filter if available (r1275) |
| 10 | * Add support for Cisco HDLC over PoS (r1276,r1277) |
| 11 | * Allow BPF bytecode to be used to construct a filter (r1278) |
| 12 | * Code cleanups (r1279,r1282,r1283,r1284,r1288,r1289,r1290,r1297,r1309,r1315) |
| 13 | * '''Fix {{{libtrace_ip}}}'s bitfields''' (r1280,r1281,r1287) |
| 14 | * Fix pcapfile output bug (r1285) |
| 15 | * Documentation cleanups (r1286,r1295,r1296,r1306) |
| 16 | * Discard RT packets when writing {{{pcapfile:}}} files (r1291) |
| 17 | * Add a new "stats" example program (r1292,r1294) |
| 18 | * Build system cleanups (r1293,r1305,r1318) |
| 19 | * Avoid using {{{assert()}}} to report errors (r1298,r1299,r1300) |
| 20 | * RT packet issues (r1301) |
| 21 | * Properly deal with the packet parsing/length cache when using the event system (r1302) |
| 22 | * '''Add a new loss counter framework''' (r1303,r1304,r1307,r1308,r1310,r1311,r1312,r1316) |
| 23 | * Bug: Event framework not generating sleep events when reading traces from disk (r1313) |
| 24 | * Be more strict about returning {{{NULL}}} from {{{trace_get_payload_from_}}}''X''{{{()}}} functions (r1314) |