pkt2flow icon indicating copy to clipboard operation
pkt2flow copied to clipboard

A simple utility to classify packets into flows. It's so simple that only one task is aimed to finish. For Deep Packet Inspection or flow classification, it's so common to analyze the feature of one...

Results 10 pkt2flow issues
Sort by recently updated
recently updated
newest added

Hi, I've cloned the repo today (22.11.2020) and it does not compile. ``` /opt/pkt2flow git:(master) scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ......

After compilation I've simply tried: `./pkt2flow in.pcap` and it doesn't create any output file. Maybe it is correlate with this warning during compilation: ` scons: Reading SConscript files ... scons:...

I've tried cygwin with Winpcap libs and modified some codes, but failed with error ``` /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/libwpcap.a when searching for -lwpcap. ``` How can I fix it?

I followed the compile steps in README, there is no error at all. But when I used it to split a pcap file, it shows "segmentation fault" and it created...

很想咨询作者“tcp_nosyn”的目的是什么?在切分完一个pcap文件后,发现“tcp_nosyn”中的一条实际上是“tcp_syn"的后半部分,在“tcp_syn"中的那条并不包含FIN,然而用wireshark看原文件中的那条流其实该是完整的。请问,是由于我安装编译失误才出现这样的错误吗?

What about analyzing seq/seq ack to split connections with same ip/ports? I know it's a bit complicated, maybe add it as option. It'll be useful for big PCAP files gathered...

Hi, I'm newbie in programming. Could you tell me how I can compile your code?

Hello, how can I use pkt2flow in python scripts? I am generating the pcap file from python script and I want to get tcp sessions from that pcap file using...

Hello, thanks for your contribution. I get this error message always "Segmentation fault (core dumped)". What does that mean? thanks