Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317) | Ivan Nardi | 2021-09-29 |
| | | | | | | | | | | | | | This field is an exact copy of `ndpi_flow_struct->detected_protocol_stack[2]`: * at the very beginning of packet dissection, the value saved in `flow->detected_protocol_stack` is copied in `packet->detected_protocol_stack` (via `ndpi_detection_process_packet()` -> `ndpi_init_packet_header()`) * every time we update `flow->detected_protocol_stack` we update `packet->detected_protocol_stack` too (via `ndpi_int_change_protocol()` -> `ndpi_int_change_packet_protocol()`) These two fields are always in sync: keeping the same value in two different places is useless. | ||
* | (C) Update | Luca Deri | 2021-01-07 |
| | |||
* | Updated (C) | Luca Deri | 2020-01-05 |
| | |||
* | Adedd DTLS check in STUN | Luca Deri | 2019-09-21 |
| | | | | Uodated (C) | ||
* | Implemented UPnP dissector | Luca Deri | 2018-11-07 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Refactoring the debugging output. | Vitaly Lavrov | 2017-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 a typo in lisp.c | Vitaly Lavrov | 2017-09-29 |
| | |||
* | Added LISP protocol. By Huniya Arif (xFlowResearch) | huniya arif, xflowResearch | 2017-09-14 |
| | |||
* | Added protocol LISP. By Huniya Arif xFlow Research | huniya arif, xflowResearch | 2017-09-14 |