aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | | | | Improved AFP dissection Updated DHCP test results
* 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
| | | | | | | | osx buildbot use always clang for the build
| * Add macOS build on TravisAlexis La Goutte2016-11-28
| |
| * Update ax_pthreadAlexis La Goutte2016-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 Deri2016-11-27
|
* Coverage (work in progress)Luca Deri2016-11-27
|
* Added coverageLuca Deri2016-11-27
|
* Code cleanup. Added coveralls badgeLuca Deri2016-11-27
|
* Added fixes to properly honour subprotocolsLuca2016-11-26
|
* Test updateLuca2016-11-25
|
* Merge branch 'mgigante-dev_libdl' into devCampus2016-11-24
|\
| * Merge branch 'dev_libdl' of https://github.com/mgigante/nDPI into ↵Campus2016-11-24
|/| | | | | | | mgigante-dev_libdl
| * Checking for libdl vs. libc during configureMarco Gigante2016-11-23
| |
* | fix initialization of struct ndpi_flow_info *flowCampus2016-11-22
| |
* | updated facebook detection (continue) by ip server rangesCampus2016-11-22
| |
* | Merge pull request #303 from alagoutte/fix_warningMichele Campus2016-11-22
|\ \ | |/ |/| Fix warning
| * ndiReader: fix ‘jObj_main/jArray_detProto’ may be used uninitialized in ↵Alexis La Goutte2016-11-22
| | | | | | | | this function [-Werror=maybe-uninitialized]
| * http: unused variable 'no_pps' [-Werror=unused-variable]Alexis La Goutte2016-11-22
|/
* update facebook detection (2) for ↵Campus2016-11-21
| | | | https://github.com/ntop/nDPI/issues/300#issuecomment-261977387
* update facebook detectionCampus2016-11-21
|
* Compilation fixLuca Deri2016-11-20
|
* fix ssl for https://github.com/ntop/nDPI/issues/301Campus2016-11-20
|
* added iqiyi media service and updated ppsetream protocol - added 1kxun media ↵Campus2016-11-20
| | | | service
* fix facebook detection in http dissectorCampus2016-11-18
|
* Merge pull request #298 from denisvm/twitter-netsMichele Campus2016-11-18
|\ | | | | Update and merge Twitter networks
| * Update and merge Twitter networksDenis Volpato Martins2016-11-17
|/
* Merge pull request #296 from sologub/devMichele Campus2016-11-15
|\ | | | | Fix byte packing on Windows
| * Fix byte packing on WindowsRuslan Sologub2016-11-15
|/
* updated host matching servicesCampus2016-11-15
|
* minor fix for ↵Campus2016-11-15
| | | | https://github.com/ntop/nDPI/commit/0f94a46f868e6818790b0c278121c081a63c9eeb
* Merge branch 'mkfsn-bjnp-protocol' into devCampus2016-11-15
|\
| * Add BJNP Protocolmkfsn2016-11-15
|/
* Updated Twitter networksLuca Deri2016-11-15
|
* fixed wrong function callCampus2016-11-14
|
* Merge branch 'alagoutte-warning' into devCampus2016-11-13
|\
| * ndpi_util: fix ‘type/ip_offset’ may be used uninitialized in this ↵Alexis La Goutte2016-11-13
| | | | | | | | function [-Werror=maybe-uninitialized]
| * bittorrent: fix variable ‘peer_id’ set but not used ↵Alexis La Goutte2016-11-13
| | | | | | | | [-Werror=unused-but-set-variable]
| * ndpi_main: fix variable 'daddr/saddr' set but not used ↵Alexis La Goutte2016-11-13
| | | | | | | | [-Wunused-but-set-variable]
| * ndpi_util: unused variable 'nDPI_traceLevel' [-Wunused-const-variable]Alexis La Goutte2016-11-13
| |
| * ndpi_util: fix unused variable 'ip6_offset/ethernet_2/llc_off/cdp/slarp' ↵Alexis La Goutte2016-11-13
| | | | | | | | [-Wunused-variable]
| * ndpiReader: fix unused function 'debug_printf' [-Wunused-function]Alexis La Goutte2016-11-13
| | | | | | | | Comment the function
| * ndpi_main: fix enumeration value 'NDPI_PROTOCOL_CATEGORY_UNSPECIFIED' not ↵Alexis La Goutte2016-11-13
| | | | | | | | handled in switch [-Wswitch]
| * rx: fix unused variable 'found' [-Wunused-variable]Alexis La Goutte2016-11-13
| |
| * QUIC: fix unused variable 'begin' [-Wunused-variable]Alexis La Goutte2016-11-13
| |