| 1 | == libtrace 3.0.0 beta 2 == |
| 2 | * Added better error handling for pcap/duck/rt formats (r875,r880,r885,r886) |
| 3 | * Fixed problems with TRACE_TYPE enum (some values had been shuffled around) (r876) |
| 4 | * Fixed protocol decodes for 802.11 and LLC/Snap (r879) |
| 5 | * Added better unit tests for protocol decoding for our unit tests, writing files, and general cleanups (r882,r883,r884,r899) |
| 6 | * Massive build system overhaul (r887,r892,r893,r896) |
| 7 | * Update documentation (r888,r891) |
| 8 | * Minor cleanups (r889,r894,r895,r900,r901) |
| 9 | * trace_get_{source,destination}_address() now include the port number in the sin{,6}_port field. |