xmingc
xmingc
Give a try ``` cmd = '/path/to/pkt2flow -o flows {0}'.format(pcap_file_name) Popen(cmd, shell=True, stdout=PIPE).communicate() ``` Good luck! :+1:
Hi ahmad, This is a quit common fault in C program, always caused by memory leaks. But there are so many probabilities to cause this error that I can't figure...
@nicolas-graves thanks for your improvement. typing is really helpful in modern py3. cc @joancf
I got events with null event_time from my k8s cluster (v1.22). For stability purpose, we should make the object JSON conversion smooth. Here is my proposed improvement: ```c diff --git...