Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Overflow fix | Luca Deri | 2019-11-26 | |
| | | ||||
* | | Added buffer overflow check in smpp dissector | Luca Deri | 2019-11-26 | |
| | | ||||
* | | Fixed buffer overflow in DNS dissection | Luca Deri | 2019-11-26 | |
| | | ||||
* | | Fixed buffer overflow in amazon video dissector | Luca Deri | 2019-11-26 | |
| | | ||||
* | | Added webattacj results | Luca | 2019-11-25 | |
| | | ||||
* | | Updated results | Luca Deri | 2019-11-23 | |
| | | ||||
* | | Fixed invalid category matching in HTTP | Luca Deri | 2019-11-23 | |
| | | | | | | | | Fixed overlapping categories | |||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-11-23 | |
|\ \ | ||||
| * | | Memory fixes | Luca Deri | 2019-11-23 | |
| | | | ||||
* | | | Added new test pcaps | Luca Deri | 2019-11-23 | |
|/ / | | | | | | | Renamed protocol 104 to IEC60870 (more meaningful) | |||
* | | Nested encapsulation dissection | Luca Deri | 2019-11-23 | |
| | | ||||
* | | Fixes for uninitialized variables | Luca Deri | 2019-11-23 | |
| | | ||||
* | | Added auth failed support with FTP | Luca Deri | 2019-11-21 | |
| | | ||||
* | | Implemented telnet password export | Luca Deri | 2019-11-21 | |
|/ | ||||
* | Updated results | Luca Deri | 2019-11-21 | |
| | ||||
* | Added flow duration and goodput in output (-v and -c) | Luca Deri | 2019-11-21 | |
| | ||||
* | Fixed skype/soom false positives | Luca Deri | 2019-11-20 | |
| | ||||
* | Expose API to calculate the MD5 hash | emanuele-f | 2019-11-20 | |
| | ||||
* | Rounding up serializer buffer to be divisible by 4 (required by zmq encryption) | Alfredo Cardigliano | 2019-11-19 | |
| | ||||
* | Possible leak fix | emanuele-f | 2019-11-19 | |
| | ||||
* | Fixes crash when searching kerberos usernames | Simone Mainardi | 2019-11-19 | |
| | | | | | | | | | Fixes (gdb) f 0 101 if(cname_str[cname_len-1] == '$') { (gdb) p cname_len $3 = 0 | |||
* | Removed (unreliable) line protocol detection | Luca Deri | 2019-11-18 | |
| | ||||
* | Minor fix | Luca Deri | 2019-11-17 | |
| | ||||
* | Kerberos dissection improvements | Luca Deri | 2019-11-17 | |
| | ||||
* | Removed unused JSON-C code | Luca Deri | 2019-11-17 | |
| | ||||
* | Merge pull request #811 from aouinizied/python_bindings_fix | Luca Deri | 2019-11-15 | |
|\ | | | | | Python bindings fix and improve | |||
| * | Polish. | aouinizied | 2019-11-15 | |
| | | ||||
| * | Improve python bindings. | aouinizied | 2019-11-15 | |
|/ | ||||
* | Modified Diameter category to network | Luca Deri | 2019-11-14 | |
| | | | | Updated test results | |||
* | New ndpi_serialize_string_boolean/ndpi_serialize_uint32_boolean | Alfredo Cardigliano | 2019-11-13 | |
| | ||||
* | Fixed SQL Injection detection | Luca | 2019-11-13 | |
| | ||||
* | Added support of default /32 in ndpi_load_ipv4_ptree() | Luca | 2019-11-12 | |
| | ||||
* | Fixed new nDPi API | Luca Deri | 2019-11-12 | |
| | ||||
* | Added ndpi_load_ipv4_ptree() API call | Luca Deri | 2019-11-11 | |
| | ||||
* | Fix possible crash due to unsigned int number wrapping | emanuele-f | 2019-11-11 | |
| | ||||
* | Added ndpi_init_detection_module() API preferences | Luca Deri | 2019-11-10 | |
| | ||||
* | Renamed DNSoverHTTPS to handle bot DoH and DoT | Luca | 2019-11-08 | |
| | ||||
* | Added ndpi_finalize_initalization() initialization function | Luca | 2019-11-07 | |
| | ||||
* | Added L2TP tunnel type. Warning fix. | Alfredo Cardigliano | 2019-11-06 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca | 2019-11-05 | |
|\ | ||||
| * | Updated results | Luca Deri | 2019-11-04 | |
| | | ||||
| * | Telnet fix | Luca Deri | 2019-11-04 | |
| | | ||||
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-11-03 | |
| |\ | ||||
| | * | Merge pull request #808 from oleg-umnik/dev | Luca Deri | 2019-11-03 | |
| | |\ | | | | | | | | | Change type | |||
| | | * | Change type | Oleg A. Arkhangelsky | 2019-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_3 | Luca Deri | 2019-11-03 | |
| | |\ \ | | | | | | | | | | | Align CSV header with actual row data | |||
| | | * | | Align CSV header with actual row data | Oleg A. Arkhangelsky | 2019-10-29 | |
| | | |/ | ||||
| | * | | Merge pull request #806 from oleg-umnik/fix_1 | Luca Deri | 2019-11-03 | |
| | |\ \ | | | | | | | | | | | Don't leak memory in live capture mode | |||
| | | * | | Don't leak memory in live capture mode | Oleg A. Arkhangelsky | 2019-10-29 | |
| | | |/ | ||||
| | * | | Merge pull request #803 from haroflow/dev | Luca Deri | 2019-11-03 | |
| | |\ \ | | | | | | | | | | | Updated Breed's descriptions in ndpi_get_proto_breed_name |