netflow
Here are 84 public repositories matching this topic...
For documentation purposes, it would be great to allow comments in network_list and network_whitelist.
When i comment out the whole line, it currently works, but throws an error in the logfile:
2019-09-13 09:54:22,272 [ERROR] Can't parse line from subnet list: '# testcomment'
I think a WARNING would be more accurate in this case.
Unfortunately, inline-comments doesn't work at all, becaus
We're using nProbe as a collector for sFlow samples from our BGP routers. We would like to only collect and log the remote traffic from and to our networks. This would mean that we need to filter and ignore any traffic from and to our own networks.
To achieve this a BPF filter could be set (src net 1.2.3.4/20 || src net 5.6.7.8/20) and not (dst net 1.2.3.4/20 || dst net 5.6.7.8/20) but it isn
Describe the bug
Installation instructions in README.md file and on the Download and installation web page are outdated. Missing coverage for autogen.sh script.
To Reproduce
Steps to reproduce the behavior:
- GIT Clone fresh Master source in a new empty folder
- Attempt to execute ./configure per installation instructi
-
Updated
Feb 19, 2020 - C
-
Updated
Feb 21, 2020 - Python
-
Updated
Feb 14, 2020 - C
-
Updated
Feb 12, 2020 - PHP
-
Updated
Feb 13, 2020 - Python
Right now, tests are only implemented and tested for netflow v9. They should be extended with tests for netflow v5. For further infos on how to create test cases, see the section Running and creating tests in the README.
-
Updated
Feb 7, 2020 - C
-
Updated
Jan 25, 2020 - Go
-
Updated
Nov 25, 2019 - Java
-
Updated
Nov 27, 2019 - Python
This should be relatively trivial to do with something similar to https://github.com/Shopify/sarama/blob/675b0b1ff204c259877004140a540d6adf38db17/tools/kafka-console-consumer/kafka-console-consumer.go#L58-L70
-
Updated
Mar 16, 2019 - Java
-
Updated
Feb 11, 2020 - C
-
Updated
Sep 29, 2019 - Go
-
Updated
Jan 13, 2020 - CSS
Improve this page
Add a description, image, and links to the netflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netflow topic, visit your repo's landing page and select "manage topics."
Add the ability to specify a list of known/allowed MACs so that when a MAC not included in this list is detected (of course ignore broad/multi-cast MACs), an alert is triggered.
Evaluate the ability to specify a list of MACs or/and allow them to be marked through the web GUI