aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added vxlan headerAlfredo Cardigliano2019-09-03
|
* Return value fix in ndpi_deserialize_*Alfredo Cardigliano2019-09-03
|
* Added ndpi_alloc_data_analysis APi callLuca Deri2019-09-02
|
* Transparently handle int8/16 deserializationAlfredo Cardigliano2019-09-02
|
* Added packetIDs with -PLuca Deri2019-09-02
|
* Added payload memory freeLuca Deri2019-09-02
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-09-02
|\
| * TLV signed int compressionAlfredo Cardigliano2019-09-02
| |
* | Added new parameter to -PLuca Deri2019-09-02
|/
* Added ndpi_serialize_string_binary() callLuca Deri2019-09-02
|
* TLV: encoding uint 32/64 as 16/8 bit whenever possibleAlfredo Cardigliano2019-08-30
|
* TLV deserialization of uint16/uint8/int16/int8 when deserializing ↵Alfredo Cardigliano2019-08-30
| | | | uint32/uint64/int32/int64
* Fix mangled stack by invalid sscanfemanuele-f2019-08-29
|
* Fix memory corruptions in ndpi_node handleremanuele-f2019-08-29
| | | | Crash occurred with clang version 6.0.0-1ubuntu2 on ubuntu 18
* Add missing libemanuele-f2019-08-29
|
* Warning fixemanuele-f2019-08-29
|
* Add missing pack_on on ajp structemanuele-f2019-08-29
|
* AJP crash fixLuca Deri2019-08-29
|
* Average calculation fixLuca2019-08-29
|
* Added stub for ndpi_free_memory_at_termination() (TODO)Luca Deri2019-08-29
|
* Compilation fix on systems without JSON-CLuca Deri2019-08-29
|
* Add missing json cleanupemanuele-f2019-08-29
|
* Uodated resultsLuca2019-08-29
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2019-08-29
|\
| * Fix alignment issue on IPv6 structsemanuele-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
|
* SSH hash fixLuca Deri2019-08-26
|
* Serialization/deserialization of int32/int64/float with uint keyAlfredo Cardigliano2019-08-26
|
* Fix ndpi_serialize_end_of_record in JSON modeAlfredo Cardigliano2019-08-24
|
* Fix ndpi_reset_serializerAlfredo Cardigliano2019-08-24
|
* Add more length checks in HASSHemanuele-f2019-08-23
| | | | This to prevent possible crashes on invalid packets
* Enhanced -P in ndpiReader so that it can now specify additional parametersLuca Deri2019-08-22
|
* Warning fixesLuca Deri2019-08-22
|
* SSH test fileLuca Deri2019-08-22
|
* Merge pull request #758 from tansly/wireguardLuca Deri2019-08-22
|\ | | | | Add support for WireGuard VPN
| * Add test for WireGuardYağmur Oymak2019-07-24
| |
| * Merge branch 'dev' into wireguardYağmur Oymak2019-07-24
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/include/ndpi_protocols.h src/lib/ndpi_main.c Get upstream developments.
| * | Harden WireGuard detectionYağmur Oymak2019-07-24
| | | | | | | | | | | | Exploit the fixed size handshake messages and sender/receiver indices.
| * | Add support for WireGuard VPNYağmur Oymak2019-07-23
| | |
* | | Implemented HASSH (https://github.com/salesforce/hassh)Luca Deri2019-08-22
| | |
* | | Disabled weak (port-based) teamspeak detectionLuca Deri2019-08-22
| | |
* | | Initial work workards payload analysisLuca Deri2019-08-21
| | |
* | | Implemented STUN cache to enhance matching of STUN-based protocolsLuca2019-08-12
| | |
* | | Improved google duo detectionLuca2019-08-12
| | |
* | | Fix possible intoaV4 1 byte overflowemanuele-f2019-08-09
| | |
* | | Add NDPI_PROTOCOL_DANGEROUS classificationemanuele-f2019-08-09
| | |