Timeline


and

09/29/06:

15:05 Changeset [1030] by perry
Fix some endianness issues (incomplete)
15:04 Changeset [1029] by perry
Indentation fixes
14:35 Changeset [1028] by smr26
Make some previously exported trace_get_wireless functions static, as they …

09/28/06:

20:25 Ticket #231 (Build error in libtrace-3.0.0-beta4.tar.bz2) created by matt@…
I cannot build libtrace from the latest release […] I get this error …
11:13 Changeset [1027] by perry
Define possibly missing ARPHRD

09/27/06:

15:53 Changeset [1026] by perry
Remove packet->size as noone really knew what it held anyway, and …
15:43 Changeset [1025] by smr26
Major changes to the libpacketdump decoder for 802.11
15:41 Changeset [1024] by perry
Tidy up IP printer
11:22 Changeset [1023] by spa1
Fixed packet->size calculation for dag packets - dag seems to like …

09/26/06:

11:23 Ticket #229 (libtrace should search for dag stuff in more than one place) closed by perry
fixed: libtrace now looks only in /usr/local/dag instead of /root/dag which …
11:23 Changeset [1022] by perry
Check /usr/local/dag instead of /root/dag
11:15 Changeset [1021] by perry
C/C++ doesn't like dangling ,'s at the end of an enumeration

09/25/06:

20:44 Changeset [1020] by perry
Add MPLS Decoder
19:46 Changeset [1019] by perry
Have even more warnings by default
16:19 Ticket #230 (Endianness of trace files for Mac OSX) created by j.ridoux@…
It seems the endianness is not checked when reading trace files on Mac OSX …
15:23 Ticket #229 (libtrace should search for dag stuff in more than one place) created by jamie
/root/dag is not a great place to find the dag headers. We should also try …
15:10 Ticket #228 (trace_create() not working in libtrace application) closed by anonymous
fixed: Fixed in r1018 (resolution Fixed, not invalid)
15:09 Ticket #228 (trace_create() not working in libtrace application) reopened by anonymous
11:52 Ticket #228 (trace_create() not working in libtrace application) closed by perry
invalid: Fixed in r1018
11:52 Changeset [1018] by perry
Call trace_init for trace_create_dead() (Closes #228)

09/22/06:

19:06 Ticket #228 (trace_create() not working in libtrace application) created by tyo@…
Calling trace_create() initialises libtrace properly by internally calling …
14:05 Changeset [1017] by smr26
Better Linux SLL decoder for libpacketdump
14:00 Changeset [1016] by spa1
Fixed warnings in format_rt Stopped mallocing memory for a rt header read …

09/21/06:

21:10 Changeset [1015] by smr26
Added support for skipping Linux SLL headers to the trace_get_wireless …
16:29 Changeset [1014] by smr26
trace_get_payload_from_linux_sll now returns a pointer to the start of the …
16:09 Changeset [1013] by spa1
Exported trace_get_payload_from_ip6 as wdcap now uses it
13:54 Changeset [1012] by perry
Always compile with -Wall
13:40 Changeset [1011] by perry
Add MPLS example trace
13:15 Changeset [1010] by perry
Clarify documentation of the output file names when splitting on packet …

09/20/06:

16:42 Changeset [1009] by spa1
trace_get_vlan_payload_from_ethernet is now available to libtrace users. …
15:58 Changeset [1008] by smr26
Initial version of better 802.11 frame decoding for libpacketdump. Doesn't …
15:30 Changeset [1007] by smr26
Make libtrace aware of ARPHRD_IEEE80211
15:29 Changeset [1006] by perry
Make it more obvious in "trivial.c" that you should use "complete.c" …
15:24 Changeset [1005] by perry
Distribute the samples(!)
10:50 Changeset [1004] by smr26
Reformat output of radiotap libpacketdump decoder to be consistent with …

09/19/06:

15:14 Changeset [1003] by smr26
Make get_payload_from_80211 aware of 802.11e QoS bits.
10:44 Changeset [1002] by spa1
Added a pause function to format_rt Moved the rt_connect call to rt_start …
10:33 TitleIndex edited by jamie
(diff)

09/18/06:

23:15 Changeset [1001] by perry
More splintisms
23:11 Changeset [1000] by perry
More splint fixes, at least one is critical (returning a free'd pointer)
23:11 Changeset [999] by perry
Deal with OOM to keep splint happier
23:10 Changeset [998] by perry
Make splint happier
21:03 Changeset [997] by perry
Add /dev/bpf capture support for the ThreeBSD's
21:03 Changeset [996] by perry
Suppress a warning by forcing an error return (even tho this code should …
16:05 TitleIndex edited by anonymous
(diff)

09/17/06:

18:37 Changeset [995] by smr26
Add libpacketdump decoder for radiotap
18:36 Changeset [994] by smr26
Fix get_payload_from_link for prism and radiotap. Make sure to use bswap …

09/16/06:

14:56 Changeset [993] by dlawson
changed substitution of LIBFLEX to LEXLIB to make it work

09/15/06:

16:06 Changeset [992] by perry
Add write support to pcapfile
16:06 Changeset [991] by perry
Fix a bug where trace_perror_output() didn't clear the output error flag
16:05 Changeset [990] by perry
Test pcapfile writing Warn only about errors while setting compression …
11:32 Changeset [989] by perry
If we try and read 0 bytes then if we get 0 bytes it's not a failure :)

09/13/06:

19:03 Changeset [988] by smr26
Add the trace that test-wireless uses
12:48 Changeset [987] by smr26
Add tests for wireless functions in tests/test-wireless.c
11:49 Changeset [986] by perry
Force -lfl

09/12/06:

15:59 Changeset [985] by smr26
Pre-increment, not post-increment :(
14:50 Changeset [984] by smr26
Fix check for non-existant radiotap fields
14:19 Changeset [983] by smr26
Remove a comma from the end of the radiotap enum, removes a warning.
13:48 Ticket #65 (Add Radiotap support to libtrace) closed by smr26@…
fixed: Made those minor changes mentioned above and committed to r982
13:46 Changeset [982] by smr26
Adds initial wireless support to libtrace. Applications can now use the …

09/11/06:

13:38 Changeset [981] by perry
Get rid of now unused parser directory
13:37 Changeset [980] by perry
No point in checking for headers we're going to check for further down The …
13:33 Changeset [979] by perry
Try a new build system for libpacket dump (move everything in …

09/08/06:

16:44 Changeset [978] by spa1
Fixed build error for the libpacketdump parser which crops up if you …

09/07/06:

17:32 Changeset [977] by perry
If we are included, and we're not using pcap then just skip the entire …
11:58 Ticket #65 (Add Radiotap support to libtrace) created by smr26@…
Adds initial support for Radiotap traces to libtrace. It introduces a new …

09/06/06:

10:06 AddingNewLinktype edited by perry
discuss ARPHRD's (diff)

09/05/06:

17:30 Changeset [976] by perry
Cleaned up configure.in (by autoupdate)
17:29 Changeset [975] by perry
Add commented out Wall so we can remember to run this from time to time, …
17:28 Changeset [974] by perry
Redo automake stuff to have some vague semblance of working
17:28 Changeset [973] by perry
Cleanup old commented out stuff thats no longer necessary
17:25 ParsingUnknownHeaders edited by perry
(diff)
17:24 ParsingUnknownHeaders edited by perry
(diff)
17:23 ParsingUnknownHeaders created by perry
17:19 WikiStart edited by perry
(diff)
17:16 Changeset [972] by perry
Cleanup makefile (still!)
17:12 AddingNewLinktype edited by perry
(diff)
17:08 AddingNewLinktype created by perry
17:02 WikiStart edited by perry
(diff)
17:01 WikiStart edited by perry
(diff)
17:00 Changeset [971] by perry
Make it more obvious that this number is in hex
16:50 Changeset [970] by perry
Be more verbose about warnings (so we can pinpoint what's going on faster)
16:30 Changeset [969] by perry
Add comment explaining whats happening
16:29 Changeset [968] by perry
More migration back to building the parser as a seperate library
16:15 Changeset [967] by perry
Moved back to a seperate Makefile.am for the parser
15:26 Changeset [966] by perry
Built source file shouldn't be in svn
14:57 Changeset [965] by perry
Remove old libpacketdump/parser/Makefile.in

09/02/06:

01:28 TitleIndex edited by perry
(diff)

09/01/06:

23:25 TitleIndex edited by anonymous
(diff)

08/30/06:

15:55 ChangeLog edited by perry
Add download link (for mattb) (diff)
15:54 ChangeLog edited by perry
add dates for mattb (diff)
15:45 ChangeLog edited by perry
add comments about libtrace 3 beta 4 (diff)
11:56 Changeset [964] by perry
Retag to cover automake dodginess
11:52 Changeset [963] by perry
Annoying dist bugs
11:50 Changeset [962] by perry
Tag for beta4
11:49 Changeset [961] by perry
Bump version numbers for release
Note: See TracTimeline for information about the timeline view.