aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Dissected SSH client/server versions and reported in data structuresLuca Deri2017-02-11
* Update .travis.ymlAlfredo Cardigliano2017-02-09
* fix for https://github.com/ntop/nDPI/issues/339Campus2017-02-09
* Fix for FreeBSD buildSimone Mainardi2017-02-04
* Merge pull request #334 from alagoutte/fixMichele Campus2017-02-04
|\
| * fix hardcoded value of version in MakefileAlexis La Goutte2017-02-04
* | Merge pull request #335 from alagoutte/warningMichele Campus2017-02-04
|\ \ | |/ |/|
| * ndpi_main(.c): fix unused function 'tor_ptree_match' [-Werror,-Wunused-function]Alexis La Goutte2017-02-04
|/
* Renumbered ids that were changed by mistakeLuca Deri2017-02-01
* Improved whatsapp detectionLuca Deri2017-01-31
* Improved HTTP subprotocol matchingLuca Deri2017-01-31
* Updated readmeLuca Deri2017-01-31
* Updated results for HTTP-subprotocolsLuca Deri2017-01-31
* Optimized code to avoid multiple calls to ndpi_network_ptree_match()Luca Deri2017-01-31
* Fixed issues caused by (invalid) protocol renumbering. The problem has been s...Luca Deri2017-01-31
* Merge branch 'dillinger79-dev' into devCampus2017-01-20
|\
| * Merge pull request #1 from dillinger79/dillinger79-patch-1dillinger792017-01-20
| |\
| | * Update smpp.cdillinger792017-01-18
| |/ |/|
| * Merge pull request #2 from dillinger79/dillinger79-patch-2dillinger792017-01-20
|/|
| * Add files via uploaddillinger792017-01-18
|/
* Fixed warningLuca2017-01-02
* Renamed enum constantLuca Deri2017-01-02
* Merge pull request #322 from emanuele-f/devMichele Campus2016-12-30
|\
| * Add enum items numberemanuele-f2016-12-29
|/
* Merge pull request #321 from alagoutte/fix_warningMichele Campus2016-12-29
|\
| * SMPP: fix comparison of unsigned expression >= 0 is always true [-Werror,-Wta...Alexis La Goutte2016-12-29
|/
* Added BJNP default portsLuca Deri2016-12-19
* Added default AFP portLuca Deri2016-12-19
* fix indent code and int type to keep conformity of the rest of the code (u_in...Campus2016-12-15
* Merge branch 'dfranusic-dev' into devCampus2016-12-15
|\
| * Merge branch 'dev' of https://github.com/dfranusic/nDPI into dfranusic-devCampus2016-12-15
|/|
| * Implemented Short Message Peer-to-Peer (SMPP) dissectorDamir Franusic2016-12-14
* | Merge branch 'k0ste-newfeature' into devCampus2016-12-14
|\ \ | |/ |/|
| * Add Valve AS routes and domain names for better Steam detection.Konstantin Shalygin2016-12-14
|/
* improved steam detectionCampus2016-12-13
* Removed "yp" element from "ndpi_en_impossible_bigrams" structure because tor ...valentina2016-12-11
* Improvement on ndpi_int_change_protocol() accuracyLuca Deri2016-12-10
* Merge pull request #314 from sologub/devMichele Campus2016-12-07
|\
| * Fix 'IPVERSION undeclared' error on WIN32Ruslan Sologub2016-12-07
|/
* Merge branch 'denisvm-magicnumbers' into devCampus2016-12-06
|\
| * Removed some magic numbersDenis Volpato Martins2016-12-06
|/
* Added missing -ldl libraryLuca Deri2016-12-05
* Added check to avoid loops with invalid DHCP packetsLuca Deri2016-12-05
* Added memory check in patricia treeLuca Deri2016-12-05
* Implemented DHCP host name extractionLuca Deri2016-12-04
* added comment to function process_packetCampus2016-12-02
* added prototype of function packet_processingCampus2016-12-02
* Merge branch 'alagoutte-osx' into devCampus2016-11-28
|\
| * Remove gcc when build with osxAlexis La Goutte2016-11-28
| * Add macOS build on TravisAlexis La Goutte2016-11-28