aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/dnp3.c
Commit message (Collapse)AuthorAge
* Moved NDPI_CURRENT_PROTO define before ndpi_api.h include to prevent a ↵Toni Uhlig2020-08-27
| | | | | | redefinition warning. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Creared IoT-Scada categoryLuca Deri2020-08-23
| | | | Minor dnp3 changes
* Fix compilation with --enable-debug-messages flagNardi Ivan2020-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 support for industrial protocols DNP3, IEC 60780-5-104choyos2019-09-20