Petr Velan
Petr Velan
We have introduced `IPFIXCOL_API_VERSION`in `api.h` for this reason. Older plugins that did not have this defined to correct version should not be used. It this check broken? You need to...
The point of the API version is that it is increased whenever the API changes and is no longer compatible. All plugins must be checked and the API version can...
What branch are you using, master of devel? I've just fixed devel to use git submodules correctly, but it should work on master as well (no submodules there yet).
Ok, thanks for information. I just realized that I did not update the docker debian:latest since jessie. Debian Stretch uses newer openssl library and needs to be told explicitly to...
You need both ``` RUN git checkout devel; RUN git submodule update --init --recursive ``` This problem is caused by the submodule filter not being initialized properly. Can you rebuild...
Hi, if the data is sent to the collector, you will definitely be able to view it - it was designed to collect everything. You have to know the MPLS...
The IPFIXcol natively works with the IPFIX protocol. Netflow is converted to IPFIX before further processing, and the error you see happens somewhere during the conversion (https://github.com/CESNET/ipfixcol/blob/master/base/src/utils/conversion/convert.c). You can compile...
I just ran into the same problem. ``` git clone https://github.com/prbinu/tls-scan.git cd tls-scan docker build -t tls-scan . docker run --rm tls-scan --connect=twitter.com:443 --version-enum --pretty { "host": "twitter.com", "ip": "104.244.42.1",...
I've managed to get the cookie by using this URL: https://accounts.google.com/o/oauth2/programmatic_auth?hl=en&scope=https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthLogin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&client_id=936475272427.apps.googleusercontent.com&access_type=offline&delegated_client_id=183697946088-m3jnlsqshjhh5lbvg05k46q1k4qqtrgn.apps.googleusercontent.com&top_level_cookie=1
I do not know which version you are running, but it works for me on Mattermost 5.13.2 using username and password. You should be able to use the token to...