aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
...
* Add BFD protocol dissector (#2332)Vladimir Gavrilov2024-02-29
* Telegram: improve identificationNardi Ivan2024-02-26
* Improved Telegram detectionLuca Deri2024-02-23
* Improved telegram detectionLuca Deri2024-02-22
* Add DLEP protocol dissector (#2326)Vladimir Gavrilov2024-02-20
* IndentationLuca Deri2024-02-16
* Add ANSI C12.22 protocol dissector (#2317)Vladimir Gavrilov2024-02-15
* Skype: remove old detection logic (#1954)Ivan Nardi2024-02-12
* TLS: add configuration of JA* fingerprints (#2313)Ivan Nardi2024-02-10
* fuzz: improve fuzzing coverage (#2309)Ivan Nardi2024-02-09
* Add detection of Gaijin Entertainment games (#2311)Vladimir Gavrilov2024-02-09
* Improve normalization of `flow->host_server_name` (#2310)Ivan Nardi2024-02-09
* Add TencentGames protocol dissector (#2306)Vladimir Gavrilov2024-02-08
* Normalization of host_server_name (#2299)Vitaly Lavrov2024-02-05
* Fix `ndpi_get_lru_cache_stats()` (#2303)Ivan Nardi2024-02-05
* Completly disable all pthread related code in the library if `USE_GLOBAL_CONT...Toni2024-02-03
* Add Gearman protocol dissector (#2297)Vladimir Gavrilov2024-02-01
* Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271)Ivan Nardi2024-02-01
* Provide a u64 wrapper for `ndpi_set_config()` (#2292)Toni2024-01-30
* Implemented CIP I/O (UDP version of the CIP protocol), Common Industrial prot...Luca Deri2024-01-29
* Fix RESP detection (#2289)Vladimir Gavrilov2024-01-27
* Check DGA on domain name (as it should be) rather than on the host nameLuca Deri2024-01-27
* Add Raft protocol dissector. (#2286)Toni2024-01-25
* Add Radmin protocol dissector (#2283)Vladimir Gavrilov2024-01-25
* fuzz: extend fuzzing coverage (#2281)Ivan Nardi2024-01-24
* Add STOMP protocol dissector (#2280)Vladimir Gavrilov2024-01-23
* Improve handling of custom rules (#2276)Ivan Nardi2024-01-21
* Add Yojimbo (netcode) protocol dissector (#2277)Toni2024-01-21
* config: follow-up (#2268)Ivan Nardi2024-01-20
* Fix detection of new Cassandra versions (#2272)Vladimir Gavrilov2024-01-20
* Add a dedicated dissector for Zoom (#2265)Ivan Nardi2024-01-19
* Add Mumble detection support (#2269)Vladimir Gavrilov2024-01-19
* Rework Steam detection (part 1) (#2264)Vladimir Gavrilov2024-01-18
* config: allow configuration of guessing algorithmsNardi Ivan2024-01-18
* config: move debug/log configuration to the new APINardi Ivan2024-01-18
* config: DNS: add two configuration optionsNardi Ivan2024-01-18
* config: HTTP: enable/disable processing of HTTP responsesNardi Ivan2024-01-18
* config: configure TLS certificate expiration with the new APINardi Ivan2024-01-18
* config: remove `enum ndpi_prefs`Nardi Ivan2024-01-18
* config: remove `ndpi_set_detection_preferences()`Nardi Ivan2024-01-18
* config: move cfg of aggressiviness and opportunistic TLS to the new APINardi Ivan2024-01-18
* config: move IP lists configurations to the new APINardi Ivan2024-01-18
* config: move LRU cache configurations to the new APINardi Ivan2024-01-18
* Make `ndpi_finalize_initialization()` returns an error codeNardi Ivan2024-01-18
* New API for library configurationNardi Ivan2024-01-18
* Added new API callsLuca2024-01-15
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* Add KCP protocol dissector. (#2257)Toni2024-01-12
* Add Roughtime protocol dissector. (#2248)Toni2024-01-09
* Add realtime protocol output to `ndpiReader`. (#2197)Toni2024-01-09