Version 11 (modified by perry, 14 years ago) (diff) |
---|
See http://research.wand.net.nz/software/libtrace.php for download information
libtrace 3.0.0 beta 6 (2006-10-26)
- int: ignored overridden promisc flags (r1058)
- Build fixes (r1059,r1060,r1068,r1069,r1070)
- Add proper decode support for ATM cells (r1061)
- pcap:/pcapfile:/trace_filter_apply() now will "demote" a packet, stripping off any header that pcap doesn't understand. (r1062,r1063,r1064,r1067)
libtrace 3.0.0 beta 5 (2006-10-16)
- rejiggered the build system:
- Clarification of errors: (r970,r971,r1055)
- new wireless metadata API support for libtrace (r982,r983,r984,r985,r987,r988,r994,r995,r1003,r1004,r1007,r1008,r1009,r1015,r1027,r1028,r1029.r1030,r1042)
- Capture methods:
- Fix bug with trace_perror_output (r991)
- Cleanup warnings (r996,r998,r999,r1000,r1001,r1021,r1043,r1045,r1050,r1051,r1052,r1053)
- Cleanup and distribute the sample code (r1005,r1006)
- Documentation/Comments? fixed (r1010,r1039)
- Protocol decoders:
- Export new functions:
- trace_get_payload_from_ip6 (r1013)
- trace_create_dead() should call trace_init() (Closes #228) (r1018)
- removed packet->size due to it's value being underspecified. (r1023,r1026)
- libpacketdump decoders: (r1040,r1041)
libtrace 3.0.0 beta 4 (2006-08-30)
- tracesplit tidyups to deal better with old NLANR traces (r950)
- pcap: uris should deal with packets that are corrupt/missing a linklayer (r951)
- Code cleanups/build system cleanups (r952, r953, r956, r958, r963)
- when linking against libpacketdump, you need to provide -lfl (r959)
- libpacketdump should deal with packets that are corrupt/missing a linklayer (r954)
- Tom Young's linux int: performance improvements (r955, r960)
- if libpacketdump can't decode a linklayer itself, it should ask libtrace to decode it (r957)
libtrace 3.0.0 beta 3 (2006-08-22)
Most of this release was bug fixes for MacOS portability, mostly dealing with endianness issues
- Alpha version of python bindings (r917)
- Cosmetic changes to help (r904)
- Wag length (r908)
- Coping with Dag rx errors (r909)
- Bugs in promote packet (direction tagging pcap files) (r910,r926,r927,r929)
- Bugs in erf/demote packet (converting from direction tagged pcap files) (r924,r925,r928,r941)
- Changed the build system for libpacketdump, removed C++ dependancies where unneeded, and general code tidy ups (r911,r913,r914,r916,r919,r936,r947)
- Portability fixes for MacOS (r916,r918,r921,r922,r931,r933,r942,r944)
- General code cleanups (r930,r932,r935)
- More error checking on protocol decode (r934)
- Better test cases, disable broken test (r937,r938,r939)
- General Build system fixes (r940,r943,r945,r946,r948)
libtrace 3.0.0 beta 2 (2006-06-27)
- Added better error handling for pcap/duck/rt formats (r875,r880,r885,r886)
- Fixed problems with TRACE_TYPE enum (some values had been shuffled around) (r876)
- Fixed protocol decodes for 802.11 and LLC/Snap (r879)
- Added better unit tests for protocol decoding, writing files, and did some general cleanups (r882,r883,r884,r899)
- Massive build system overhaul (r887,r892,r893,r896)
- Update documentation (r888,r891)
- Minor cleanups (r889,r894,r895,r900,r901)
- trace_get_{source,destination}_address() now include the port number in the sin{,6}_port field. (r897)