Open Nishi13official opened 3 months ago
You can take a look at https://github.com/ntop/nDPI/blob/dev/python/README.md
Thanks for the informative link! It was very helpful in implementing nDPI in my API. I’m now looking to extend my implementation to generate a CSV file from the nDPI analysis results. Here’s what I’ve done so far: I’ve successfully integrated nDPI into my API
Thanks in advance
I’m now looking to extend my implementation to generate a CSV file from the nDPI analysis results.Do anyone have idea about that ?
@Nishi13official, you can take a look at ./example/ndpiReader -K csv -k output.csv -v2 -i $INPUT_PCAP
Type your question in a clear and concise way to help the community answering it.I am looking for guidance on how to effectively use ndpi and integrate it into my Python project. Specifically, I need assistance with the following:
Understanding ndpi: I would appreciate resources or explanations that detail what ndpi is and its capabilities.
Integration with Python: I am interested in examples or documentation that demonstrate how to integrate ndpi into a Python project. Any sample code or step-by-step guides would be incredibly helpful.
If anyone has experience with ndpi or can point me in the right direction to get started, I would greatly appreciate your insights. Thank you in advance for your assistance!