Timeline


and

05/10/06:

11:56 Changeset [796] by spa1
Added a couple of necessary fixes for FreeBSD compilation - defining …
09:57 Changeset [795] by spa1
OpenBSD compatibility fixes - adding in various #defines and #includes …

05/09/06:

22:51 Changeset [794] by mglb1
Nasty Hack: prevent tracereport .svn and .deps directories from being …
22:48 Changeset [793] by mglb1
* Add Visual Studio infrastructure to the generate tarball * Remove .svn …

05/08/06:

14:09 Changeset [792] by spa1
Removed out-of-date examples Moved output and event examples to skeleton …
11:07 Changeset [791] by spa1
Added a simple demonstration of using libtrace to write traces to the …

05/06/06:

11:54 Changeset [790] by mglb1
Added the required ARP_HRD types that Windows doesn't supply.
03:29 Changeset [789] by perry
Add supoprt for ethernet encapsulated inside LINUX_SLL frames
02:29 Changeset [788] by mglb1
Add the ARPHRD_PPP constant which Window's doesn't supply
02:24 Changeset [787] by perry
Make sure we set ->protocol correctly ->type is an rt type, not a libtrace …
01:15 Changeset [786] by mglb1
Define ARPHRD_ETHER ourselves as Windows doesn't appear to provide it

05/05/06:

10:18 Changeset [785] by spa1
Removed commented out code from the event example

05/04/06:

17:05 Changeset [784] by spa1
Fixed memory leak in trace_event_trace Wrote an example using the event …
16:04 Changeset [783] by perry
Add some skeleton programs for people to use as a template
14:54 Changeset [782] by spa1
Updated various format modules to use libtrace_direction_t rather than …
14:17 Ticket #4 (Forward port and fix Build system) closed by spa1
fixed: Fixed, as per libtrace2
14:15 Changeset [781] by spa1
Updated build system to require version number changes in only two places …

05/03/06:

00:38 Changeset [780] by perry
Commit experimental direction tagging for pcap, such that it is.

05/02/06:

20:31 Changeset [779] by mglb1
Don't worry about non-blocking/blocking support for WAG for windows!
17:19 Changeset [778] by spa1
Added non_blocking read support for wag devices Created trace_event_wag to …
15:55 Ticket #14 (Buy air bed) created by Matt Brown
Since the introduction of the pcap_next_ex in r777 libtrace3 must now be …
10:55 Changeset [777] by perry
Rewrite the pcap handling to deal with windows issues
01:37 Changeset [776] by perry
Avoid warnings
01:37 Changeset [775] by perry
Avoid warnings
01:25 Changeset [774] by mglb1
Fix segfault when attempting to put pcap into blocking mode. Extra deref …
00:58 Changeset [773] by perry
More documentation, add some enum's documenting the convention for …
00:44 Changeset [772] by perry
Don't close the trace, if it needed closing then the pause would have …
00:27 Changeset [771] by mglb1
Add DLLEXPORT for a couple more functions that were missing it
00:08 Changeset [770] by perry
Style fixes, get rid of unnecessary "struct"'s

05/01/06:

22:35 Changeset [769] by perry
Add decoder for TRACE_TYPE_NONE
22:24 Changeset [768] by perry
& has lower precidence than ==, so add parenthesis as gcc suggests!
22:03 Changeset [767] by perry
Compare against 0x40 and 0x60 instead of 0x04 and 0x06 when checking IP …
21:22 Changeset [766] by perry
Add missing cast
21:19 Changeset [765] by perry
Remember to update the type field for TRACE_TYPE_NONE
20:38 Changeset [764] by perry
Add support for capturing PPP interfaces
20:37 Changeset [763] by perry
Screwed up byte ordering ment that we couldn't capture any traffic on …

04/30/06:

18:19 Changeset [762] by perry
Use better link type detection based on the hardware type rather than the …

04/29/06:

15:11 Changeset [761] by perry
Fix missing ;
15:09 Changeset [760] by perry
minor tidyup's looking for "unknown linktype -1" bug
15:05 Changeset [759] by perry
Remove wrong svn:executable Remove default:
11:42 Changeset [758] by perry
* Clarify the documentation for trace_read_packet() * Force blocking mode …

04/28/06:

23:47 Changeset [757] by mglb1
trace_get_ip should definitely be an exported function.

04/27/06:

22:13 Changeset [756] by mglb1
WIN32 portability fixes for the test code
22:12 Changeset [755] by mglb1
Added winpcap support to the Visual Studio infrastructure. Until we get …
11:36 Changeset [754] by spa1
Fixed error where the packet's sequence number was corrupted whenever the …
10:23 Changeset [753] by perry
Remove useless variables that cause format_pcap to fail to compile under …
01:32 Changeset [752] by perry
Deallocate memory used for filter, so that valgrind reports no errors.
01:32 Changeset [751] by perry
Cleanup clean targets
01:26 Changeset [750] by perry
Fixed bug where wag packets capture length was set too long when reading …
01:05 Changeset [749] by perry
Disable annoyingly verbose debugging that was accidently committed
01:04 Changeset [748] by perry
#ifdef out bpf specific code when not compiling with pcap
00:55 Changeset [747] by mglb1
Added WIN32 build environment infrastructure. See docs/WIN32.TXT for …
00:48 Changeset [746] by perry
Fix some memory leaks Add new destroy for bpf filters Properly initialise …

04/26/06:

23:46 Changeset [745] by perry
strcat used where strcpy should be used
16:29 Changeset [744] by perry
Don't error when creating a new trace!
16:06 Changeset [743] by spa1
Fixed the Makefile to include libtraceio.h when doing a 'make dist' …

04/25/06:

21:53 Changeset [742] by perry
Report buggy trace_set_err's for future
21:51 Changeset [741] by perry
if gethostbyname fails, then set an error.
21:26 Changeset [740] by perry
add O_BINARY to keep windows happy.
20:19 Changeset [739] by perry
Undo more iso cificationisms
20:11 Changeset [738] by perry
Undo some of the ISO Cification due to the way VS deals with packed …
16:37 Changeset [737] by perry
Fix support for writing on interfaces

04/24/06:

18:48 Changeset [736] by perry
Remove stale tests
18:43 Ticket #13 (Buy air bed) closed by anonymous
fixed
18:42 Changeset [735] by perry
Clean up the various usages of TRACE_ERR_*, add TRACE_ERR_UNSUPPORTED and …
16:50 Ticket #13 (Buy air bed) created by perry
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 perry
Tracereport: * doesn't have a manpage * has bugs in it's reporting of …
11:49 Changeset [734] by spa1
Added necessary include to allow dag to use MAP_FAILED
09:56 Changeset [733] by perry
Use binary i/o mode to keep windows backwardsness happy
00:03 Changeset [732] by perry
Document this file so it ends up in doxygen
00:02 Changeset [731] by perry
Add assert() suggested by mattb to catch corrupted erf traces (where rlen …

04/23/06:

18:25 Changeset [730] by perry
More commenting
17:55 Changeset [729] by perry
Added support for writing onto an interface to pcap and linuxnative
14:25 CodingConventions edited by anonymous
(diff)
14:22 Ticket #3 (forward port the linux native capture from libtrace2) closed by perry
fixed: Build system detects this and disables it if the linux PF_PACKET system is …
14:21 Changeset [728] by perry
Fix the stdio error handling Document better the libtraceio API. See the …
14:19 CodingConventions edited by anonymous
(diff)
14:11 Changeset [727] by perry
Fixup stdio to be more standard compliant Fix format wag to be more …
14:08 Changeset [726] by perry
Decompress compressed trace
13:48 Changeset [725] by perry
Fixed the format module auditing code in trace.c to work with the new …
13:15 FormatModuleApi edited by anonymous
(diff)
13:15 CodingConventions created by anonymous
13:14 WikiStart edited by anonymous
(diff)
13:12 FormatModuleApi created by perry
13:11 WikiStart edited by anonymous
(diff)

04/22/06:

00:59 Changeset [724] by perry
Make format_linux only compile if the machine we're compiling it on …
00:58 Changeset [723] by perry
Add tests for pcapfile:
00:43 Changeset [722] by perry
Remove reliance on pcap.h for DLT_'s (and while we're here, make them a …
00:16 WikiStart edited by perry
(diff)

04/21/06:

23:23 Ticket #10 (Does not build with automake < 1.9) closed by perry
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 anonymous
fixed: Fixed in version 721
23:17 Changeset [721] by perry
Don't break DESTDIR
23:13 Changeset [720] by perry
Cleanup old legacy link types
23:06 Changeset [719] by perry
Add new pcapfile: uri for natively reading pcap files (without libpcap) …
17:09 Changeset [718] by perry
Catch common bug and report it to the user
17:09 Changeset [717] by perry
Rewrote the splay tree code (again!)
11:09 Changeset [716] by perry
More bug fixes, now erf works again properly
10:28 Changeset [715] by perry
Merge windows portability fixes
00:43 Changeset [714] by perry
Added more test cases
00:42 Changeset [713] by perry
Rewrote libtrace's IO handling to use shim functions when needing to do …

04/20/06:

23:40 Changeset [712] by perry
* Add some casts to keep windows happy (windows thinks send/recv take …
21:52 Ticket #11 (make install does not honour DESTDIR) created by matt@…
When installing with a command such as […] Installation bombs out …
21:50 Ticket #10 (Does not build with automake < 1.9) created by matt@…
libtrace3 is not able to be built with automake less than 1.9. Either …

04/14/06:

17:36 Changeset [711] by perry
Fix bugs with forward porting of format_linux: * Fix the buffer management …
14:13 Changeset [710] by perry
Port new linux native capture type from libtrace 2. Fail if we try and …
02:17 Changeset [709] by perry
Fix missing declared variable

04/13/06:

18:08 Ticket #7 (Documentation) created by perry
Write some proper documentation on libtrace3, at least covering how to …
18:08 Ticket #6 (New Examples/Skeletons need to be written) created by perry
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 perry
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 perry
libtrace2 has a linux native capture method (int:), this should be forward …
18:05 Ticket #2 (Buy air bed) created by perry
When both libtrace2 and libtrace3 are installed, libtrace2 apps compile …
17:48 TracInstall created by trac
17:48 RecentChanges created by trac
17:48 WikiFormatting created by trac
17:48 TracPlugins created by trac
17:48 WikiPageNames created by trac
17:48 TracRss created by trac
17:48 TracTickets created by trac
17:48 CamelCase created by trac
17:48 TracInterfaceCustomization created by trac
17:48 WikiProcessors created by trac
17:48 TracFastCgi created by trac
17:48 WikiNewPage created by trac
17:48 TracGuide created by trac
17:48 TracStandalone created by trac
17:48 TracTicketsCustomFields created by trac
17:48 TracSearch created by trac
17:48 TracIni created by trac
17:48 TracQuery created by trac
17:48 WikiRestructuredTextLinks created by trac
17:48 TracRoadmap created by trac
17:48 TracPermissions created by trac
17:48 TracSyntaxColoring created by trac
17:48 WikiRestructuredText created by trac
17:48 TracImport created by trac
17:48 SandBox created by trac
17:48 TracUnicode created by trac
17:48 WikiDeletePage created by trac
17:48 TracEnvironment created by trac
17:48 WikiHtml created by trac
17:48 TitleIndex created by trac
17:48 TracLogging created by trac
17:48 TracUpgrade created by trac
17:48 TracBackup created by trac
17:48 TracAccessibility created by trac
17:48 TracTimeline created by trac
17:48 WikiMacros created by trac
17:48 TracNotification created by trac
17:48 TracCgi created by trac
17:48 WikiStart created by trac
17:48 TracBrowser created by trac
17:48 TracWiki created by trac
17:48 TracSupport created by trac
17:48 TracChangeset created by trac
17:48 TracLinks created by trac
17:48 TracReports created by trac
17:48 TracModPython created by trac
17:48 TracAdmin created by trac

04/11/06:

16:48 Changeset [708] by perry
Don't segfault if you ask for a port on something which has no transport …
14:52 Changeset [707] by perry
Fix various bugs in protocols.c Move trace_get_next_option from trace.c to …

04/10/06:

14:36 Changeset [706] by perry
Honor destdir
14:30 Changeset [705] by perry
Fixes
14:29 Changeset [704] by perry
Fix cast of pointer to int
14:29 Changeset [703] by perry
Fix problem with building man pages
14:29 Changeset [702] by perry
Update ready for release of 2.0.29
13:42 Changeset [701] by perry
Fix bug with inserting duplicates into the splay tree
Note: See TracTimeline for information about the timeline view.