summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* sync'd with ndpiSimpleIntegration from https://github.com/ntop/nDPI.gitndpi-example-proposallns2023-06-01
* sync'd with ndpiSimpleIntegration from https://github.com/ntop/nDPI.gitToni Uhlig2021-07-04
* proposal ready for reviewToni Uhlig2020-06-24
* unified logging prefixToni Uhlig2020-06-24
* -Wl == CFLAGToni Uhlig2020-06-23
* adding some comments, obey coding style, etcToni Uhlig2020-06-22
* xcompile readyToni Uhlig2020-06-22
* checking only IPv4/IPv6 header size, as rest is done through ndpi_detection_g...Toni Uhlig2020-06-21
* fixed possible crash (extra packet dissection is done via packet processing)Toni Uhlig2020-06-21
* using ndpi_detection_get_l4 to do some additional checks and get L4 payloadToni Uhlig2020-06-20
* more fine-tuning regarding TCP flow endToni Uhlig2020-06-20
* some fine-tuning regarding flow fin/idle cleanup, still not perfectToni Uhlig2020-06-20
* reduced MAX_FLOW_ROOTS_PER_THREAD to 2048 to safe some mem, print something t...Toni Uhlig2020-06-19
* improved console printing which is now more consistent any easier to readToni Uhlig2020-06-17
* support for TCP-FINToni Uhlig2020-06-15
* new features: l7/l7-dissect/l7-guess/tcp-midstream/ssl/tls detectionToni Uhlig2020-06-15
* process extra packets if supported by protocol detection, prepare and print s...Toni Uhlig2020-06-14
* do not print ThreadID during flow free'ingToni Uhlig2020-06-13
* use ndpi_flowv(4|6)_flow_hash api call and only as fallback src + dstToni Uhlig2020-06-13
* print total packets captured, reduced console spam and added VERBOSE mode to ...Toni Uhlig2020-06-13
* read captured packets from a pcap savefile, check if file is EoF or an error ...Toni Uhlig2020-06-13
* don't print ARP stuff, use ndpi_is_protocol_detected for checked protocol det...Toni Uhlig2020-06-13
* renamed ndpi_flow_roots, max_available_flows, num_allocated_flows, cur_alloca...Toni Uhlig2020-06-13
* flow timeout handlingToni Uhlig2020-06-13
* MAX_FLOWS_PER_THREAD -> MAX_FLOW_ROOTS_PER_THREAD, ndpi_flows_root -> ndpi_fl...Toni Uhlig2020-06-12
* fixed flow distirbution bug, removed invalid ntohl() and set thread index seedToni Uhlig2020-06-12
* improved packet distribution over threads, missing byteswap for IPv4/IPv6, ad...Toni Uhlig2020-06-10
* free_workflow if init_workflow fails, nDPId is tied to libnDPI>=3.2 for nowToni Uhlig2020-06-10
* print per thread / total packets, use l4 protocol for per thread packet distr...lns2020-06-08
* 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
* initial commitlns2020-06-03