Frodon
Frodon
Now I've got all of the types of events I wanted, but sometimes it misses a lot of them : I go from 1 million events in my classical capture...
Hi, thank you for your quick answer ! For my use case, I have huge captures which when converted into Json give me files of several gigabytes. Thus I would...
I'm currently using the Fibratus captures but when I need to analyse them I have to convert them into Json. Otherwise it wouldn't be possible to access the nth line...
Wow. I dindn't dev in go since a long time and the Fibratus source code looks substancial but if you tell me that it is doable why not ! I...
For my use case, it's not only the tid that I would like to remove, but like 8 other attributes. I just made a few tests and it appears that...
Hello again, I've tried to install the dev environment, but I keep getting this error while trying to build with the `make.bat` with the `cap` option : ``` github.com/valyala/gozstd ..\..\go\pkg\mod\github.com\valyala\[email protected]\stream.go:14:48:...
I've just tried that and follow the instructions in the [contributing.md](https://github.com/rabbitstack/fibratus/blob/master/CONTRIBUTING.md) file, but it keeps telling me either the above error when I'm compiling with `cap` or : `Error: fibratus...
When I'm doing that, I have the error above : https://github.com/rabbitstack/fibratus/issues/506#issuecomment-2958969442
Oh, indeed I forgot that. I just installed gcc compiler (which I uninstalled a few days ago for some reason) with Mingw but I can't get past this error :...
`choco install mingw --version 11.2.0 --allow-downgrade` was the solution for me ! ([anjannath/crc/commit/6733174](https://github.com/anjannath/crc/commit/6733174441456ce55f0894b2af0a12c569c227a6)) I finally managed to build fibratus with `cap` tag, let's dev