aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
Commit message (Expand)AuthorAge
* 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
* Added ndpi_quick_16_byte_hashLuca2020-10-05
* Warning fixLuca Deri2020-10-03
* Reworked MDNS dissector that is not based on the DNS dissectorLuca Deri2020-09-17
* http: create a common function to parse User Agent fieldNardi Ivan2020-09-08
* OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timevalAdrian Zgorzałek2020-08-09
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* wrapper cleanupLuca Deri2020-07-13
* Fixed heap overflow caused by missing lengthcheck in 802.11 LLC header parsing.Toni Uhlig2020-07-11
* Removed csv_fp as external symbol. Instead passing csv_fp through as argument.Toni Uhlig2020-07-08