aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
* 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
* | Merge pull request #961 from lnslbrty/fix/ssl-version2str-race-conditionLuca Deri2020-07-13
|\ \
| * | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ...Toni Uhlig2020-07-11
| |/
* / Fixed heap overflow caused by missing lengthcheck in 802.11 LLC header parsing.Toni Uhlig2020-07-11
|/
* Various fixes in bins implementationLuca Deri2020-07-09
* Merge pull request #957 from lnslbrty/fix/buildLuca Deri2020-07-09
|\
| * ndpiSimpleIntegration should not be included in a static libraryToni Uhlig2020-07-08
| * Removed csv_fp as external symbol. Instead passing csv_fp through as argument.Toni Uhlig2020-07-08
* | Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
|/
* Fix memory leak reported in #955Nardi Ivan2020-07-08
* Added testing bin codeLuca Deri2020-07-07
* Memory allocation fixesLuca Deri2020-07-07
* fixed memory leak in ndpi_cluster_bins / binUnitTestToni Uhlig2020-07-07
* Added ndpi_cluster_bins() for clustering bins and ancillary functions for bin...Luca Deri2020-07-07
* Merge pull request #932 from IvanNardi/logLuca Deri2020-07-07
|\
| * Fix a memory leakNardi Ivan2020-07-07
| * Improve help message of --dbg-proto optionNardi Ivan2020-07-02