aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
Commit message (Expand)AuthorAge
* TLS, H323, examples: fix some memory errors (#1414)Ivan Nardi2022-01-18
* Removed legacy codeLuca Deri2022-01-11
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Reduce memory used by `ndpiReader` (#1371)Ivan Nardi2021-11-11
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Fix parsing of ipv6 packets with extension headersNardi Ivan2021-09-19
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Fixed Mingw64 build, SonerCloud-CI and more. (#1273)Toni2021-08-18
* Defined more standard ethernet protocol typesLuca Deri2021-08-09
* Added protocol definesLuca Deri2021-08-09
* Implemented ALPN automa for checking uncommon ALPNsLuca Deri2021-07-24
* Reworked flow risk implementationLuca Deri2021-07-23
* Implemented function to retrieve flow information. #1253 (#1254)Toni2021-07-23
* Implementation of flow risk eception (work in progress)Luca Deri2021-07-22
* ndpiReader: add statistics about nDPI performance (#1240)Ivan Nardi2021-07-13
* Reworked human readeable string search in flowsLuca Deri2021-05-17
* Check datalink during fuzzing to prevent console / logfile spam. See #1175 fo...Toni2021-05-09
* Initial work towards detection via TLS of browser typesLuca2021-05-06
* Check for common ALPNs and set a flow risk if not known. (#1175)Toni2021-04-27
* Added flow risk to wireshark dissectionLuca Deri2021-04-26
* Fix detunneling of GTP-U traffic (#1168)Ivan Nardi2021-04-18
* Fixed invalid guess statsLuca Deri2021-03-30
* ndpiReader: print an error msg if we found an unsupported datalink type (#1157)Ivan Nardi2021-03-23
* Reworked extendal dependency across testing toolsLuca Deri2021-03-14
* Added experiemntal JA3+ implementation that can be used with -z i ndpiReaderLuca Deri2021-03-09
* Add support for Snapchat voip calls (#1147)Ivan Nardi2021-03-06
* Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132)Toni2021-02-10
* RSI enhancementsLuca Deri2021-02-05
* Improved debug messageLuca Deri2021-02-03
* Cleaned up tls/quic datatypesLuca Deri2021-01-21
* Reworked TLS fingerprint calcolationLuca Deri2021-01-21
* (C) UpdateLuca Deri2021-01-07
* Split HTTP request from response Content-Type. Request Content-Type should be...Luca Deri2021-01-06
* Restored QUIC statsLuca Deri2020-12-30
* Fixed output when tLS (nad not QUIC) is usedLuca Deri2020-12-28
* Fixes bug introduced by https://github.com/ntop/nDPI/pull/1085Luca Deri2020-12-12
* Fix minimum packet length condition (#1087)Zied Aouini2020-12-12
* Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. #10...Toni2020-12-11
* Support raw IPv4 / IPv6 pcap packet processing. (#1053)Toni2020-11-09
* Cosmetic changesLuca Deri2020-11-03
* Moved global in reader_util.cLuca Deri2020-10-27
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
* Various improvemement when using ndpi_pref_enable_tls_block_dissection:Luca Deri2020-10-24
* Fix parsing of DLT_PPP datalink type (#1042)Ivan Nardi2020-10-21
* CAPWAP tunnel decoding fix (#1038)Zied Aouini2020-10-21
* Fix CAPWAP handling.aouinizied2020-10-13