Eric Leblond

Results 110 comments of Eric Leblond

I got it working here with command: ``` suricata -S tests/sample.rules -r ~/Downloads/2022/2019-07-05-Ursnif-with-Trickbot-and-IcedID.pcap -l /tmp/profiling/ --set profiling.rules.active=yes -c suricata.yaml ``` suricata.yaml is stock config from the source tree and I've...

> The idea looks good to me :-) The CI is red :-( > > What is expected out of this draft ? Be sure there is an interest and...

Setting it as draft to do more testing and analysis.

> I had a quick look at the code and it looks like `sudo -n true` is used. > > https://github.com/starship/starship/blob/0dea740cb37a5121988aeb86da5df3c145ad291c/src/modules/sudo.rs#L21 > > I'm not an expert on `sudo`, does...

Just done a PR implementing this idea.

I'm not able to reproduce it using linux 4.2.0 and libnetfilter_conntrack 1.0.5. What version are you using ? Also could you provide a gdb backtrace to help debugging ?

Thanks a lot, I won't need the python info. Libnetfilter_conntrack info are enough.

In 1.0.5 line 248 is ``` nfnl_callback_register(h->nfnlssh_ct, ``` but the bt seems to show a line with ``` container = ``` Could you source be patched or am I reading...

Thanks a lot @ptitdoc, could you reformat the commit message following http://chris.beams.io/posts/git-commit/

It looks like netflow events need a fix. Setting to draft for now.