Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed CPHA missing protocol initialization | Luca Deri | 2021-02-10 |
| | | | | Improved IEC104 and IRC detection | ||
* | (C) Update | Luca Deri | 2021-01-07 |
| | |||
* | iec60870-5-104: fix heap-buffer-overflow error (#1066) | Ivan Nardi | 2020-11-22 |
| | |||
* | Reworked IEC60870 dissector | Luca Deri | 2020-11-04 |
| | |||
* | IEC60870 dissection improvements | Luca Deri | 2020-11-04 |
| | |||
* | 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 new test pcaps | Luca Deri | 2019-11-23 |
| | | | | Renamed protocol 104 to IEC60870 (more meaningful) | ||
* | Major cleanup | Luca Deri | 2019-10-24 |
| | | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything | ||
* | Added support for industrial protocols DNP3, IEC 60780-5-104 | choyos | 2019-09-20 |