aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_classify.h
Commit message (Collapse)AuthorAge
* fuzz: extend fuzzers coverage (#1952)Ivan Nardi2023-04-25
|
* Added the ability to define custom protocols with arbitrary Ids in proto.txtLuca Deri2023-03-22
| | | | | | | | | | Example - ip:213.75.170.11/32:443@CustomProtocol nDPI assigns an is that can change based on protos.txt content - ip:213.75.170.11/32:443@CustomProtocol=9999 nDPI assigns 9999 as protocolId to CustomProtocol and won't change when protos.txt content will chaneg
* Fix broken ndpi_timeval_to_(milli|micro)seconds (>UINT_MAX). (#1720)Toni2022-09-04
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timevalAdrian ZgorzaƂek2020-08-09
| | | | | | Some BSD APIs called in example/ return `struct bpf_timeval`, where nDPI APIs expect `struct timeval`. These two structs, besides having a different name, share the exact same set of fields.
* Win fixesLuca Deri2019-12-14
|
* Fix crash due to recent code changes when using hyperscan and mining_hosts.Ravi Kerur2019-10-02
| | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* Restore protocol extraction to original method.Ravi Kerur2019-09-21
| | | | | | Add microseconds to time series if milliseconds returns 0. Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* Warnign fixLuca Deri2019-07-24
|
* Add SPLT and BD classification to the lib.Ravi Kerur2019-07-23
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>