#!/usr/local/bin/php

0) { foreach($states as $line) { $state_counter++; if($state_counter > 1000) break; $line_split = preg_split("/\s+/", $line); $state = array_pop($line_split); $type = array_shift($line_split); $proto = array_shift($line_split); $info = implode(" ", $line_split); $towrite = << EOD; print $towrite; } } else { print ''; } ?>
Filter: 
Proto Source -> Router -> Destination State
{$proto} {$info} {$state}
No states were found.