in reply to Extracting data from a firewall log

It may be possible, but the file type 'data' won't tell you that, data just means 'unidentified binary content', so you need to find out what the format of that content is to determine if/how you can read it.


We're not surrounded, we're in a target-rich environment!
  • Comment on Re: Extracting data from a firewall log

Replies are listed 'Best First'.
Re: Re: Extracting data from a firewall log
by tarballed (Initiate) on Apr 09, 2003 at 17:56 UTC
    I see. So basically, I need to identify the format of the file and once I have that, I can move forward?
    Thanks. Tarballed