Index of /~silvio/graphing

      Name                    Last modified       Size  Description

[DIR] Parent Directory 10-Jun-2003 21:23 - [DIR] bash/ 24-Sep-2002 04:26 - [DIR] bin/ 26-Sep-2002 04:39 - [DIR] cpp/ 24-Sep-2002 01:22 - [DIR] gawk/ 24-Sep-2002 01:21 - [DIR] internet/ 27-Sep-2002 14:31 -

cpp/
	1) A static analysis of cpp include dependancies.
	2) Generated from a small python script.

gawk/
bash/
	1) A dynamic analysis of interprocedural control flow.
	2) Generated from small patches to the standard parsers, plus
	   Shell scripts to consolidate the results from execution.

internet/arp
	1) A (small) graph of arp who-has traffic visible from my dsl.
	2) Generated using a python and shell script.
	3) Tcpdump is used to generate the primary data.
	4) The network isn't very active when I did this graph, and
	   I was not logging for very long.  Hence the very small
	   amount of graph'd communication.

internet/routing
	1) A (small) routing map from my isp in .us to my isp in .au
	2) Generated usiny tiny shell scripts with no additional tools.
	3) Traceroute is used to generate the primary data.

internet/dns
	1) A (very incorrect) hiearchy of dns, from parsing my mailbox.
	2) Generated using a tiny python script and a couple of shell commands.
	4) Errors are primarily from weak parsing of mail addresses.

bin/linking/
	1) A static analysis of inter function and library dependancies.
	2) Generated using a 120 line shell script.
	3) Readelf is used to generate the primary data.

bin/
	1) A dynamic analysis of called systems calls from executables.
	2) Generated using tiny shell scripts with no additional tools.
	3) Strace is used to generate the primary data.