aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Improve skype detection (#1039)Igor Duarte2020-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.cLuca Deri2020-10-27
|
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
| | | | Removed heuristic from CiscoVPN as it leads to false positives
* Various improvemement when using ndpi_pref_enable_tls_block_dissection:Luca Deri2020-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 patternsLuca Deri2020-10-22
|
* Added CPHA - CheckPoint High Availability Protocol protocl supportLuca Deri2020-10-22
|
* Fix parsing of DLT_PPP datalink type (#1042)Ivan Nardi2020-10-21
|
* Fixes #1033Luca Deri2020-10-21
|
* Added new IPs for TeamViewer (#1040)Douglas2020-10-21
| | | Co-authored-by: Douglas Wordell <douglas.wordell@seti.com.br>
* CAPWAP tunnel decoding fix (#1038)Zied Aouini2020-10-21
| | | | | * Fix CAPWAP processing. * Update result.
* Improved/autoconf (#1037)Toni2020-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 Ghahremanzadeh2020-10-21
| | | After allocation of pcap_buffer it is necessary to free it
* Remove possible invalid read (#1035)Igor Duarte2020-10-21
|
* Initial 3.5 commitLuca Deri2020-10-19
|
* 3.4 nDPI Release3.4Luca Deri2020-10-19
|
* Added makefile target for creating changelogLuca Deri2020-10-19
| | | | Updated Changelog
* Fixed missing PCAP include directories in Makefiles. (#1034)Toni2020-10-19
| | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved processing of IPv6 headerLuca Deri2020-10-15
| | | | Improved QUIC serialization
* Handle list items in ndpi_deserialize_get_single_sizeAlfredo Cardigliano2020-10-15
|
* Add serialization of values list in TLVAlfredo Cardigliano2020-10-15
|
* Fix CAPWAP handling.aouinizied2020-10-13
|
* Decoupled fuzzy and unit testsAlfredo Cardigliano2020-10-12
|
* Serialized doxygen docAlfredo Cardigliano2020-10-05
|
* Added ndpi_quick_16_byte_hashLuca2020-10-05
| | | | Warning fix
* Warning fixLuca Deri2020-10-03
|
* Tests updateLuca Deri2020-10-02
|
* Added fix for invalid SNI check when SNI is missingLuca Deri2020-10-02
|
* Updated serialization test unitLuca Deri2020-10-02
|
* don't pass arguments to ./configure as 1 string (#1027)borisVanhoof2020-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 Nardi2020-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 ↵Toni2020-09-29
| | | | | nDPI but still somehow essential. (#1024) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added JSON-C check for unit testsLuca Deri2020-09-26
|
* Added extra boundary checksLuca Deri2020-09-26
|
* Added back ndpi_check_flow_func (correct) prototypeLuca Deri2020-09-25
|
* Boundary fixLuca Deri2020-09-25
|
* Compilation fixLuca Deri2020-09-25
|
* Various optimizations to reduce not-necessary callsLuca Deri2020-09-24
| | | | | Optimized various UDP dissectors Removed dead protocols such as pando and pplive
* Added -fno-sanitize=alignment in clang-7Luca Deri2020-09-24
|
* -O0 -> -OgLuca Deri2020-09-23
|
* Attempt to avoid errors due to misaligned packet headersLuca Deri2020-09-23
|
* Improved boundary check to prevent overflowLuca Deri2020-09-23
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-09-22
|\
| * Macro redefinitionLuca Deri2020-09-22
| |
* | Minor UA handling improvement to avoid heap-overflowLuca Deri2020-09-22
|/
* Added missing install target in newly added unit tstslucaderi2020-09-22
|
* Minor change for alignment issueLuca Deri2020-09-21
|
* Added risks for checkingLuca Deri2020-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 libAlfredo Cardigliano2020-09-21
|
* Add distdir directiveAlfredo Cardigliano2020-09-21
|
* Add unit tests to travis. Move ndpi serializer tests to unit tests.Alfredo Cardigliano2020-09-21
|