Search found 5 matches

by Mourus
Tue Jul 21, 2009 8:10 am
Forum: Regex
Topic: HEEElp
Replies: 9
Views: 4054

Re: HEEElp

No it didnt work when i posted my question i worked my way till the end solution because on the first tries it didnt work as im learning the regex on the fly ... and the "RegexBuddy" helped me in this a lot...
by Mourus
Tue Jul 21, 2009 7:15 am
Forum: Regex
Topic: HEEElp
Replies: 9
Views: 4054

Re: HEEElp

Yes it does the job also but i think also my does the job, if you want to take more instances(if needed in future)... not just the one you did choose
Good Job for helping me in that...
by Mourus
Tue Jul 21, 2009 6:08 am
Forum: Regex
Topic: HEEElp
Replies: 9
Views: 4054

Re: HEEElp

Hello the log file is a normal younix log file not sure what you mean. and the reg ex i tryied is this one : ([^,]*),(\d*),([^,]*),([^,)]*),(\d*),([^,]*),(\d*),([^,]*),(\d*),drop,udp,([^,]*),(\d*),(\d*),([^,]*),([^,]*),([^,]*),(\d*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),(.*) And sorry for ...
by Mourus
Tue Jul 21, 2009 5:31 am
Forum: Regex
Topic: HEEElp
Replies: 9
Views: 4054

Re: HEEElp

That's a rather vague question. I presume the that the things like "SOURCEIP" are actually some other values? To be able to recommend a solution, it is necessary to see the actual input. It is also important you describe your data as precise as possible. Right now, you just dumped one lin...
by Mourus
Tue Jul 21, 2009 3:36 am
Forum: Regex
Topic: HEEElp
Replies: 9
Views: 4054

HEEElp

Hello i would like to know if someone could help me to create a reg ex for a rule: the log look slike this : <NFCP>FWIP,2,07/21/2009 7:56:14,SOURCEIP,SOURCEPORT,DESTINATIONIP,DESTINAT IONPORT,,,drop,udp,,,,s-UDP-389,IPADRESS,,0,,11,237,,'21Jul2009 7:56:14:drop:fw1:inbound:eth-s3p3c0:0:VPN-1 & Fi...