aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
Commit message (Collapse)AuthorAge
...
* Manual merge of pull #769Luca Deri2019-10-02
|
* Removed http:// from HTTP urlLuca Deri2019-10-01
| | | | Reported URL in ndpiReader
* Reworked categories handlingLuca Deri2019-09-29
| | | | | Removed GenericProtocol and replaced with categories Removed ndpi_pref_enable_category_substring_match option: substring matching is now default
* Fixed ICMP parsing bug introduced by pull #770Luca Deri2019-09-29
|
* Merge pull request #770 from ntop/ndpi_icmpLuca Deri2019-09-29
|\ | | | | Add icmp and icmp6 to calculate splt and bd values.
| * 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>
| * Merge branch 'dev' of https://github.com/ntop/nDPI into ndpi_icmpRavi Kerur2019-09-16
| |\
| * | Fix protocol for v4 and v6.Ravi Kerur2019-09-14
| | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
| * | Add icmp and icmp6 to calculate splt and bd values.Ravi Kerur2019-09-14
| | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | | Updated instagram checkLuca Deri2019-09-26
| | |
* | | Improves IAT calculationLuca2019-09-24
| |/ |/|
* | As TLS certificate fingerprint is computed, TLS without certificate protocol ↵Luca Deri2019-09-15
| | | | | | | | | | | | has been removed Various improvemenets in detection quality
* | TLS certificate hash is not reportedLuca Deri2019-09-14
|/
* Parsed TLS certificate validityLuca Deri2019-09-10
|
* Added -C to generate CSV analysis filesLuca2019-09-03
| | | | Improved IAT and byte distribution
* Added ndpi_alloc_data_analysis APi callLuca Deri2019-09-02
|
* Added packetIDs with -PLuca Deri2019-09-02
|
* Added payload memory freeLuca Deri2019-09-02
|
* Added new parameter to -PLuca Deri2019-09-02
|
* Implemented IAT (Inter Arrival Time) statsLuca2019-08-29
|
* Added entropy, average, stddev, variance, bytes ratio calculationLuca2019-08-28
|
* Entropy calculation exampleLuca Deri2019-08-27
|
* Initial work towards traffic classificationLuca2019-08-27
|
* Enhanced -P in ndpiReader so that it can now specify additional parametersLuca Deri2019-08-22
|
* Implemented HASSH (https://github.com/salesforce/hassh)Luca Deri2019-08-22
|
* Initial work workards payload analysisLuca Deri2019-08-21
|
* Various TLS/STUN improvememntsLuca2019-08-08
|
* Reworked SSL/TLS field namingLuca2019-08-08
|
* Implemented DTLS supportLuca2019-08-08
| | | | Renamed ssl to tls
* Added SPLT (sequence of packet length and time) and BD (byte distribution) ↵Luca Deri2019-07-24
| | | | with -J
* Added -e option to ndpiReader for searchign human readeable strings lenghtLuca Deri2019-07-24
| | | | Default human readeable strings lenght is not 5 chars (used to be 8)
* Renamed ndpi_util.c -> reader_util.cLuca Deri2019-07-18
Added crash fix with IPv6