Michael Bolli

Results 34 issues of Michael Bolli

On my Ubuntu 10.10 x86_64 with python-gtk2 2.24.0-2, I had to delete the gtk.Clipboard constructor attributes in the click event; now it’s working.

See the PR #90.

enhancement

Thinking about adding some dev tools to ensure code quality, and maybe add some tests. This would also enable the project to fetch the only 3rd party dependency there is...

enhancement

nfsen-ng uses `-o csv` to get structured data output of nfdump. ipv6 addresses are always shown in full format, which makes this flag obsolete. _Originally posted by @mbolli in https://github.com/mbolli/nfsen-ng/issues/53#issuecomment-702083448_

As nfdump processes might take a long time to complete (depending on the parameters and the system), it would make sense to somehow track the running processes and make them...

enhancement
help wanted

Using the nfdump arguments `-L` and `-l` it is possible to specify data limits, in order to only show those statistic lines whose packets or bytes match the specified limit....

When some kind of aggregation comes into play, nfdump will rather soon get very slow. Depending on the system, even getting the top flows for one week might take more...

enhancement

For new users it might help to explain certain fields or functions using the tooltip functionality. ![screenshot_2017-05-28_13-30-10](https://cloud.githubusercontent.com/assets/722725/26528031/cbb607d2-43a9-11e7-960e-0fb31bdb57cd.png)

enhancement