Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix for FreeBSD build | Simone Mainardi | 2017-02-04 |
| | |||
* | Merge pull request #334 from alagoutte/fix | Michele Campus | 2017-02-04 |
|\ | | | | | fix hardcoded value of version in Makefile | ||
| * | fix hardcoded value of version in Makefile | Alexis La Goutte | 2017-02-04 |
| | | | | | | | | Issue report by @clauderobi (issue #333) | ||
* | | Merge pull request #335 from alagoutte/warning | Michele Campus | 2017-02-04 |
|\ \ | |/ |/| | ndpi_main(.c): fix unused function 'tor_ptree_match' [-Werror,-Wunuse… | ||
| * | ndpi_main(.c): fix unused function 'tor_ptree_match' [-Werror,-Wunused-function] | Alexis La Goutte | 2017-02-04 |
|/ | |||
* | Renumbered ids that were changed by mistake | Luca Deri | 2017-02-01 |
| | | | | | | MQTT (NOW 208, latest stable version 222) RX ( NOW 209, latest stable version 223) OPENDNS ( NOW 197, latest stable version 225 ). | ||
* | Improved whatsapp detection | Luca Deri | 2017-01-31 |
| | |||
* | Improved HTTP subprotocol matching | Luca Deri | 2017-01-31 |
| | |||
* | Updated readme | Luca Deri | 2017-01-31 |
| | |||
* | Updated results for HTTP-subprotocols | Luca Deri | 2017-01-31 |
| | |||
* | Optimized code to avoid multiple calls to ndpi_network_ptree_match() | Luca Deri | 2017-01-31 |
| | | | | HTTP-based subprotocols have not HTTP set as master_protocols | ||
* | Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵ | Luca Deri | 2017-01-31 |
| | | | | solved and now protocols are in sync with its previous values in the stable version | ||
* | Merge branch 'dillinger79-dev' into dev | Campus | 2017-01-20 |
|\ | |||
| * | Merge pull request #1 from dillinger79/dillinger79-patch-1 | dillinger79 | 2017-01-20 |
| |\ | | | | | | | Update smpp.c | ||
| | * | Update smpp.c | dillinger79 | 2017-01-18 |
| |/ |/| | |||
| * | Merge pull request #2 from dillinger79/dillinger79-patch-2 | dillinger79 | 2017-01-20 |
|/| | | | | | Add files via upload | ||
| * | Add files via upload | dillinger79 | 2017-01-18 |
|/ | | | this pcap file causes a busy loop | ||
* | Fixed warning | Luca | 2017-01-02 |
| | |||
* | Renamed enum constant | Luca Deri | 2017-01-02 |
| | |||
* | Merge pull request #322 from emanuele-f/dev | Michele Campus | 2016-12-30 |
|\ | | | | | Add enum items number | ||
| * | Add enum items number | emanuele-f | 2016-12-29 |
|/ | |||
* | Merge pull request #321 from alagoutte/fix_warning | Michele Campus | 2016-12-29 |
|\ | | | | | SMPP: fix comparison of unsigned expression >= 0 is always true [-Wer… | ||
| * | SMPP: fix comparison of unsigned expression >= 0 is always true ↵ | Alexis La Goutte | 2016-12-29 |
|/ | | | | [-Werror,-Wtautological-compare] | ||
* | Added BJNP default ports | Luca Deri | 2016-12-19 |
| | |||
* | Added default AFP port | Luca Deri | 2016-12-19 |
| | |||
* | fix indent code and int type to keep conformity of the rest of the code ↵ | Campus | 2016-12-15 |
| | | | | (u_intxx instead uintxx) | ||
* | Merge branch 'dfranusic-dev' into dev | Campus | 2016-12-15 |
|\ | |||
| * | Merge branch 'dev' of https://github.com/dfranusic/nDPI into dfranusic-dev | Campus | 2016-12-15 |
|/| | |||
| * | Implemented Short Message Peer-to-Peer (SMPP) dissector | Damir Franusic | 2016-12-14 |
| | | |||
* | | Merge branch 'k0ste-newfeature' into dev | Campus | 2016-12-14 |
|\ \ | |/ |/| | |||
| * | Add Valve AS routes and domain names for better Steam detection. | Konstantin Shalygin | 2016-12-14 |
|/ | |||
* | improved steam detection | Campus | 2016-12-13 |
| | |||
* | Removed "yp" element from "ndpi_en_impossible_bigrams" structure because tor ↵ | valentina | 2016-12-11 |
| | | | | was detected instead of ssl (paypal). | ||
* | Improvement on ndpi_int_change_protocol() accuracy | Luca Deri | 2016-12-10 |
| | |||
* | Merge pull request #314 from sologub/dev | Michele Campus | 2016-12-07 |
|\ | | | | | Fix 'IPVERSION undeclared' error on WIN32 | ||
| * | Fix 'IPVERSION undeclared' error on WIN32 | Ruslan Sologub | 2016-12-07 |
|/ | |||
* | Merge branch 'denisvm-magicnumbers' into dev | Campus | 2016-12-06 |
|\ | |||
| * | Removed some magic numbers | Denis Volpato Martins | 2016-12-06 |
|/ | |||
* | Added missing -ldl library | Luca Deri | 2016-12-05 |
| | |||
* | Added check to avoid loops with invalid DHCP packets | Luca Deri | 2016-12-05 |
| | |||
* | Added memory check in patricia tree | Luca Deri | 2016-12-05 |
| | | | | | Improved AFP dissection Updated DHCP test results | ||
* | Implemented DHCP host name extraction | Luca Deri | 2016-12-04 |
| | |||
* | added comment to function process_packet | Campus | 2016-12-02 |
| | |||
* | added prototype of function packet_processing | Campus | 2016-12-02 |
| | |||
* | Merge branch 'alagoutte-osx' into dev | Campus | 2016-11-28 |
|\ | |||
| * | Remove gcc when build with osx | Alexis La Goutte | 2016-11-28 |
| | | | | | | | | osx buildbot use always clang for the build | ||
| * | Add macOS build on Travis | Alexis La Goutte | 2016-11-28 |
| | | |||
| * | Update ax_pthread | Alexis La Goutte | 2016-11-28 |
|/ | | | | | | | for fix issue when build with clang on macos clang: error: argument unused during compilation: '-pthread' No need -pthread when linking | ||
* | Disabled coverage (work in progress) | Luca Deri | 2016-11-27 |
| | |||
* | Coverage (work in progress) | Luca Deri | 2016-11-27 |
| |