aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/someip.c
Commit message (Collapse)AuthorAge
* nDpi#remove build warningsysk2020-05-21
|
* someip#fix when run across architectures such ARM ,may be occour sigbus ↵ysk2020-05-20
| | | | error(),Unhandled fault: alignment fault (0x92000021) at 0x00000000f67004aa
* Added checks for missing protocol initializationLuca Deri2018-07-23
| | | | | Fixed missing LOG_ERR initialization Fixed logging warnings
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Refactoring the debugging output.Vitaly Lavrov2017-10-26
| | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO()
* Fixed bug in someip dissector (access out of boundary)Luca Deri2017-10-08
| | | | Fixed memory leak in ndpiReader
* Code cleanupLuca Deri2017-07-06
Updated test results Renamed SOMEIP -> someip