".WEB_log_detail_for." $fip :: "); ?>
| ".WEB_date.""; print $url; ?> | ".WEB_traffic_source_address.""; print $url; ?> | DNS | ".WEB_traffic_dest_address.""; print $url; ?> | DNS | ".WEB_bytes.""; print $url; ?> | ".WEB_pkts.""; print $url; ?> | " . $row['ts'] . " | \n"; print "" . $gateway_list[$row['router_id']] . " | \n"; $proto_name = getprotobynumber($row['proto']); if (!$proto_name) { $proto_name = $row['proto']; } print "" . $proto_name . " | \n"; print "" . long2ip($row['src_ip']) . " | \n"; $ip_name = '-'; if ($rdns) { $ip_name = ResolveIP($db_link, $row['src_ip']); } print "" . $ip_name . " | \n"; print "" . $row['src_port'] . " | \n"; print "" . long2ip($row['dst_ip']) . " | \n"; $ip_name = '-'; if ($rdns) { $ip_name = ResolveIP($db_link, $row['dst_ip']); } print "" . $ip_name . " | \n"; print "" . $row['dst_port'] . " | \n"; print "" . fbytes($row['bytes']) . " | \n"; print "" . $row['pkt'] . " | \n"; print "\n"; } ?>