IP Statistics");
$graph_type = "device_ip"; include ("includes/print-device-graph.php");
echo("
");
echo("
TCP Statistics
");
$graph_type = "device_tcp"; include ("includes/print-device-graph.php");
echo("
");
echo("UDP Statistics
");
$graph_type = "device_udp"; include ("includes/print-device-graph.php");
echo("
");
echo("ICMP Statistics
");
$graph_type = "device_icmp"; include ("includes/print-device-graph.php");
echo("
");
?>