Re: [ossec-list] Regular expresions

2019-12-20 Thread dan (ddp)
Newer versions of ossec support pcre2. That should work.

On Fri, Dec 20, 2019 at 2:22 PM Diego S  wrote:

> Hi all!
>
> I was wondering the best way to represent a digit between a range and if
> it is possible to indicate that a digit is going to be repeated a given
> number of times.
>
> For example a digit between 0 and 3, I mean 0, 1, 2 or 3 thats for the
> first question.
>
> For the second part, for example the digits between 0 and 3, repeated 14
> times. At the common regular expression it will be represented like
> (0-3){14}
>
> Thanks and Regards.
>
> Diego.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ossec-list/d87e366a-a9ff-4c10-bd6c-592b744f7599%40googlegroups.com
> 
> .
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ossec-list/CAMyQvMrmDW5Vm8f_K%3Dr7Anzcg2QAKEJ%2B%2B_bFa8YZt4xEg1iqew%40mail.gmail.com.


[ossec-list] Regular expresions

2019-12-20 Thread Diego S
Hi all!

I was wondering the best way to represent a digit between a range and if it 
is possible to indicate that a digit is going to be repeated a given number 
of times.

For example a digit between 0 and 3, I mean 0, 1, 2 or 3 thats for the 
first question.

For the second part, for example the digits between 0 and 3, repeated 14 
times. At the common regular expression it will be represented like 
(0-3){14}

Thanks and Regards.

Diego.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ossec-list/d87e366a-a9ff-4c10-bd6c-592b744f7599%40googlegroups.com.