ramateur

Results 4 comments of ramateur

В qsfunctions.lua действительно нет функции getQuoteLevel2, поэтому пример не работает.

I think, we should add plugins start type (auto / manual) and make it for all plugins. And may be a common wpf part for all plugins (name field, startup...

What about keeping compatibility with current python structure? It is possible to increase C structures to keep all the data. And keep current python server and client fingerprints treating them...

Are lines like the one below safe? `memcpy(flow->c_hash, flow->ndpi_flow->protos.ssh.hassh_client, sizeof(flow->c_hash));` sizeof(flow->c_hash) is 48 and sizeof(flow->ndpi_flow->protos.ssh.hassh_client) is 33 so memcpy reads memory over source size. Maybe it is beter to use...