aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* don't print ARP stuff, use ndpi_is_protocol_detected for checked protocol ↵Toni Uhlig2020-06-13
| | | | | | detection Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* renamed ndpi_flow_roots, max_available_flows, num_allocated_flows, ↵Toni Uhlig2020-06-13
| | | | | | | | | cur_allocated_flows to - ndpi_flows_active, max_active_flows, num_active_flows, cur_active_flows - consistent to idle flows naming Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* flow timeout handlingToni Uhlig2020-06-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* MAX_FLOWS_PER_THREAD -> MAX_FLOW_ROOTS_PER_THREAD, ndpi_flows_root -> ↵Toni Uhlig2020-06-12
| | | | | | ndpi_flow_roots, added per flow total packets Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed flow distirbution bug, removed invalid ntohl() and set thread index seedToni Uhlig2020-06-12
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* improved packet distribution over threads, missing byteswap for IPv4/IPv6, ↵Toni Uhlig2020-06-10
| | | | | | added first/last seen timevals Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* free_workflow if init_workflow fails, nDPId is tied to libnDPI>=3.2 for nowToni Uhlig2020-06-10
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* print per thread / total packets, use l4 protocol for per thread packet ↵lns2020-06-08
| | | | distribution
* subscriber tracking and master/app protocol detectionlns2020-06-07
|
* fixed flow tracking bug during tree find, added ip tuple comparing routinelns2020-06-07
|
* improved L3/L4 length checkslns2020-06-06
|
* flow trackinglns2020-06-06
|
* dissect UDP, TCP; sighandler improvment, correct IPv6 parsinglns2020-06-04
|
* Makefile use -I and -rpath if CUSTOM_LIBNDPI variable usedToni Uhlig2020-06-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initial commitlns2020-06-03