nfstrace icon indicating copy to clipboard operation
nfstrace copied to clipboard

Network file system monitor and analyzer

Results 12 nfstrace issues
Sort by recently updated
recently updated
newest added

Add repology badge showing packaging status

With newer glibc tirpc has been removed, so not only in Fedora we need to search for it, but also in Debian and Ubuntu. See e.g. comments by Andrew Shadura...

A couple mvwprintw() calls result in build errors like: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘time_t’ {aka ‘long int’} [-Werror=format=] Update these calls...

Pull requests, build failures and other bugs went unattended and unanswered for a couple of years, is this project being maintained upstream at all?

`ncuses-6.3` added printf-style function attributes and now makes it easier to catch cases when user input is used in palce of format string when built with CFLAGS=-Werror=format-security: nfstrace/analyzers/src/watch/nc_windows/header_window.cpp:77:82: error: format...

Signal BaseReader loop termination fix. Motivation: The problem is that FiltrationImpl manager is sitting on pcap_loop that started from BaseReader and pcap_breakloop does not terminate it, according to documentation pcap_breakloop...

Feature Request: Add ability to proxy NFS flow with failover multiple backend Is it possible? If the tool can monitor, I think it's easy to act as a NFS proxy(like...

Hi, I am trying to build package on travis-ci, but found that jobs are failing during running build. Failure log is Run Build Command:"/usr/bin/make" "all" Scanning dependencies of target nfstrace...

The CIFSv1/v2 implementation does not perform conversion of Request/Responce messages' fields from LE encoding(native CIFS representation in traffic) to host encoding (on BE platforms). As result, values of Request/Responce messages'...

Hello, From branch tirpc commit b5576b5f5c917cf621ed893b19b350aeb88c7068, I had to make these changes to compile gcc (GCC) 14.1.1 20240522 ncurses 6.5 ```diff diff --git a/analyzers/src/watch/nc_windows/header_window.cpp b/analyzers/src/watch/nc_windows/header_window.cpp index 8e04818..e9d2c80 100644 --- a/analyzers/src/watch/nc_windows/header_window.cpp...