Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve skype detection (#1039) | Igor Duarte | 2020-10-27 | |
| | | | | | | | * Add new skype pcap PCAP extracted from SkypeIRC.cap (available in https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=SkypeIRC.cap) * Improve skype detection | |||
* | Moved global in reader_util.c | Luca Deri | 2020-10-27 | |
| | ||||
* | Added -D flag for detecting DoH in the wild | Luca Deri | 2020-10-26 | |
| | | | | Removed heuristic from CiscoVPN as it leads to false positives | |||
* | Various improvemement when using ndpi_pref_enable_tls_block_dissection: | Luca Deri | 2020-10-24 | |
| | | | | | | application data TLS blocks are now ignored when exchanged before - the end of certificate negotiation (up to TLS 1.2) - change cipher | |||
* | Added -x for checking patterns | Luca Deri | 2020-10-22 | |
| | ||||
* | Added CPHA - CheckPoint High Availability Protocol protocl support | Luca Deri | 2020-10-22 | |
| | ||||
* | Fix parsing of DLT_PPP datalink type (#1042) | Ivan Nardi | 2020-10-21 | |
| | ||||
* | Fixes #1033 | Luca Deri | 2020-10-21 | |
| | ||||
* | Added new IPs for TeamViewer (#1040) | Douglas | 2020-10-21 | |
| | | | Co-authored-by: Douglas Wordell <douglas.wordell@seti.com.br> | |||
* | CAPWAP tunnel decoding fix (#1038) | Zied Aouini | 2020-10-21 | |
| | | | | | * Fix CAPWAP processing. * Update result. | |||
* | Improved/autoconf (#1037) | Toni | 2020-10-21 | |
| | | | | | | | | | * Switched to PKG_CHECK_MODULES to keep pkg-config checks more portable. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Improved GCrypt autoconf check to detect a possible gpg-error inter-library dependency. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fix a memory leak on fuzzing code (#1036) | Hosein Ghahremanzadeh | 2020-10-21 | |
| | | | After allocation of pcap_buffer it is necessary to free it | |||
* | Remove possible invalid read (#1035) | Igor Duarte | 2020-10-21 | |
| | ||||
* | Initial 3.5 commit | Luca Deri | 2020-10-19 | |
| | ||||
* | 3.4 nDPI Release3.4 | Luca Deri | 2020-10-19 | |
| | ||||
* | Added makefile target for creating changelog | Luca Deri | 2020-10-19 | |
| | | | | Updated Changelog | |||
* | Fixed missing PCAP include directories in Makefiles. (#1034) | Toni | 2020-10-19 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved processing of IPv6 header | Luca Deri | 2020-10-15 | |
| | | | | Improved QUIC serialization | |||
* | Handle list items in ndpi_deserialize_get_single_size | Alfredo Cardigliano | 2020-10-15 | |
| | ||||
* | Add serialization of values list in TLV | Alfredo Cardigliano | 2020-10-15 | |
| | ||||
* | Fix CAPWAP handling. | aouinizied | 2020-10-13 | |
| | ||||
* | Decoupled fuzzy and unit tests | Alfredo Cardigliano | 2020-10-12 | |
| | ||||
* | Serialized doxygen doc | Alfredo Cardigliano | 2020-10-05 | |
| | ||||
* | Added ndpi_quick_16_byte_hash | Luca | 2020-10-05 | |
| | | | | Warning fix | |||
* | Warning fix | Luca Deri | 2020-10-03 | |
| | ||||
* | Tests update | Luca Deri | 2020-10-02 | |
| | ||||
* | Added fix for invalid SNI check when SNI is missing | Luca Deri | 2020-10-02 | |
| | ||||
* | Updated serialization test unit | Luca Deri | 2020-10-02 | |
| | ||||
* | don't pass arguments to ./configure as 1 string (#1027) | borisVanhoof | 2020-09-29 | |
| | | | | | | | this causes the following error if there are arguments after --host : 'checking host system type... config.sub: too many arguments' Co-authored-by: sahnalys12 <boris.vanhoof_ext@softathome.com> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | QUIC: fix dissection of "offset" field (#1025) | Ivan Nardi | 2020-09-29 | |
| | | | | | | | The "offset" field is a variable-length integer. This bug hasn't any practical effects right now, since we are ignoring any packet with "offset" != 0 (and the value 0 is always encoded in only one byte). But extracting a correct "offset" is important if we are ever going to handle fragmented Client Hello messages. | |||
* | Added missing files to `make dist' target which are not required to build ↵ | Toni | 2020-09-29 | |
| | | | | | nDPI but still somehow essential. (#1024) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added JSON-C check for unit tests | Luca Deri | 2020-09-26 | |
| | ||||
* | Added extra boundary checks | Luca Deri | 2020-09-26 | |
| | ||||
* | Added back ndpi_check_flow_func (correct) prototype | Luca Deri | 2020-09-25 | |
| | ||||
* | Boundary fix | Luca Deri | 2020-09-25 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-09-25 | |
| | ||||
* | Various optimizations to reduce not-necessary calls | Luca Deri | 2020-09-24 | |
| | | | | | Optimized various UDP dissectors Removed dead protocols such as pando and pplive | |||
* | Added -fno-sanitize=alignment in clang-7 | Luca Deri | 2020-09-24 | |
| | ||||
* | -O0 -> -Og | Luca Deri | 2020-09-23 | |
| | ||||
* | Attempt to avoid errors due to misaligned packet headers | Luca Deri | 2020-09-23 | |
| | ||||
* | Improved boundary check to prevent overflow | Luca Deri | 2020-09-23 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-09-22 | |
|\ | ||||
| * | Macro redefinition | Luca Deri | 2020-09-22 | |
| | | ||||
* | | Minor UA handling improvement to avoid heap-overflow | Luca Deri | 2020-09-22 | |
|/ | ||||
* | Added missing install target in newly added unit tsts | lucaderi | 2020-09-22 | |
| | ||||
* | Minor change for alignment issue | Luca Deri | 2020-09-21 | |
| | ||||
* | Added risks for checking | Luca Deri | 2020-09-21 | |
| | | | | | - invalid DNS traffic (probably carrying exfiltrated data) - TLS traffic with no SNI extension | |||
* | Exclude sanitizer on unit tests involving json-c due to a bug in the lib | Alfredo Cardigliano | 2020-09-21 | |
| | ||||
* | Add distdir directive | Alfredo Cardigliano | 2020-09-21 | |
| | ||||
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 | |
| |