aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
* Split HTTP request from response Content-Type. Request Content-Type should be...Luca Deri2021-01-06
* Fix some warnings when compiling with "-W -Wall" flags (#1103)Ivan Nardi2021-01-04
* 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
* nDPI rules (work in progress) implementationLuca Deri2020-11-30
* 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
* Added -x for checking patternsLuca Deri2020-10-22
* Fix parsing of DLT_PPP datalink type (#1042)Ivan Nardi2020-10-21
* CAPWAP tunnel decoding fix (#1038)Zied Aouini2020-10-21
* Fixed missing PCAP include directories in Makefiles. (#1034)Toni2020-10-19
* Fix CAPWAP handling.aouinizied2020-10-13
* Added ndpi_quick_16_byte_hashLuca2020-10-05
* Warning fixLuca Deri2020-10-03
* Added missing files to `make dist' target which are not required to build nDP...Toni2020-09-29
* Add unit tests to travis. Move ndpi serializer tests to unit tests.Alfredo Cardigliano2020-09-21
* Merge pull request #1018 from lnslbrty/fix/make-distLuca Deri2020-09-20
|\
| * Fixed broken `make dist' and added CI check.Toni Uhlig2020-09-19
* | Merge pull request #1017 from lnslbrty/fix/mingw-xcompileLuca Deri2020-09-20
|\ \
| * | Fixed mingw build w/o examples/tests/fuzzer.Toni Uhlig2020-09-18
| |/
* | Reworked MDNS dissector that is not based on the DNS dissectorLuca Deri2020-09-17
* | Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\ \
| * | http: create a common function to parse User Agent fieldNardi Ivan2020-09-08
| |/
* / Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
|/
* Fixed invalid memory access leading to a SIGSEGV in ndpiReader's option parser.Toni Uhlig2020-08-28
* QUIC: minor fixesNardi Ivan2020-08-24
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Merge pull request #977 from adek05/devLuca Deri2020-08-19
|\
| * OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timevalAdrian ZgorzaƂek2020-08-09
* | Merge pull request #984 from lnslbrty/fix/invalid-fncall-dpdkLuca Deri2020-08-16
|\ \
| * | Fixed invalid dpdk fn call.Toni Uhlig2020-08-15
* | | Merge pull request #983 from lnslbrty/fix/libpcap-obsolete-pcap_lookupdev-usageLuca Deri2020-08-16
|\ \ \ | |/ / |/| |
| * | Replaced obsolete libpcap pcap_lookupdev with pcap_findalldevs.Toni Uhlig2020-08-15
* | | num_extra_packets_checked check can be 0 for some protocols and therefor requ...Toni Uhlig2020-08-13
* | | Changed ndpi_ssl_version2str function call in ndpiSimpleIntegration.Toni Uhlig2020-08-08
| |/ |/|
* | Fixed possible memory leak in TLS certificate handlingLuca Deri2020-08-05
|/
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* Minor fixesNardi Ivan2020-07-26
* Fixed bin similarityLuca Deri2020-07-24
* Improved bin clusteringLuca Deri2020-07-22
* Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* wrapper cleanupLuca Deri2020-07-13
* Merge pull request #963 from yskcg/devLuca Deri2020-07-13
|\
| * add improved boundary check and check malloc return is NULLysk2020-07-10