You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a python script as well pkt2flow
Thanks,
The text was updated successfully, but these errors were encountered:
Unfortunately, you can not use pkt2flow in python directly. Instead, you can write the pcap file to disk, and invoke pkt2flow using subprocess module in python to process the pcap file. May this help u.
Unfortunately, you can not use pkt2flow in python directly. Instead, you can write the pcap file to disk, and invoke pkt2flow using subprocess module in python to process the pcap file. May this help u.
—
Reply to this email directly or view it on GitHub.
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 a python script as well pkt2flow
Thanks,
The text was updated successfully, but these errors were encountered: