Live traffic recording and export to pcap #134
Unanswered
didiksudyana
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @didiksudyana, NFStream is not suitable for developing a PCAP file. You will need to use WireShark/tShark or tcpdump. These are tools for capturing the traffic trace observed on your network interface card and storing them in a PCAP/PCAPNG format. I hope this clarifies your questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am very like with the idea of NFStream in recording the live traffic by detecting a new flow connection in a new packet, then store all of the next packets within the same flow connection. After the flow finish or exceed the timeout, NFStream then will directly export it to csv or pandas.
However, I have a question. Can we export the finished flow to pcap file, instead of only csv or pandas? Because I need the pcap file for further checking. Or can someone help me to find how to to do it?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions