Difference between revisions of "Analysis Software"

From SimpleWiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
== Tools ==  
 
== Tools ==  
 +
 +
*[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/background/tools/flow-extract.c flow-extract.c]: extract information about flows from a tcpdump packet trace.
 
*[http://traces.simpleweb.org/background/tools/flow-extract.c flow-extract.c]: extract information about flows from a tcpdump packet trace.
Line 13: Line 15:
 
*[http://traces.simpleweb.org/background/tools/flowtosql.tar.gz flowtosql.tar.gz]: store flow information in mysql database
 
*[http://traces.simpleweb.org/background/tools/flowtosql.tar.gz flowtosql.tar.gz]: store flow information in mysql database
  
*[http://traces.simpleweb.org/background/flowanalyzer.tar.gz flowanalyzer.tar.gz]: identify unknown traffic flows
+
*[http://traces.simpleweb.org/background/tools/flowanalyzer.tar.gz flowanalyzer.tar.gz]: identify unknown traffic flows
 
 
*[http://traces.simpleweb.org/background/tools/throughput-alltimescales.pl throughput-alltimescales.pl]: determine traffic rates on arbitrary time scales, given a tcpdump packet trace.
 
  
 
== 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].

Revision as of 09:30, 20 April 2010

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.