Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | STUN: fix boundary checks on attribute list parsing (#2387) | Ivan Nardi | 2024-04-12 |
| | | | | | Restore all unit tests. Add some configuration knobs. Fix the endianess. | ||
* | Implemented STUN peer_address, relayed_address, response_origin, ↵ | Luca Deri | 2024-04-12 |
| | | | | | | | other_address parsing Added code to ignore invalid STUN realm Extended JSON output with STUN information | ||
* | mining: a better identification logic (#2221) | Ivan Nardi | 2023-12-20 |
It is quite simple (and not so efficient) but it should fix all the false positives reported in #2216. Add support for Ethereum mining. Merge all the mining traces. Remove duplicated function. Close #2216 |