aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAge
* compilation fixesAlfredo Cardigliano2017-05-23
|
* crc32 fixAlfredo Cardigliano2017-05-23
|
* forcing quiet mode in extcap modecardigliano2017-05-22
|
* Fixed JSON format when -v 3 and -b is usedLuca Deri2017-05-22
|
* Removed warningLuca Deri2017-05-22
|
* Added -b for saving port based diagnose statistics in jsonberat2017-05-19
|
* Remove unused variable and clarify operator precedence in ndpi_util.cPavlos Antoniou2017-05-18
|
* Restored file selection as the wireshark bug seems to be fixed in 2.3.x ↵Luca Deri2017-05-17
| | | | wireshark series
* Reworked flow structure handlerLuca Deri2017-05-17
|
* Fix out-of-bounds heap read caused by using header->len instead of ↵alexei-argus2017-05-10
| | | | header->caplen (as provided in pcap_loop)
* Added IPv6 support to Port Statsberat2017-05-09
|
* Added missing direction update with non TCP-UDP protocolsLuca2017-05-08
|
* Minor code cleanupLuca Deri2017-05-01
|
* fixed syntax for gcc compilerberat2017-05-01
|
* Added IP Statistics to Port Statsberat2017-05-01
|
* Added -m for splitting analysis in sub-analysis stepsLuca Deri2017-04-30
|
* Improved SSL dissectionLuca2017-04-27
|
* Improced extcap configuration window with sorted protocol listLuca Deri2017-04-25
| | | | Reported flow stats in Statistics -> nDPI menu
* Extcap crash fixLuca Deri2017-04-25
|
* Updated Wireshark lua dissectorLuca Deri2017-04-24
| | | | | Added -v to ndpiReader to print port stats Recomputed protocol test results
* Initial Wireshark nDPI integrationLuca Deri2017-04-23
|
* fix for https://github.com/ntop/nDPI/issues/364Campus2017-04-20
|
* Added port stats when verbose mode (-v) is usedLuca Deri2017-04-19
|
* ndpiReader now prints (-v) the flows with the correct directionLuca Deri2017-04-19
|
* Fixed thread crash caused by commit 29cd6ef9942188633b79b5c1fe62360f048a6450Luca2017-04-19
|
* Compilation fix for old compilersLuca2017-04-18
|
* Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap readerLuca2017-04-17
|
* name correction for llc_snap header and minor fixCampus2017-04-15
|
* fix segmentation fault caused by missing spanning tree check - add control ↵Campus2017-04-15
| | | | for threads return values
* Initial wireshark integration via extcap interfaceLuca Deri2017-04-14
|
* Added Ookla (SpeedTest) protocol detectionLuca Deri2017-04-01
|
* Merge branch 'set_memory_functions' of https://github.com/vpiserchia/nDPI ↵Campus2017-03-29
|\ | | | | | | into vpiserchia-set_memory_functions
| * Added ndpi_flow_ free/malloc and set_ functions:Vito Piserchia2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ideally these two new functions will provide more flexibility in regards of application that want to use specific allocation approaches, for example storage queues for this structures from where the application can pop and release the data it needs. Semantically they can be set up as the other ndpi_malloc and ndpi_free functions, that is via the set_ndpi_flow_malloc and set_ndpi_flow_free. In case a NULL parameter is passed to the above functions the old approach will be used, that means that the ndpi_malloc will be used as the ndpi_flow_malloc function and ndpi_free_flow as the ndpi_flow_free one. Application that use the old functions will be not affected by this change, and the ndpi_free_flow can be deprecated in the future and made private.
* | SSL server certificate is now detectedLuca Deri2017-03-21
|/
* change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵Campus2017-03-15
| | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name
* spelling: platformJosh Soref2017-03-12
|
* spelling: modifiedJosh Soref2017-03-12
|
* spelling: interfaceJosh Soref2017-03-12
|
* spelling: googlesyndicationJosh Soref2017-03-12
|
* spelling: creatingJosh Soref2017-03-12
|
* fix and improved netflix detection by user-agentCampus2017-02-22
|
* added double tagging 802.1Q in dissection of vlan pktCampus2017-02-21
|
* Merge branch 'dev-numeronove-openbsd' of https://github.com/numeronove/nDPI ↵Campus2017-02-13
|\ | | | | | | into numeronove-dev-numeronove-openbsd
| * Easing OpenBSD buildNumeronove2017-02-11
| | | | | | | | | | | | | | | | | | | | Addedd macro AM_PROG_CC_C_O in configure.ac, needed to have autogen.sh manage the error: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' Modified case instance in example/ndpi_util.c, since DLT_LINUX_SLL isn't defined in OpenBSD pcap.h.
* | 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
|/
* Fix for FreeBSD buildSimone Mainardi2017-02-04
|
* Removed some magic numbersDenis Volpato Martins2016-12-06
|
* Added missing -ldl libraryLuca Deri2016-12-05
|
* added comment to function process_packetCampus2016-12-02
|