Toni

Results 160 comments of Toni

I'll fix the CI pipelines in the upcoming days, #54 can be already tested

Hi Fred, I removed UDP support in favor of TCP only. The reason behind it was IP fragmentation together with UDP, which is a message based protocol. It resulted quite...

That should be possible. But there are some obstacles within `nDPId`. The initial design was not meant to have multiple interfaces listening at the same time. I need to investigate...

Supporting capture on multiple network interfaces per nDPId instance will take some time, as the core needs some changes to make this work. But all I can say, it's possible...

In general I would appreciate having more frequent nDPI releases. But from my perspective it would be great if that wishlist could be somehow integrated into GitHub for transparency. I...

@IvanNardi Will there be dedicated API functions to get the maximum number of protocols?

IMHO most of the L7 protocol stuff is already a `union`.

It could be worth checking if the struct members especially arrays could be reduced or removed i.e. `host_server_name` requires 80 bytes per flow, but from my experience, I think that...

I was trying similar things in the past. nDPI provides some decent data structures and algorithms that may be used for machine learning. [nDPId](https://github.com/utoni/nDPId) makes use of those for [Keras...