aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/mining.pcapng.out
Commit message (Collapse)AuthorAge
* Rework Steam detection (part 1) (#2264)Vladimir Gavrilov2024-01-18
| | | | | | | | | | | | | | | | | | | | | * Clean up Steam dissector * Add Steam Datagram Relay dissector * Update docs * Update test results * Remove csgo.c from MSVC project * Small fixes * Add Steam TLS pcap sample * Merge Steam pcap samples into single one * Fix typo * Update test results
* ndpiReader: add breed stats on output used for CI (#2236)Ivan Nardi2024-01-05
|
* mining: a better identification logic (#2221)Ivan Nardi2023-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