IP Statistics");
$graph_type = "ip_graph"; include ("includes/print-device-graph.php");
echo("
");
echo("
TCP Statistics
");
$graph_type = "tcp_graph"; include ("includes/print-device-graph.php");
echo("
");
echo("UDP Statistics
");
$graph_type = "udp_graph"; include ("includes/print-device-graph.php");
echo("
");
echo("ICMP Statistics
");
$graph_type = "icmp_graph"; include ("includes/print-device-graph.php");
echo("
");
?>