aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Collapse)AuthorAge
...
| | * Change typeOleg A. Arkhangelsky2019-10-29
| | | | | | | | | | | | | | | Use double type instead of float when printing time for CSV file. Float type is too small for 64 bit int time so cast corrupts value.
| * | Merge pull request #807 from oleg-umnik/fix_3Luca Deri2019-11-03
| |\ \ | | | | | | | | Align CSV header with actual row data
| | * | Align CSV header with actual row dataOleg A. Arkhangelsky2019-10-29
| | |/
| * | Merge pull request #806 from oleg-umnik/fix_1Luca Deri2019-11-03
| |\ \ | | | | | | | | Don't leak memory in live capture mode
| | * | Don't leak memory in live capture modeOleg A. Arkhangelsky2019-10-29
| | |/
| * | Implemented SQL Injection and XSS attack detectionLuca Deri2019-11-01
| | |
* | | Added tunnelling decapsulationLuca2019-11-05
|/ /
* | Initial work towards HTTP content-type exportLuca2019-10-31
| |
* | Added telnet dissectorLuca2019-10-29
|/ | | | Improved data report
* Code cleanupLuca Deri2019-10-26
|
* SMTP and SSH dissection fixesLuca Deri2019-10-24
|
* Major cleanupLuca Deri2019-10-24
| | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything
* Fixes for API changesLuca Deri2019-10-09
|
* New API functions: ndpi_load_categories_file and ndpi_load_categoryemanuele-f2019-10-08
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-08
|\
| * ndpi_load_hostname_category now performs strdup on the name argumentemanuele-f2019-10-08
| | | | | | | | This simplifies the API as an application is not required to keep references to the strings to free
* | Added ndpi_get_l4_proto_name() and ndpi_get_l4_proto_info() API calls to ↵Luca Deri2019-10-08
|/ | | | print L4 protocol
* 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 partial string matchesLuca Deri2019-09-27
|
* Fix missing strdup on ndpi_load_hostname_categoryemanuele-f2019-09-27
|
* Add categories test PCAPemanuele-f2019-09-27
|
* ndpiReader now report protocol category and breedLuca Deri2019-09-21
| | | | Modified TikTok category to Fun
* Improved -C outputLuca Deri2019-09-17
|
* 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
|
* Fixed timezone conversionLuca Deri2019-09-10
|
* Validity format fixLuca Deri2019-09-10
|
* nDPI serialization: uint key compression, new deserialization APIAlfredo Cardigliano2019-09-10
|
* Parsed TLS certificate validityLuca Deri2019-09-10
|
* Compilation fix when JSON-C is not presentLuca Deri2019-09-03
|
* 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 new parameter to -PLuca Deri2019-09-02
|
* Compilation fix on systems without JSON-CLuca Deri2019-08-29
|
* Add missing json cleanupemanuele-f2019-08-29
|
* Implemented IAT (Inter Arrival Time) statsLuca2019-08-29
|
* Added entropy, average, stddev, variance, bytes ratio calculationLuca2019-08-28
|
* Disable debug codeLuca Deri2019-08-27
|
* 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
|
* Fix possible intoaV4 1 byte overflowemanuele-f2019-08-09
|
* Various TLS/STUN improvememntsLuca2019-08-08
|
* Reworked SSL/TLS field namingLuca2019-08-08
|
* Implemented DTLS supportLuca2019-08-08
| | | | Renamed ssl to tls
* Added client SSL helloLuca2019-08-07
|