aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Collapse)AuthorAge
...
| * Improved ndpiReader outputLuca Deri2017-11-19
| | | | | | | | Updated tests
| * Fixed begin/end type when capturing live trafficLuca2017-11-03
| |
* | Merge branch 'dev' into devVitaly Lavrov2017-11-02
|\|
| * 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
| |/
* / 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()
* 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
|
* 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
|
* 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
* 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]
* Removed unused variableLuca Deri2017-07-25
|
* 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
|
* fix compiler error about jsonMaYuming2017-06-25
|
* Added -x flag. Produces a bpf filter based on diagnose information generated ↵berat2017-06-23
| | | | by -b flag
* Label fixLuca2017-06-17
|
* Added scanner host stats to (-b) diagnose statisticsberat2017-06-16
|
* Fixed bug causing wrong results in (-b) diagnose statisticsberat2017-06-16
|
* Use flag %d to print signed integers in ndpiReader.Pavlos Antoniou2017-06-07
|
* Remove unused variables for ndpiReader.c and tinc.cPavlos Antoniou2017-06-07
|
* CleanupLuca Deri2017-06-03
|
* TYpoLuca2017-05-29
|
* Compilation fix for systems that do not have JSON-C installedLuca Deri2017-05-26
|
* Added timestamp, flow count and app. level protocol to (-b) diagnose statisticsberat2017-05-26
|
* Added check for searching JSON-C in home directory if not installedLuca Deri2017-05-24
| | | | Fixed type
* Fixed bug that was forcing the reader to pass several times the same flowLuca2017-05-24
| | | | renamed some variables
* Split src2dst / dst2src trafficLuca Deri2017-05-24
|
* crc32 fixAlfredo Cardigliano2017-05-23
|
* forcing quiet mode in extcap modecardigliano2017-05-22
|