# # ChangeLog for tools/tracestats # # Generated by Trac 1.0.10 # 04/15/21 23:44:17 Fri, 11 Sep 2015 05:15:22 GMT Shane Alcock [322c516] * tools/tracestats/tracestats.c (modified) * tools/tracestats/tracestats_parallel.c (deleted) * tools/tracestats/tracestats_single.c (added) Port tracestats to new parallel API Old single-threaded tracestats ... Fri, 11 Sep 2015 03:00:27 GMT Shane Alcock [f625817] * lib/combiner_ordered.c (modified) * lib/combiner_sorted.c (modified) * lib/combiner_unordered.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracestats/Makefile.am (modified) Reworked callback API and removed old per_msg and reporter functions ... Thu, 20 Aug 2015 23:22:30 GMT Richard Sanger [4007dbb] * configure.in (modified) * lib/data-struct/object_cache.c (modified) * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * m4/attributes.m4 (modified) * tools/tracestats/tracestats_parallel.c (modified) Updates the new interface to be more complete This should work ... Tue, 31 Mar 2015 03:02:53 GMT Richard Sanger [76291d1] * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Add a quick mockup of shanes interface using functions for each ... Mon, 30 Mar 2015 01:22:09 GMT Richard Sanger [dfbdda7a] * tools/tracestats/tracestats_parallel.c (modified) Cleanup tracestats_parallel Fri, 27 Mar 2015 04:16:53 GMT Richard Sanger [7c95027] * examples/parallel/timedemo.c (modified) * lib/Makefile.am (modified) * lib/combiners.h (deleted) * lib/libtrace_parallel.h (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-reporter.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Move combiners.h into libtrace_parallel.h and export ... Mon, 23 Mar 2015 04:52:17 GMT Richard Sanger [6b98325] * lib/format_dag25.c (modified) * lib/format_dpdk.c (modified) * lib/format_linux_common.c (modified) * lib/format_linux_common.h (modified) * lib/format_linux_int.c (modified) * lib/format_linux_ring.c (modified) * lib/format_pcapfile.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-tracetime-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Removes pconfig_input() and replaces trace_config() with ... Thu, 12 Mar 2015 04:14:42 GMT Richard Sanger [6a6e6a8] * lib/combiner_ordered.c (modified) * lib/combiner_sorted.c (modified) * lib/data-struct/object_cache.c (modified) * lib/format_dpdk.c (modified) * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) More documentation, including some renaming and modifications to ... Thu, 05 Mar 2015 20:35:51 GMT Richard Sanger [6a082f8] * lib/data-struct/deque.c (modified) * lib/data-struct/vector.h (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/libtrace_parallel.h (added) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Move parallel API functions to libtrace_parallel.h Also started the ... Thu, 05 Mar 2015 02:44:30 GMT Richard Sanger [62b3c4e] * lib/combiner_ordered.c (modified) * lib/combiner_sorted.c (modified) * lib/combiner_unordered.c (modified) * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Update the reporter method to match with the per_pkt method. We now ... Fri, 27 Feb 2015 04:31:03 GMT Richard Sanger [0ec8a7c] * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Change the user interface from a message and a packet to only ... Wed, 25 Feb 2015 04:24:20 GMT Richard Sanger [2adc1d0] * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Remove unused hash lock code which was never finished Due to the ... Wed, 18 Feb 2015 04:41:48 GMT Richard Sanger [5ab626a] * lib/format_atmhdr.c (modified) * lib/format_bpf.c (modified) * lib/format_dag24.c (modified) * lib/format_dag25.c (modified) * lib/format_dpdk.c (modified) * lib/format_duck.c (modified) * lib/format_erf.c (modified) * lib/format_legacy.c (modified) * lib/format_linux_common.c (modified) * lib/format_linux_common.h (modified) * lib/format_linux_int.c (modified) * lib/format_linux_ring.c (modified) * lib/format_pcap.c (modified) * lib/format_pcapfile.c (modified) * lib/format_rt.c (modified) * lib/format_tsh.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/tracestats/tracestats.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Deprecate trace_get_filtered/accepted/recevied/dropped() in favour of ... Fri, 13 Feb 2015 00:23:34 GMT Richard Sanger [4631115] * README (modified) * configure.in (modified) * lib/Makefile.am (modified) * lib/format_dag25.c (modified) * lib/format_dpdk.c (modified) * lib/format_duck.c (modified) * lib/format_rt.c (modified) * lib/libtrace.h.in (modified) * lib/protocols_application.c (added) * lib/protocols_transport.c (modified) * lib/rt_protocol.h (modified) * lib/trace.c (modified) * test/Makefile (modified) * test/do-tests.sh (modified) * test/test-vxlan.c (added) * test/traces/vxlan.pcap (added) * tools/tracestats/tracesummary (modified) Merge branch 'master' into develop. Update to include ... Sun, 08 Feb 2015 23:37:58 GMT Richard Sanger [065cab9] * tools/tracestats/tracesummary (modified) Use correct POSIX expansion "$@" rather than $@ With some shells ... Thu, 15 Jan 2015 00:57:47 GMT Dan Collins [97d170d] * Makefile.am (modified) * lib/format_dag25.c (modified) * lib/format_erf.c (modified) * lib/format_pcapfile.c (modified) * lib/format_tsh.c (modified) * lib/libtrace.h.in (modified) * libwandio/ior-zlib.c (modified) * tools/tracestats/tracestats.c (modified) Merge branch 'develop' of github.com:wanduow/libtrace into develop ... Tue, 30 Sep 2014 02:18:53 GMT Shane Alcock [3c54095] * tools/tracestats/tracestats.c (modified) Fix horrible error reporting in tracestats The URI seems to get ... Wed, 17 Sep 2014 01:45:29 GMT Richard Sanger [d994324] * lib/combiner_ordered.c (modified) * lib/combiner_sorted.c (modified) * lib/combiner_unordered.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Remove anything to do with the combiner from set configuration and ... Mon, 15 Sep 2014 14:35:10 GMT Richard Sanger [2498008] * lib/Makefile.am (modified) * lib/combiner_ordered.c (added) * lib/combiner_sorted.c (added) * lib/combiner_unordered.c (added) * lib/combiners.h (added) * lib/data-struct/vector.c (modified) * lib/data-struct/vector.h (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Refactor the combining step to allow user defined functions here. ... Tue, 12 Aug 2014 02:14:50 GMT Richard Sanger [f051c1b] * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/Makefile (modified) * test/do-tests-parallel.sh (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (added) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the state messages received, now all states are passed ... Tue, 24 Jun 2014 13:36:21 GMT Richard Sanger [9594cf9] * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Remove sliding window option, this was very complicated to ensure ... Tue, 24 Jun 2014 12:24:20 GMT Richard Sanger [18961094] * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Removes the DEDICATED HASHER option, since this is always ... Mon, 19 May 2014 15:25:13 GMT Richard Sanger [fac8c46] * lib/data-struct/deque.c (modified) * lib/data-struct/deque.h (modified) * lib/data-struct/message_queue.c (modified) * lib/data-struct/vector.c (modified) * lib/data-struct/vector.h (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the pausing so that it now works as expected and a trace ... Sun, 27 Apr 2014 08:55:36 GMT Richard Sanger [5ce14a5] * lib/trace_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Send any debug to stderr that way I can check program outputs easier. Sat, 26 Apr 2014 11:23:17 GMT Richard Sanger [17a3dff] * lib/format_dpdk.c (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Rename from google map/reduce framework names to something more ... Sun, 30 Mar 2014 11:17:45 GMT Richard Sanger [d6a56b6] * lib/Makefile.am (modified) * lib/data-struct/deque.c (moved) * lib/data-struct/deque.h (moved) * lib/data-struct/message_queue.c (moved) * lib/data-struct/message_queue.h (moved) * lib/data-struct/ring_buffer.c (moved) * lib/data-struct/ring_buffer.h (moved) * lib/data-struct/sliding_window.c (moved) * lib/data-struct/sliding_window.h (moved) * lib/data-struct/vector.c (moved) * lib/data-struct/vector.h (moved) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Move the data structures out of the way and into there own folder and ... Sun, 30 Mar 2014 04:48:26 GMT Richard Sanger [29bbef0] * lib/Makefile.am (modified) * lib/deque.c (added) * lib/deque.h (added) * lib/format_atmhdr.c (modified) * lib/format_bpf.c (modified) * lib/format_dag24.c (modified) * lib/format_dag25.c (modified) * lib/format_dpdk.c (modified) * lib/format_duck.c (modified) * lib/format_erf.c (modified) * lib/format_legacy.c (modified) * lib/format_linux.c (modified) * lib/format_pcap.c (modified) * lib/format_pcapfile.c (modified) * lib/format_rt.c (modified) * lib/format_tsh.c (modified) * lib/hash_toeplitz.c (added) * lib/hash_toeplitz.h (added) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/libtrace_message_queue.c (added) * lib/libtrace_message_queue.h (added) * lib/trace.c (modified) * lib/trace_parallel.c (added) * lib/trace_ringbuffer.c (added) * lib/trace_ringbuffer.h (added) * lib/trace_sliding_window.c (added) * lib/trace_sliding_window.h (added) * lib/trace_vector.c (added) * lib/trace_vector.h (added) * tools/traceanon/Makefile.am (modified) * tools/traceanon/panon.c (modified) * tools/traceanon/traceanon_parallel.c (added) * tools/tracertstats/Makefile.am (modified) * tools/tracertstats/tracertstats_parallel.c (added) * tools/tracestats/Makefile.am (modified) * tools/tracestats/tracestats_parallel.c (added) My work from over summer, with a few things tidied up and updated to ... Tue, 20 Sep 2011 02:23:33 GMT Shane Alcock [c0ccccd] * tools/traceends/traceends.cc (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) * Updated libtrace tools to use trace_interrupt where appropriate * ... Thu, 08 Sep 2011 23:35:01 GMT Shane Alcock [d6dc0f6] * tools/traceanon/traceanon.1 (modified) * tools/tracediff/tracediff.1 (modified) * tools/traceends/traceends.1 (modified) * tools/traceends/traceends.cc (modified) * tools/traceends/tracetopends (modified) * tools/traceends/tracetopends.1 (modified) * tools/tracemerge/tracemerge.1 (modified) * tools/tracepktdump/tracepktdump.1 (modified) * tools/tracereplay/tracereplay.1 (modified) * tools/tracereport/tracereport.1 (modified) * tools/tracertstats/tracertstats.1 (modified) * tools/tracesplit/traceconvert.1 (modified) * tools/tracesplit/tracefilter.1 (modified) * tools/tracesplit/tracesplit.1 (modified) * tools/tracesplit/tracesplit_dir.1 (modified) * tools/tracestats/tracestats.1 (modified) * tools/tracestats/tracesummary.1 (modified) * tools/tracetop/tracetop.1 (modified) * Updated traceends and tracetopends manpages to be about them ... Thu, 21 Jan 2010 03:55:17 GMT Shane Alcock [1481ba7] * tools/traceanon/traceanon.1 (modified) * tools/tracemerge/tracemerge.1 (modified) * tools/tracepktdump/tracepktdump.1 (modified) * tools/tracereplay/tracereplay.1 (modified) * tools/tracereport/tracereport.1 (modified) * tools/tracertstats/tracertstats.1 (modified) * tools/tracesplit/traceconvert.1 (modified) * tools/tracesplit/tracefilter.1 (modified) * tools/tracesplit/tracesplit.1 (modified) * tools/tracesplit/tracesplit_dir.1 (modified) * tools/tracestats/tracestats.1 (modified) * tools/tracestats/tracesummary.1 (modified) * tools/tracetop/tracetop.1 (modified) Updated manpages for all existing tools * Ensure the SEE ALSO ... Mon, 18 Jan 2010 22:59:23 GMT Perry Lorier [ec0f8f1] * tools/tracemerge/tracemerge.c (modified) * tools/tracereplay/tracereplay.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracestats/tracestats.c (modified) Provide more sophisticated (or possibly any) error handling Thu, 15 Oct 2009 05:25:10 GMT Perry Lorier [a8f2692] * tools/traceanon/ipenc.c (modified) * tools/traceanon/ipenc.h (modified) * tools/traceanon/panon.c (modified) * tools/traceanon/panon.h (modified) * tools/traceanon/rijndael.c (modified) * tools/traceanon/traceanon.c (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/contain.c (modified) * tools/tracereport/flow_report.c (modified) * tools/tracereport/tcpsegment_report.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracertstats/output_csv.c (modified) * tools/tracertstats/output_html.c (modified) * tools/tracertstats/output_txt.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) Tidy up a bazillion tiny warnings Wed, 02 Apr 2008 03:34:39 GMT Shane Alcock [dd1217b] * examples/stats/stats.c (modified) * tools/tracereport/ecn_report.c (modified) * tools/tracereport/tracereport.h (modified) * tools/tracestats/tracestats.c (modified) * Tools that use PRIu64 or similar for output need to include ... Mon, 03 Dec 2007 10:11:00 GMT Perry Lorier [4423dc7] * tools/tracereport/Makefile.am (modified) * tools/tracereport/drops_report.c (added) * tools/tracereport/report.h (modified) * tools/tracereport/tracereport.c (modified) * tools/tracereport/tracereport.h (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) Add support to various tools for outputting the number of dropped ... Wed, 05 Sep 2007 23:53:07 GMT Perry Lorier [fbc4342] * tools/tracereport/error_report.c (modified) * tools/tracereport/nlp_report.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracestats/tracestats.c (modified) Port tools over to using the new api's Sat, 01 Sep 2007 13:44:31 GMT Perry Lorier [2cf30f6] * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracestats/tracestats.c (modified) Add signal handling to more programs that could use it. Wed, 28 Feb 2007 01:30:16 GMT Shane Alcock [634089d] * tools/traceanon/traceanon.1 (modified) * tools/tracedump/tracedump.1 (modified) * tools/tracemerge/tracemerge.1 (modified) * tools/tracereport/tracereport.1 (modified) * tools/tracertstats/tracertstats.1 (modified) * tools/tracesplit/traceconvert.1 (modified) * tools/tracesplit/tracefilter.1 (modified) * tools/tracesplit/tracesplit.1 (modified) * tools/tracesplit/tracesplit_dir.1 (modified) * tools/tracestats/tracestats.1 (modified) * tools/tracestats/tracesummary.1 (modified) Bringing a lot of the manpages up to date as well as adding a link to ... Mon, 26 Feb 2007 00:48:28 GMT Shane Alcock [3bfeb7d] * tools/tracereport/synopt_report.c (modified) * tools/tracestats/tracesummary (modified) Some tweaks and changes to the SYN option counters and output Fixed ... Wed, 07 Feb 2007 03:46:43 GMT Shane Alcock [d242ea8] * lib/trace.c (modified) * tools/tracestats/tracestats.c (modified) * tools/tracestats/tracesummary (modified) Some of tracesummary's bpf filters were incorrect - however the new ... Fri, 26 Jan 2007 02:31:48 GMT Perry Lorier [d5a27e8] * ChangeLog (modified) * Makefile.am (modified) * README (modified) * configure.in (modified) * examples/rate/rate-dir.c (modified) * examples/rate/rate.c (modified) * examples/skeleton/event.c (modified) * lib/format_bpf.c (modified) * lib/format_dag24.c (modified) * lib/format_dag25.c (modified) * lib/format_duck.c (modified) * lib/format_erf.c (modified) * lib/format_helper.c (modified) * lib/format_helper.h (modified) * lib/format_legacy.c (modified) * lib/format_linux.c (modified) * lib/format_pcap.c (modified) * lib/format_pcapfile.c (modified) * lib/format_rt.c (modified) * lib/format_wag.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/link_wireless.c (modified) * lib/trace.c (modified) * lib/wag.h (modified) * test/test-convert.c (modified) * test/test-decode.c (modified) * test/test-decode2.c (modified) * test/test-dir.c (modified) * test/test-event.c (modified) * test/test-format.c (modified) * test/test-pcap-bpf.c (modified) * test/test-seek.c (modified) * test/test-sll.c (modified) * test/test-time.c (modified) * test/test-wireless.c (modified) * test/test-write.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracestats/tracestats.c (modified) Update the copyright information Fix libpcap issue Remove all ... Tue, 14 Nov 2006 00:56:01 GMT Perry Lorier [a7282fb] * tools/traceanon/ipenc.c (modified) * tools/traceanon/ipenc.h (modified) * tools/traceanon/panon.h (modified) * tools/traceanon/rijndael.c (modified) * tools/traceanon/traceanon.c (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/dir_report.c (modified) * tools/tracereport/flow_report.c (modified) * tools/tracereport/port_report.c (modified) * tools/tracereport/tos_report.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracereport/ttl_report.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracesplit/tracesplit_dir.c (modified) * tools/tracestats/tracestats.c (modified) Fix lots of little warnings Tue, 07 Nov 2006 03:40:26 GMT Perry Lorier [67825b2] * tools/traceanon/traceanon.1 (modified) * tools/tracedump/tracedump.1 (modified) * tools/tracemerge/tracemerge.1 (modified) * tools/tracereport/tracereport.1 (modified) * tools/tracertstats/tracertstats.1 (modified) * tools/tracesplit/traceconvert.1 (modified) * tools/tracesplit/tracefilter.1 (modified) * tools/tracesplit/tracesplit.1 (modified) * tools/tracesplit/tracesplit_dir.1 (modified) * tools/tracestats/tracestats.1 (modified) * tools/tracestats/tracesummary.1 (modified) Update all the man pages to make sure they refer to each other (and ... Thu, 29 Jun 2006 08:58:23 GMT Daniel Lawson [66caf4b] * tools/traceanon/traceanon.c (modified) * tools/tracedump/tracedump.cc (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) Updated the various tools to have improved usage() functions, and to ... Thu, 01 Jun 2006 01:52:41 GMT Perry Lorier [e49ec63] * tools/tracestats/tracestats.c (modified) Migrate to the libtrace3 api where trace_start() needs to be called Mon, 29 May 2006 02:08:00 GMT Perry Lorier [853603a] * tools/traceanon/rijndael.h (modified) * tools/traceanon/traceanon.c (modified) * tools/tracedump/tracedump.cc (modified) * tools/tracereport/error_report.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracesplit/tracesplit_dir.c (modified) * tools/tracestats/tracestats.c (modified) Migrate tools to the new API Wed, 10 May 2006 23:40:21 GMT Shane Alcock [4e65f42] * configure.in (modified) * lib/trace.c (modified) * libpacketdump/Makefile.am (modified) * libpacketdump/eth_2048.cc (modified) * libpacketdump/eth_2054.cc (modified) * libpacketdump/ip_1.cc (modified) * libpacketdump/ip_6.cc (modified) * libpacketdump/link_0.cc (modified) * libpacketdump/link_10.cc (modified) * libpacketdump/link_11.cc (modified) * libpacketdump/link_2.cc (modified) * libpacketdump/link_4.cc (modified) * libpacketdump/link_9.cc (modified) * tools/traceanon/ipenc.c (modified) * tools/tracedump/Makefile.am (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracestats/tracestats.c (modified) Fixed segmentation faults when trace_destroy is called on a trace ... Thu, 15 Dec 2005 01:16:33 GMT Shane Alcock [d56089a] * examples/capture/capture.c (modified) * examples/count/tracestats.c (modified) * examples/erfsplit/erfsplit.c (modified) * examples/event/rate-tracetime.c (modified) * examples/event/rate.c (modified) * examples/munge/munge.c (modified) * examples/pcap2erf/pcap2erf.c (modified) * examples/protocol/protocol.c (modified) * examples/rate/rate-dir.c (modified) * examples/rate/rate.c (modified) * examples/rxtest/rxtest.c (modified) * examples/sample/sample.c (modified) * examples/tracedump/tracedump.c (modified) * examples/tracemark/tracemark.c (modified) * tools/traceanon/traceanon.c (modified) * tools/tracedump/tracedump.cc (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) Updated examples and tools to use new function names Wed, 30 Nov 2005 02:43:30 GMT Daniel Lawson [3b8a5ef] * lib/Makefile.am (modified) * lib/daglegacy.h (modified) * lib/format_erf.c (modified) * lib/format_pcap.c (modified) * lib/format_wag.c (modified) * lib/libtrace.h (modified) * lib/trace.c (modified) * libpacketdump/libpacketdump.cc (modified) * libpacketdump/link_10.cc (modified) * libpacketdump/link_11.cc (modified) * libpacketdump/link_9.cc (modified) * tools/tracestats/Makefile.am (modified) I hate shane Sun, 27 Nov 2005 21:15:22 GMT Daniel Lawson [3840760] * examples/capture/capture.c (modified) * examples/count/tracestats.c (modified) * examples/erfsplit/erfsplit.c (modified) * examples/event/rate-tracetime.c (modified) * examples/event/rate.c (modified) * examples/munge/munge.c (modified) * examples/pcap2erf/pcap2erf.c (modified) * examples/protocol/protocol.c (modified) * examples/rate/rate-dir.c (modified) * examples/rate/rate.c (modified) * examples/rxtest/rxtest.c (modified) * examples/sample/sample.c (modified) * examples/tracedump/tracedump.c (modified) * examples/tracemark/tracemark.c (modified) * lib/format_wag.c (modified) * libpacketdump/libpacketdump.cc (modified) * tools/traceanon/traceanon.c (modified) * tools/tracedump/tracedump.cc (modified) * tools/tracemerge/tracemerge.c (modified) * tools/tracereport/tracereport.c (modified) * tools/tracertstats/tracertstats.c (modified) * tools/tracesplit/tracesplit.c (modified) * tools/tracestats/tracestats.c (modified) updated the examples/ and tools/ directories to correctly use ... Thu, 24 Nov 2005 01:57:45 GMT Daniel Lawson [bded5dc] * tools/Makefile.am (modified) * tools/tracestats/Makefile (deleted) * tools/tracestats/Makefile.am (added) adding tracestats into cvs and auto* Fri, 04 Nov 2005 02:00:22 GMT Perry Lorier [130a0e4] * tools/tracestats/Makefile (added) * tools/tracestats/output.c (added) * tools/tracestats/tracestats.1 (added) * tools/tracestats/tracestats.c (added) * tools/tracestats/tracesummary (added) * tools/tracestats/tracesummary.1 (added) Added tracestats into the right place in the lt tree