aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.c
Commit message (Collapse)AuthorAge
* fix initialization of struct ndpi_flow_info *flowCampus2016-11-22
|
* ndpi_util: fix ‘type/ip_offset’ may be used uninitialized in this ↵Alexis La Goutte2016-11-13
| | | | function [-Werror=maybe-uninitialized]
* 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]
* Prevent Segfault when building with -DNDPI_ENABLE_DEBUG_MESSAGESVito Piserchia2016-11-03
|
* minor fix to keep same coherence of type usedCampus2016-10-30
|
* fixed invalid termination with ipv6 addressCampus2016-08-09
|
* Added fix to avoid IPv6 formatting differences across platformsLuca2016-07-12
|
* Enhanced fragments support in ndpiReaderLuca Deri2016-05-31
| | | | Improved RX protocol dissection and removed port guess as it caused false positives.
* ndpi_util.c: fix The right operand of '+' is a garbage valueAlexis La Goutte2016-05-24
|
* ndpi_util: Value stored to 'fcs' is never readAlexis La Goutte2016-05-23
|
* ndpi_util: replace if / else by switch/caseAlexis La Goutte2016-05-23
| | | | | | | Fix also The left operand of '==' is a garbage value Value stored to 'slarp' is never read Value stored to 'cdp' is never read
* Fix missing breakAlexis La Goutte2016-05-23
|
* Simplified ndpi_exit_detection_module()Luca Deri2016-05-08
|
* Simplified nDPI initialization functionLuca Deri2016-05-08
|
* Added wrappers for substring-searchLuca Deri2016-05-07
| | | | | | | | | | ndpi_init_automa() ndpi_free_automa() ndpi_add_string_to_automa() ndpi_finalize_automa() ndpi_match_string() set_ndpi_malloc() set_ndpi_free()
* rework some stuffs - added missing comments on functionsCampus2016-04-24
|
* Reworked ↵Luca Deri2016-04-24
https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core