Dominik Pataky
Dominik Pataky
Hello @aumisb, thanks for the bug report! This seems to be a similar case as in #17, where `FIRST_SWITCHED` and `LAST_SWITCHED` also were the causes of errors. Guess we'll have...
Hi @hoangvu304, sorry for the long delay! Do you still have your capture file? I'd be interested in seeing, which fields are actually contained in your exports. You could try...
Hi @TK-Khaw, thank you so much for your contribution! I'll test it the next days and proceed with the merge after validation. It'll probably release a new package minor version
After reviewing the changes we might need to add some more. The change from `self._templates[template_record.template_id] = template_record.fields` to `self._templates[template_record.template_id] = template_record` breaks the tests. I guess you changed this line...
Commit 3c4f8e6 includes padding handling in IPFIX sets. What do you think? The `# TODO: if padding is needed, implement here` inside the records was actually a misunderstanding of the...
Hi! The plan is to be as compliant to the spec as possible, so generally that's a yes. Due to time constraints, a focus is set on stability of the...
Not for public use yet. There's an experimental implementation with async for TCP, but it is not stable enough for usage. Guess the UDP implementation should just be ported for...
@beli3ver try using `profanity -a -l DEBUG` and see if something appears in the log file. It can also help to run the Python interpreter and to try the import...
Seems to be a problem you should report in AUR as well. The [latest commit](https://aur.archlinux.org/cgit/aur.git/commit/?h=profanity-omemo-plugin-git&id=bf485cb5e15cf526c196ea135dcf1997b2b2671b) switched from local to global installation. Looking into the [profanity source code](https://github.com/boothj5/profanity/search?p=2&q=plugins+path&type=&utf8=%E2%9C%93), it looks like...
Hi, finally got to it. Cherry-picked your change, thanks! The calculation in [28012e3](https://github.com/bitkeks/python-netflow-v9-softflowd/pull/34/commits/28012e3d0484db517b5fab4908e2f34ba088c574) was missing one factor: if there are multiple records in the set, then the `dataset_length` must be...