aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improved SSH protocol detection.improved/sshToni Uhlig2020-11-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated ESNI/SNI alarm generation prolicyLuca Deri2020-11-08
|
* Reworked IEC60870 dissectorLuca Deri2020-11-04
|
* IEC60870 dissection improvementsLuca Deri2020-11-04
|
* Cosmetic changesLuca Deri2020-11-03
|
* :bulb: Add mongodb protocol dissector (#1048)Leonn2020-11-03
|
* Restored Ubuntu/Debian packagingLuca Deri2020-11-03
|
* Fix/packaging (#1047)Toni2020-11-03
| | | | | | | | | | | | | * Fix OpenWrt build. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Fixed Debian/Ubuntu packaging. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Added DPKG package build to a CI job. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* QUIC: fix dissection of Initial packets coalesced with 0-RTT one (#1044)Ivan Nardi2020-11-03
| | | | | * QUIC: fix dissection of Initial packets coalesced with 0-RTT one * QUIC: fix a memory leak
* Updated results with numeric IP detectionLuca Deri2020-11-01
|
* Fix for detecting numeric IPsLuca Deri2020-11-01
|
* Centos8 package fixLuca Deri2020-10-29
|
* Fix libdir on centos8Alfredo Cardigliano2020-10-29
|
* Removed generation of /usr/lib/.build-idAlfredo Cardigliano2020-10-29
|
* Set /usr as installation prefixLuca Deri2020-10-29
|
* Move libraries from /usr/local to /usrAlfredo Cardigliano2020-10-29
|
* Generate NDPI_API_VERSION based on git commands.Vitaliy Ivanov2020-10-29
| | | | | | | | | https://github.com/ntop/PF_RING/issues/668 Check for .git directory works in case of usual clone of nDPI repo. But if you integrate is as submodule then .git is a file. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* Added boundary checkLuca Deri2020-10-27
|
* 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
|