Difference between revisions of "Analysis Software"

From SimpleWiki
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
From this location you can download the tools that have been developed in the M2C project. For more information on this project, go to the [http://arch.cs.utwente.nl/projects/m2c/ M2C website].  
+
From this location you can download the tools that have been developed in the M2C project. For more information on this project, go to the [http://arch.cs.utwente.nl/projects/m2c/ M2C website].
  
A short description of the tools follows below. A more elaborate description can be found in the following document: [http://traces.simpleweb.org/background/m2c-d16.pdf M2C D1.6].
+
A short description of the tools follows below. A more elaborate description can be found in the following document: [http://traces.simpleweb.org/traces/TCP-IP/background/m2c-D16.pdf M2C D1.6].
  
== Tools ==  
+
== Tools ==
  
*[http://traces.simpleweb.org/background/tools/flow-extract.c flow-extract.c]: extract information about flows from a tcpdump packet trace.
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/throughput-alltimescales.pl throughput-alltimescales.pl]: determine traffic rates on arbitrary time scales, given a tcpdump packet trace.
  
*[http://traces.simpleweb.org/background/tools/flow-extract-convert.pl flow-extract-convert.pl]: converts flow-extract.c output format into a format more convenient for post-processing.
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/flow-extract.c flow-extract.c]: extract information about flows from a tcpdump packet trace.
  
*[http://traces.simpleweb.org/background/tools/visualizationtools.tar.gz visualizationtools.tar.gz]: visualize various traffic flow characteristics, such as throughput, concurrency, duration, etc.
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/flow-extract-convert.pl flow-extract-convert.pl]: converts flow-extract.c output format into a format more convenient for post-processing.
  
*[http://traces.simpleweb.org/background/tools/flowtosql.tar.gz flowtosql.tar.gz]: store flow information in mysql database
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/visualizationtools.tar.gz visualizationtools.tar.gz]: visualize various traffic flow characteristics, such as throughput, concurrency, duration, etc.
  
*[http://traces.simpleweb.org/background/flowanalyzer.tar.gz flowanalyzer.tar.gz]: identify unknown traffic flows
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/flowtosql.tar.gz flowtosql.tar.gz]: store flow information in mysql database
  
*[http://traces.simpleweb.org/background/tools/throughput-alltimescales.pl throughput-alltimescales.pl]: determine traffic rates on arbitrary time scales, given a tcpdump packet trace.
+
*[http://traces.simpleweb.org/traces/TCP-IP/background/tools/flowanalyzer.tar.gz flowanalyzer.tar.gz]: identify unknown traffic flows
  
 
== Copyright information ==
 
== Copyright information ==
 
Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found [http://www.gnu.org/licenses/licenses.html#GPL here].
 
Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found [http://www.gnu.org/licenses/licenses.html#GPL here].

Latest revision as of 15:01, 25 October 2011

From this location you can download the tools that have been developed in the M2C project. For more information on this project, go to the M2C website.

A short description of the tools follows below. A more elaborate description can be found in the following document: M2C D1.6.

Tools

  • flow-extract.c: extract information about flows from a tcpdump packet trace.

Copyright information

Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found here.