Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Mining: lru cache is ipv4 only (for the time being) (#1159) | Ivan Nardi | 2021-03-31 |
| | | | Fix memory error with ipv6 traffic | ||
* | Improved mining detection support | Luca Deri | 2021-03-30 |
| | |||
* | (C) Update | Luca Deri | 2021-01-07 |
| | |||
* | Fix compilation with --enable-debug-messages flag | Nardi Ivan | 2020-06-26 |
| | | | | | | | | | | | | NDPI_LOG* macros dereference ndpi_detection_module_struct object which is private to ndpi library (via NDPI_LIB_COMPILATION define). So we can't use them outside the library itself, i.e. in ndpiReader code Therefore, in files in example/, convert all (rare) uses of NDPI_LOG* macros to a new very simple macro, private to ndpiReader program. If necessary, such macro may be improved. According to a comment in ndpi_define.h, each dissector must define its own NDPI_CURRENT_PROTO macro before including ndpi_api.h file | ||
* | Added missing flow extra info export in flows | Luca Deri | 2020-01-10 |
| | |||
* | Added flow extra info field | Luca Deri | 2020-01-10 |
| | | | | Updated tests/results | ||
* | Various ethereum improvements | Luca Deri | 2020-01-08 |
| | |||
* | Fixed false positive mining detection | Luca | 2019-03-01 |
| | |||
* | Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵ | Luca | 2018-09-18 |
as mining Implements #503 |