Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | don't print ARP stuff, use ndpi_is_protocol_detected for checked protocol ↵ | Toni Uhlig | 2020-06-13 | |
| | | | | | | detection Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | renamed ndpi_flow_roots, max_available_flows, num_allocated_flows, ↵ | Toni Uhlig | 2020-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 handling | Toni Uhlig | 2020-06-13 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | MAX_FLOWS_PER_THREAD -> MAX_FLOW_ROOTS_PER_THREAD, ndpi_flows_root -> ↵ | Toni Uhlig | 2020-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 seed | Toni Uhlig | 2020-06-12 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | improved packet distribution over threads, missing byteswap for IPv4/IPv6, ↵ | Toni Uhlig | 2020-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 now | Toni Uhlig | 2020-06-10 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | print per thread / total packets, use l4 protocol for per thread packet ↵ | lns | 2020-06-08 | |
| | | | | distribution | |||
* | subscriber tracking and master/app protocol detection | lns | 2020-06-07 | |
| | ||||
* | fixed flow tracking bug during tree find, added ip tuple comparing routine | lns | 2020-06-07 | |
| | ||||
* | improved L3/L4 length checks | lns | 2020-06-06 | |
| | ||||
* | flow tracking | lns | 2020-06-06 | |
| | ||||
* | dissect UDP, TCP; sighandler improvment, correct IPv6 parsing | lns | 2020-06-04 | |
| | ||||
* | Makefile use -I and -rpath if CUSTOM_LIBNDPI variable used | Toni Uhlig | 2020-06-04 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | initial commit | lns | 2020-06-03 | |