aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
Commit message (Collapse)AuthorAge
* Renamed ndpi_util.c -> reader_util.cLuca Deri2019-07-18
| | | | Added crash fix with IPv6
* Improvements for dta dissectionLuca Deri2019-07-18
|
* Add files via uploadmarcopiangatello2019-07-17
|
* Delete ndpi_util.hmarcopiangatello2019-07-17
|
* all fixedGiulio Paparelli2019-07-12
|
* Added DHCP fingerpring handlingLuca2019-06-18
|
* Added SSL cipher printLuca Deri2019-06-16
|
* Fixed MySQL dissectorLuca Deri2019-05-28
| | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection
* SSL certificate analysis improvementLuca Deri2019-05-20
|
* Implements #705Luca Deri2019-05-20
|
* Initial JA3 support (https://github.com/salesforce/ja3) for SSLLuca Deri2019-05-11
|
* Added SSL organization supportLuca Deri2019-03-23
|
* Added DPDK support to ndpiReaderLuca Deri2018-11-10
|
* Improved SSL decodingLuca Deri2018-11-03
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Improved hyperscan support and category definitionLuca Deri2018-05-10
|
* host_server_name size fixAlfredo Cardigliano2018-05-05
|
* 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()
* extended (-b flag) statistics with top receiver statsberat2017-10-09
|
* improved (-x flag) bpf filter conditionberat2017-09-25
|
* typos and renamesberat2017-09-22
|
* Implemented flow sort based on total bytes so that we can (with -v X) ↵Luca2017-08-02
| | | | immediately spot elephants and mice
* Implementation for extra packet processing if desiredMicah Lyle2017-07-17
|
* extended bpf filter produced by -x flag to include hostsberat2017-06-30
|
* Added -x flag. Produces a bpf filter based on diagnose information generated ↵berat2017-06-23
| | | | by -b flag
* 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
|
* Added -b for saving port based diagnose statistics in jsonberat2017-05-19
|
* Reworked flow structure handlerLuca Deri2017-05-17
|
* Added IP Statistics to Port Statsberat2017-05-01
|
* Added -m for splitting analysis in sub-analysis stepsLuca Deri2017-04-30
|
* ndpiReader now prints (-v) the flows with the correct directionLuca Deri2017-04-19
|
* Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap readerLuca2017-04-17
|
* Initial wireshark integration via extcap interfaceLuca Deri2017-04-14
|
* SSL server certificate is now detectedLuca Deri2017-03-21
|
* Improvements for exporting info in MDNS and UBNTAC2 protocolsLuca Deri2017-02-13
| | | | Added test pcap file for UBNTAC2
* Dissected SSH client/server versions and reported in data structuresLuca Deri2017-02-11
|
* added comment to function process_packetCampus2016-12-02
|
* added prototype of function packet_processingCampus2016-12-02
|
* fixed some dissector for logic or syntaxCampus2016-10-07
|
* Simplified nDPI initialization functionLuca Deri2016-05-08
|
* Reworked ↵Luca Deri2016-04-24
https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core