Timeline
05/04/06:
- 17:05 Changeset [784] by
- Fixed memory leak in trace_event_trace Wrote an example using the event …
- 16:04 Changeset [783] by
- Add some skeleton programs for people to use as a template
- 14:54 Changeset [782] by
- Updated various format modules to use libtrace_direction_t rather than …
- 14:17 Ticket #4 (Forward port and fix Build system) closed by
- fixed: Fixed, as per libtrace2
- 14:15 Changeset [781] by
- Updated build system to require version number changes in only two places …
05/03/06:
- 00:38 Changeset [780] by
- Commit experimental direction tagging for pcap, such that it is.
05/02/06:
- 20:31 Changeset [779] by
- Don't worry about non-blocking/blocking support for WAG for windows!
- 17:19 Changeset [778] by
- Added non_blocking read support for wag devices Created trace_event_wag to …
- 15:55 Ticket #14 (Buy air bed) created by
- Since the introduction of the pcap_next_ex in r777 libtrace3 must now be …
- 10:55 Changeset [777] by
- Rewrite the pcap handling to deal with windows issues
- 01:37 Changeset [776] by
- Avoid warnings
- 01:37 Changeset [775] by
- Avoid warnings
- 01:25 Changeset [774] by
- Fix segfault when attempting to put pcap into blocking mode. Extra deref …
- 00:58 Changeset [773] by
- More documentation, add some enum's documenting the convention for …
- 00:44 Changeset [772] by
- Don't close the trace, if it needed closing then the pause would have …
- 00:27 Changeset [771] by
- Add DLLEXPORT for a couple more functions that were missing it
- 00:08 Changeset [770] by
- Style fixes, get rid of unnecessary "struct"'s
05/01/06:
- 22:35 Changeset [769] by
- Add decoder for TRACE_TYPE_NONE
- 22:24 Changeset [768] by
- & has lower precidence than ==, so add parenthesis as gcc suggests!
- 22:03 Changeset [767] by
- Compare against 0x40 and 0x60 instead of 0x04 and 0x06 when checking IP …
- 21:22 Changeset [766] by
- Add missing cast
- 21:19 Changeset [765] by
- Remember to update the type field for TRACE_TYPE_NONE
- 20:38 Changeset [764] by
- Add support for capturing PPP interfaces
- 20:37 Changeset [763] by
- Screwed up byte ordering ment that we couldn't capture any traffic on …
04/30/06:
- 18:19 Changeset [762] by
- Use better link type detection based on the hardware type rather than the …
04/29/06:
- 15:11 Changeset [761] by
- Fix missing ;
- 15:09 Changeset [760] by
- minor tidyup's looking for "unknown linktype -1" bug
- 15:05 Changeset [759] by
- Remove wrong svn:executable Remove default:
- 11:42 Changeset [758] by
- * Clarify the documentation for trace_read_packet() * Force blocking mode …
04/28/06:
- 23:47 Changeset [757] by
- trace_get_ip should definitely be an exported function.
04/27/06:
- 22:13 Changeset [756] by
- WIN32 portability fixes for the test code
- 22:12 Changeset [755] by
- Added winpcap support to the Visual Studio infrastructure. Until we get …
- 11:36 Changeset [754] by
- Fixed error where the packet's sequence number was corrupted whenever the …
- 10:23 Changeset [753] by
- Remove useless variables that cause format_pcap to fail to compile under …
- 01:32 Changeset [752] by
- Deallocate memory used for filter, so that valgrind reports no errors.
- 01:32 Changeset [751] by
- Cleanup clean targets
- 01:26 Changeset [750] by
- Fixed bug where wag packets capture length was set too long when reading …
- 01:05 Changeset [749] by
- Disable annoyingly verbose debugging that was accidently committed
- 01:04 Changeset [748] by
- #ifdef out bpf specific code when not compiling with pcap
- 00:55 Changeset [747] by
- Added WIN32 build environment infrastructure. See docs/WIN32.TXT for …
- 00:48 Changeset [746] by
- Fix some memory leaks Add new destroy for bpf filters Properly initialise …
04/26/06:
- 23:46 Changeset [745] by
- strcat used where strcpy should be used
- 16:29 Changeset [744] by
- Don't error when creating a new trace!
- 16:06 Changeset [743] by
- Fixed the Makefile to include libtraceio.h when doing a 'make dist' …
04/25/06:
- 21:53 Changeset [742] by
- Report buggy trace_set_err's for future
- 21:51 Changeset [741] by
- if gethostbyname fails, then set an error.
- 21:26 Changeset [740] by
- add O_BINARY to keep windows happy.
- 20:19 Changeset [739] by
- Undo more iso cificationisms
- 20:11 Changeset [738] by
- Undo some of the ISO Cification due to the way VS deals with packed …
- 16:37 Changeset [737] by
- Fix support for writing on interfaces
04/24/06:
- 18:48 Changeset [736] by
- Remove stale tests
- 18:43 Ticket #13 (Buy air bed) closed by
- fixed
- 18:42 Changeset [735] by
- Clean up the various usages of TRACE_ERR_*, add TRACE_ERR_UNSUPPORTED and …
- 16:50 Ticket #13 (Buy air bed) created by
- I'm sure some of the TRACE_ERR*'s are unused, and we should have a few …
- 16:49 Ticket #12 (tracereport needs some TLC) created by
- Tracereport: * doesn't have a manpage * has bugs in it's reporting of …
- 11:49 Changeset [734] by
- Added necessary include to allow dag to use MAP_FAILED
- 09:56 Changeset [733] by
- Use binary i/o mode to keep windows backwardsness happy
- 00:03 Changeset [732] by
- Document this file so it ends up in doxygen
- 00:02 Changeset [731] by
- Add assert() suggested by mattb to catch corrupted erf traces (where rlen …
04/23/06:
- 18:25 Changeset [730] by
- More commenting
- 17:55 Changeset [729] by
- Added support for writing onto an interface to pcap and linuxnative
- 14:25 CodingConventions edited by
- (diff)
- 14:22 Ticket #3 (forward port the linux native capture from libtrace2) closed by
- fixed: Build system detects this and disables it if the linux PF_PACKET system is …
- 14:21 Changeset [728] by
- Fix the stdio error handling Document better the libtraceio API. See the …
- 14:19 CodingConventions edited by
- (diff)
- 14:11 Changeset [727] by
- Fixup stdio to be more standard compliant Fix format wag to be more …
- 14:08 Changeset [726] by
- Decompress compressed trace
- 13:48 Changeset [725] by
- Fixed the format module auditing code in trace.c to work with the new …
- 13:15 FormatModuleApi edited by
- (diff)
- 13:15 CodingConventions created by
- 13:14 WikiStart edited by
- (diff)
- 13:12 FormatModuleApi created by
- 13:11 WikiStart edited by
- (diff)
04/22/06:
- 00:59 Changeset [724] by
- Make format_linux only compile if the machine we're compiling it on …
- 00:58 Changeset [723] by
- Add tests for pcapfile:
- 00:43 Changeset [722] by
- Remove reliance on pcap.h for DLT_'s (and while we're here, make them a …
- 00:16 WikiStart edited by
- (diff)
04/21/06:
- 23:23 Ticket #10 (Does not build with automake < 1.9) closed by
- duplicate: Duplicate of Bug #9 Automake does report (amongst it's other errors) that …
- 23:18 Ticket #11 (make install does not honour DESTDIR) closed by
- fixed: Fixed in version 721
- 23:17 Changeset [721] by
- Don't break DESTDIR
- 23:13 Changeset [720] by
- Cleanup old legacy link types
- 23:06 Changeset [719] by
- Add new pcapfile: uri for natively reading pcap files (without libpcap) …
- 17:09 Changeset [718] by
- Catch common bug and report it to the user
- 17:09 Changeset [717] by
- Rewrote the splay tree code (again!)
- 11:09 Changeset [716] by
- More bug fixes, now erf works again properly
- 10:28 Changeset [715] by
- Merge windows portability fixes
- 00:43 Changeset [714] by
- Added more test cases
- 00:42 Changeset [713] by
- Rewrote libtrace's IO handling to use shim functions when needing to do …
04/20/06:
- 23:40 Changeset [712] by
- * Add some casts to keep windows happy (windows thinks send/recv take …
- 21:52 Ticket #11 (make install does not honour DESTDIR) created by
- When installing with a command such as […] Installation bombs out …
- 21:50 Ticket #10 (Does not build with automake < 1.9) created by
- libtrace3 is not able to be built with automake less than 1.9. Either …
04/14/06:
- 17:36 Changeset [711] by
- Fix bugs with forward porting of format_linux: * Fix the buffer management …
- 14:13 Changeset [710] by
- Port new linux native capture type from libtrace 2. Fail if we try and …
- 02:17 Changeset [709] by
- Fix missing declared variable
04/13/06:
- 18:08 Ticket #7 (Documentation) created by
- Write some proper documentation on libtrace3, at least covering how to …
- 18:08 Ticket #6 (New Examples/Skeletons need to be written) created by
- Delete all the crud in the examples directory, replace it with a couple of …
- 18:06 Ticket #4 (Forward port and fix Build system) created by
- libtrace2 has a fixed build system where version numbers only need to be …
- 18:06 Ticket #3 (forward port the linux native capture from libtrace2) created by
- libtrace2 has a linux native capture method (int:), this should be forward …
- 18:05 Ticket #2 (Buy air bed) created by
- When both libtrace2 and libtrace3 are installed, libtrace2 apps compile …
- 17:48 TracInstall created by
- 17:48 RecentChanges created by
- 17:48 WikiFormatting created by
- 17:48 TracPlugins created by
- 17:48 WikiPageNames created by
- 17:48 TracRss created by
- 17:48 TracTickets created by
- 17:48 CamelCase created by
- 17:48 TracInterfaceCustomization created by
- 17:48 WikiProcessors created by
- 17:48 TracFastCgi created by
- 17:48 WikiNewPage created by
- 17:48 TracGuide created by
- 17:48 TracStandalone created by
- 17:48 TracTicketsCustomFields created by
- 17:48 TracSearch created by
- 17:48 TracIni created by
- 17:48 TracQuery created by
- 17:48 WikiRestructuredTextLinks created by
- 17:48 TracRoadmap created by
- 17:48 TracPermissions created by
- 17:48 TracSyntaxColoring created by
- 17:48 WikiRestructuredText created by
- 17:48 TracImport created by
- 17:48 SandBox created by
- 17:48 TracUnicode created by
- 17:48 WikiDeletePage created by
- 17:48 TracEnvironment created by
- 17:48 WikiHtml created by
- 17:48 TitleIndex created by
- 17:48 TracLogging created by
- 17:48 TracUpgrade created by
- 17:48 TracBackup created by
- 17:48 TracAccessibility created by
- 17:48 TracTimeline created by
- 17:48 WikiMacros created by
- 17:48 TracNotification created by
- 17:48 TracCgi created by
- 17:48 WikiStart created by
- 17:48 TracBrowser created by
- 17:48 TracWiki created by
- 17:48 TracSupport created by
- 17:48 TracChangeset created by
- 17:48 TracLinks created by
- 17:48 TracReports created by
- 17:48 TracModPython created by
- 17:48 TracAdmin created by
04/11/06:
- 16:48 Changeset [708] by
- Don't segfault if you ask for a port on something which has no transport …
- 14:52 Changeset [707] by
- Fix various bugs in protocols.c Move trace_get_next_option from trace.c to …
04/10/06:
- 14:36 Changeset [706] by
- Honor destdir
- 14:30 Changeset [705] by
- Fixes
- 14:29 Changeset [704] by
- Fix cast of pointer to int
- 14:29 Changeset [703] by
- Fix problem with building man pages
- 14:29 Changeset [702] by
- Update ready for release of 2.0.29
- 13:42 Changeset [701] by
- Fix bug with inserting duplicates into the splay tree
04/08/06:
- 17:36 Changeset [700] by
- Fix bug when zlib is not available
- 17:34 Changeset [699] by
- More portability/warnings fixed
- 17:20 Changeset [698] by
- Standardise the placement of config.h
- 17:18 Changeset [697] by
- Fix unconditional include
- 17:10 Changeset [696] by
- More portability fixes Remove empty structs
- 17:06 Changeset [695] by
- More of mattb's compatibility fixes
- 17:02 Changeset [694] by
- Merge more of mattb's portability fixes.
- 16:47 Changeset [693] by
- More windows fixes merged
- 16:46 Changeset [692] by
- More portability fixes
- 16:31 Changeset [691] by
- WIN32 compile fixes
- 16:23 Changeset [690] by
- Portability fixes for windows
- 16:15 Changeset [689] by
- More portability fixes
- 16:14 Changeset [688] by
- Add more portability fixes
- 16:14 Changeset [687] by
- Add support for more linktypes
- 16:13 Changeset [686] by
- Fix missing #include<>
- 16:13 Changeset [685] by
- Fix a security flaw Tidy up some code
- 15:38 Changeset [684] by
- Move largefile issues into format_helper
- 14:28 Changeset [683] by
- Move O_LARGEFILE from erf to helper
- 13:55 Changeset [682] by
- avoid warnings about format specifiers
- 13:46 Changeset [681] by
- Fix namespace issues with fifo.c
- 13:39 Changeset [680] by
- Move more types to the libtrace standard (typedef'd libtrace_*_t) Add …
- 02:08 Changeset [679] by
- Libtrace does not need getopt!
- 01:34 Changeset [678] by
- Remove dependance on pcap.h
- 01:33 Changeset [677] by
- Fix pcap dependancies
- 01:15 Changeset [676] by
- Remove unused header file
04/07/06:
- 15:59 Changeset [675] by
- Fix bug with detecting doxygen
- 12:02 Changeset [674] by
- Fix bug in container while inserting elements into the tree
- 00:17 Changeset [673] by
- Minor cleanups in format_rt Shuffled protocols.c around for better vlan …
04/06/06:
- 20:50 Changeset [672] by
- Finish migration to protocols.c, add more IPv6 support
04/05/06:
- 22:49 Changeset [671] by
- Fix bug with wire_length of pcap packets
04/04/06:
- 16:35 Changeset [670] by
- trace_event_device no longer calls trace_read_packet constantly
Note: See TracTimeline
for information about the timeline view.
