-
Recent install, building a new server with nfsen-ng instead of nfsen.
All flows are collecting properly, graphs / rrd's updating. When I issue any query, i get
```
something went wrong. first…
-
```bash
# nfdump -r nfcapd.202411221727 -O bytes -n 10 xip 100.64.9.26
Line 1: syntax error at 'xip'
# nfdump -r nfcapd.202411221727 -O bytes -n 10 xnet 100.64.0.0/10
Line 1: syntax error at 'xn…
-
In the flows or statistics view, make it possible to save a filter (either on the server, or using localStorage or similar) and load previously saved filters.
![screenshot_2017-05-28_13-26-08](https:…
-
I had two problems where I applied very crude fixes for myself in NfSenRC.pm
1. After the installation start of nfsen failed with:
Use of uninitialized value $nfdump_version in numeric eq (==) …
-
Right now, nfsen-ng is only supporting the live profile. To truly replace the original nfsen, it is needed to support profiles.
-
running latest from git
```
nfdump -V
nfdump: Version: 1.7.5-ad15f25 Options: ZSTD BZIP2 Date: 2024-11-10 15:01:17 +0100
```
Saw alert about fragments to a host in one system and was curious to…
-
I had issue when try import data from nfdump with log below:
```
Processing 2 sources... 50.0% 1096/2194 ETC: < 1 s…
-
Maintainer: @flyn-org
Environment: Turris Omnia, mvebu - cortex-a9+vfpv3-d16_musl_eabi, OpenWrt master
Description:
```
OpenWrt-libtool: link: ccache_cc -g -O3 -std=gnu11 -Wall -Wstrict-pro…
-
Report by @indian65
I have a new issue, after a reboot, if i have files in nfdump folder, but all the files are empty.
root@Condorinette-Wifi:~# nfdump -R /var/cache/nfdump/2019-05-25
Date first se…
-
Earlier versions of nfdump (and development versions leading up to 1.7.5) suppressed the header line when outputting csv formatted data if the -q switch was used.
The 1.7.5 release version now seems…