nfstream icon indicating copy to clipboard operation
nfstream copied to clipboard

NFStream: a Flexible Network Data Analysis Framework.

Results 37 nfstream issues
Sort by recently updated
recently updated
newest added

## Description Adds a callback function to NFPlugin `on_ignore()` which is called whenever the engine ignores a packet, i.e., does no flow analysis on it. Motivation behind it is to...

- Flow direction: The direction of a flow is determined by the first received packet. In case of TCP flow expiration by the active timeout, the next flow may not...

enhancement

As NFStream is used to monitor IT infrastructures. It is mandatory to put in place Fuzzing testing to avoid crashes and insecure behaviors when processing bytes that comes from network....

enhancement

Hi! At this point NFStream only supports Packet Selection by filtering. However, at the packet capture step, we may not want to or may not be able to afford the...

enhancement

Hey there, I've been experimenting with nfstream recently and am chasing down a weird behavior I'm seeing where idle flow logs are emitted by NFStreamer at the active_timeout value. I...

question

Hi, I tried `nfstream` recently and it is really impressive. Currently `splt_analysis` can be set to maximum 255. In practice, the flow might contain much more packets. Is there a...

enhancement

**Describe the bug** Hi, I have some performance test recently and find a issue, I use Apache JMeter to get some http test(http object 100KB no keep alive).I send 5863...

enhancement

Since many CI/CD pipelines are utilizing Alpine linux, it would be handy to have built wheel package available for the platform. Listing available wheels on `python:3.8-alpine` docker image yields ```...

enhancement

Hi I am try to get timestamp associated with each source IP .can you please give me an example how can i use the NFPlugin for that purpose ?

Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import nfstream Traceback (most recent call...