in reply to array of arrays of hashes
What you've said so far about the task is:
count the number of packets from one ip to another ip within the same port
but I don't quite understand what that means. Based on the code you've posted, you apparently start with an input list that has two IP addresses per line (separated by ' > '), with or without a port number on one or both addresses.
Can you give a brief but specific example of some actual input, along with the desired output it should produce? I'm afraid I can't guess this from what you've said so far.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array of arrays of hashes
by cotarelo (Initiate) on Nov 17, 2009 at 10:02 UTC |