aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAge
...
* | Merge remote-tracking branch 'upstream/dev' into devHidde van der Heide2017-12-20
|\|
| * Fix ndpiReader long run crash due to dupilicate nodes exist, causeqianguozheng2017-12-19
| | | | | | | | double free failed.
| * Simplified IPv6 datatypesLuca Deri2017-12-08
| |
| * Merge branch 'dev' into devMichele Campus2017-12-07
| |\
| | * Compilation fixesLuca Deri2017-11-28
| | |
| | * Improved ndpiReader outputLuca Deri2017-11-19
| | | | | | | | | | | | Updated tests
| * | Merge branch 'dev' into devVitaly Lavrov2017-11-02
| |\ \
| * | | Refactoring the debugging output.Vitaly Lavrov2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO()
* | | | Merge remote-tracking branch 'upstream/dev' into devHidde van der Heide2017-11-09
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed begin/end type when capturing live trafficLuca2017-11-03
| | |/ | |/|
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into devAlfredo Cardigliano2017-10-30
| |\ \
| | * | Dropbox and apple improvementsLuca Deri2017-10-29
| | |/ | | | | | | | | | Fixed warning
| * / --ndpi-proto-filter now accepts also protocol nameAlfredo Cardigliano2017-10-30
| |/
* / Revert the revert of 2155dd9 after fixing ntopng TravisHidde van der Heide2017-10-24
|/ | | | This reverts commit 4f72b954da705f8d54a9dd61eae46b2b36b24dc0.
* Undoes 2155dd9 that breaks ntopng TravisSimone Mainardi2017-10-23
|
* Add libcache to installed headers and removed relative importHidde van der Heide2017-10-19
|
* fixed bugberat2017-10-12
|
* extended (-b flag) statistics with top receiver statsberat2017-10-09
|
* Fixed bug in someip dissector (access out of boundary)Luca Deri2017-10-08
| | | | Fixed memory leak in ndpiReader
* TypoLuca Deri2017-10-06
|
* Leak fixLuca Deri2017-10-05
|
* A more predictable sorting of the flows list.Vitaly Lavrov2017-09-29
| | | | It is necessary for correct testing.
* memory improvement again for (-b flag) statisticsberat2017-09-26
|
* memory usage is improved (-b flag)berat2017-09-26
|
* Merge pull request #457 from la10736/fix_ndpiReader_dependenciesMichele Campus2017-09-25
|\ | | | | Fix #456: ndpiReader depend from uthash.h heder
| * Fix #456: ndpiReader depend from uthash.h hederMichele d'Amico2017-09-25
| |
* | improved memory usage by (-b flag) statisticsberat2017-09-25
|/
* improved (-x flag) bpf filter conditionberat2017-09-25
|
* improved (-x flag) bpf filter conditionberat2017-09-25
|
* fixed another memory leakberat2017-09-24
|
* memory leak fixedberat2017-09-23
|
* memory leak fixedberat2017-09-23
|
* typos and renamesberat2017-09-22
|
* Added ndpi_category_set_name() API callLuca Deri2017-09-19
|
* Code reworkLuca Deri2017-09-17
|
* Extended filter produced by -b flagberat2017-09-08
|
* Implemented flow sort based on total bytes so that we can (with -v X) ↵Luca2017-08-02
| | | | immediately spot elephants and mice
* fix wrong datalink type for Cisco PPPCampus2017-07-29
|
* ndpiReader.c: fix variable ‘fileName’ set but not used ↵Alexis La Goutte2017-07-28
| | | | [-Werror=unused-but-set-variable]
* ndpiReader.c fix ↵Alexis La Goutte2017-07-28
| | | | ‘getTopStats/deleteTopStats/top_stats_sort/scanners_port_sort/scanners_sort/deleteScanners’ defined but not used [-Werror=unused-function]
* ndpiReader: fix file_first_time/_statsFilePath defined but not used ↵Alexis La Goutte2017-07-28
| | | | [-Werror=unused-variable]
* Merge branch 'dev' into ssl-certificate-fixMichele Campus2017-07-27
|\
| * Removed unused variableLuca Deri2017-07-25
| |
* | Updated tests to match new SSL server certificate fix/additionMicah Lyle2017-07-18
| |
* | Implementation for extra packet processing if desiredMicah Lyle2017-07-17
|/
* changed name from _bpf_filter to bpfFilter to avoid compilation error in ↵Campus2017-07-13
| | | | OpenBSD caused by redefinition by https://github.com/openbsd/src/blob/master/sys/net/bpf.h#L296
* removed warning compilation for - warning: passing argument 3 of ↵Campus2017-07-09
| | | | 'pcap_compile' from incompatible pointer type
* fix for OpenBSD compile error https://github.com/ntop/nDPI/issues/417Campus2017-07-07
|
* Code cleanupLuca Deri2017-07-06
| | | | | Updated test results Renamed SOMEIP -> someip
* extended bpf filter produced by -x flag to include hostsberat2017-06-30
|