Hi,

I'm generating a report based on my firewall logs.

My current output looks like this:

Source IP       Hit Count Destination IPs    Destination Ports
129.24.107.19   2         (129.24.241.169)   (445)
129.24.213.54   4         (129.24.243.140 129.24.247.146) (445)
198.59.133.224  13        (129.24.247.137 129.24.243.231 129.24.245.23
                           129.24.241.86 129.24.245.17) (445)
220.185.36.212  3         (129.24.240.104)   (80)
61.85.191.24    955       875 unique hosts   (4899)
67.234.73.247   1         (129.24.244.42)    (8080)
69.50.180.82    13        13 unique hosts    (6667)


I would like it to look something like this:

Source IP       Hit Count Destination IPs    Destination Ports
129.24.107.19   2         (129.24.241.169)   (445)
129.24.213.54   4         (129.24.243.140 
                          129.24.247.146)    (445)
198.59.133.224  13        (129.24.247.137 
                           129.24.243.231 
                           129.24.245.23
                           129.24.241.86 
                           129.24.245.17)    (445)
220.185.36.212  3         (129.24.240.104)   (80)
61.85.191.24    955       875 unique hosts   (4899)
67.234.73.247   1         (129.24.244.42)    (8080)
69.50.180.82    13        13 unique hosts    (6667)

Namely, the destination hosts should be printed vertically so that I can 
keep the columns nice and clean.

Does anyone have a spiffy solution for this?

Thanks,
Jim

-- 
James E. Prewett                 "everything that is, that was, was not enough"
Systems Team Leader                                                505.277.8210
Designated Security Officer                [EMAIL PROTECTED] [EMAIL PROTECTED]
HPC Systems Engineer III @ [EMAIL PROTECTED]             OpenPGP key: pub  
1024D/31816D93


Reply via email to