Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Renamed ndpi_util.c -> reader_util.c | Luca Deri | 2019-07-18 |
| | | | | Added crash fix with IPv6 | ||
* | Improvements for dta dissection | Luca Deri | 2019-07-18 |
| | |||
* | Add files via upload | marcopiangatello | 2019-07-17 |
| | |||
* | Delete ndpi_util.h | marcopiangatello | 2019-07-17 |
| | |||
* | all fixed | Giulio Paparelli | 2019-07-12 |
| | |||
* | Added DHCP fingerpring handling | Luca | 2019-06-18 |
| | |||
* | Added SSL cipher print | Luca Deri | 2019-06-16 |
| | |||
* | Fixed MySQL dissector | Luca Deri | 2019-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 improvement | Luca Deri | 2019-05-20 |
| | |||
* | Implements #705 | Luca Deri | 2019-05-20 |
| | |||
* | Initial JA3 support (https://github.com/salesforce/ja3) for SSL | Luca Deri | 2019-05-11 |
| | |||
* | Added SSL organization support | Luca Deri | 2019-03-23 |
| | |||
* | Added DPDK support to ndpiReader | Luca Deri | 2018-11-10 |
| | |||
* | Improved SSL decoding | Luca Deri | 2018-11-03 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Improved hyperscan support and category definition | Luca Deri | 2018-05-10 |
| | |||
* | host_server_name size fix | Alfredo Cardigliano | 2018-05-05 |
| | |||
* | Refactoring the debugging output. | Vitaly Lavrov | 2017-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 stats | berat | 2017-10-09 |
| | |||
* | improved (-x flag) bpf filter condition | berat | 2017-09-25 |
| | |||
* | typos and renames | berat | 2017-09-22 |
| | |||
* | Implemented flow sort based on total bytes so that we can (with -v X) ↵ | Luca | 2017-08-02 |
| | | | | immediately spot elephants and mice | ||
* | Implementation for extra packet processing if desired | Micah Lyle | 2017-07-17 |
| | |||
* | extended bpf filter produced by -x flag to include hosts | berat | 2017-06-30 |
| | |||
* | Added -x flag. Produces a bpf filter based on diagnose information generated ↵ | berat | 2017-06-23 |
| | | | | by -b flag | ||
* | Fixed bug that was forcing the reader to pass several times the same flow | Luca | 2017-05-24 |
| | | | | renamed some variables | ||
* | Split src2dst / dst2src traffic | Luca Deri | 2017-05-24 |
| | |||
* | crc32 fix | Alfredo Cardigliano | 2017-05-23 |
| | |||
* | Added -b for saving port based diagnose statistics in json | berat | 2017-05-19 |
| | |||
* | Reworked flow structure handler | Luca Deri | 2017-05-17 |
| | |||
* | Added IP Statistics to Port Stats | berat | 2017-05-01 |
| | |||
* | Added -m for splitting analysis in sub-analysis steps | Luca Deri | 2017-04-30 |
| | |||
* | ndpiReader now prints (-v) the flows with the correct direction | Luca Deri | 2017-04-19 |
| | |||
* | Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap reader | Luca | 2017-04-17 |
| | |||
* | Initial wireshark integration via extcap interface | Luca Deri | 2017-04-14 |
| | |||
* | SSL server certificate is now detected | Luca Deri | 2017-03-21 |
| | |||
* | Improvements for exporting info in MDNS and UBNTAC2 protocols | Luca Deri | 2017-02-13 |
| | | | | Added test pcap file for UBNTAC2 | ||
* | Dissected SSH client/server versions and reported in data structures | Luca Deri | 2017-02-11 |
| | |||
* | added comment to function process_packet | Campus | 2016-12-02 |
| | |||
* | added prototype of function packet_processing | Campus | 2016-12-02 |
| | |||
* | fixed some dissector for logic or syntax | Campus | 2016-10-07 |
| | |||
* | Simplified nDPI initialization function | Luca Deri | 2016-05-08 |
| | |||
* | Reworked ↵ | Luca Deri | 2016-04-24 |
https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core |