Takes an array of log lines, and applies it patterns. It returns a hash of hashes:
{ ip.ad.re.ss1 => { port1 => count1, port2 => count2 }, ip.ad.re.ss2 => { port1 => count3, port2 => count4 }, }
[Validate]