Re: Split a line with Mutiple data type/lengths

2001-11-13 Thread John W. Krahn
Matt Richter wrote: > > I'm trying to split a line from a PIX Firewall log file and put it into > an array. The log entries look like: > > Nov 13 07:28:55 10.0.0.3 %PIX-4-400025: IDS:2154 ICMP ping of death from > 123.123.123.123 to 124.124.124.124 on interface outside > > Here is the code i've

RE: Split a line with Mutiple data type/lengths

2001-11-13 Thread Wagner-David
al Message- From: Matt Richter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 15:46 To: [EMAIL PROTECTED] Subject: Split a line with Mutiple data type/lengths I'm trying to split a line from a PIX Firewall log file and put it into an array. The log entries look like: Nov 13 07

Split a line with Mutiple data type/lengths

2001-11-13 Thread Matt Richter
I'm trying to split a line from a PIX Firewall log file and put it into an array. The log entries look like: Nov 13 07:28:55 10.0.0.3 %PIX-4-400025: IDS:2154 ICMP ping of death from 123.123.123.123 to 124.124.124.124 on interface outside Here is the code i've tried: ...