aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fixed string offsetLuca Deri2015-11-22
|
* Improvements on netbios name detectionLuca Deri2015-11-22
|
* fixed potential buff overflow with sizeof controlCampus2015-11-19
|
* fixed wrong output 6in4tunnel after updates in nDPICampus2015-11-19
|
* Fix for https://github.com/ntop/nProbe/issues/7 for wrong RTP identificationLuca Deri2015-11-18
|
* Added ndpi_l4_detection_process_packet functionLuca2015-11-17
|
* Fixes #116, adds extra #ifndef to prevent redefinitionsSimone Mainardi2015-11-15
| | | | | Extra #ifndef directives are added to prevent possible redefinitions of __LITTLE_ENDIAN__ and __BIG_ENDIAN__
* Fix for CentOS6lucaderi2015-11-12
|
* Update ndpi_ethernet definitionLuca2015-11-12
|
* Removed legacy linux_compat.h fileLuca2015-11-12
| | | | Updated IPv6 address dump format
* Added missing prototypeLuca2015-11-12
|
* Added missing ndpi_detection_get_sizeof_ndpi_flow_struct(), ↵Luca2015-11-12
| | | | ndpi_detection_get_sizeof_ndpi_id_struct() functions
* Merge pull request #114 from kYroL01/devMichele Campus2015-11-12
|\ | | | | Refactoring nDPI
| * removed kernel support and #if 0sCampus2015-11-12
| |
| * other changes related to refactoring, including Makefile.am modificationsCampus2015-11-12
| |
| * deleted useless or not used functions and #ifdefCampus2015-11-10
| |
| * deleted useless headerCampus2015-11-09
| |
| * fixed mdns and tcp/udp protocols after changesCampus2015-11-09
| |
| * fixing ndpiReader.c after previous changesCampus2015-11-09
| |
| * initial refactoring nDPI - typedef defined only in ndpi_typedef.hCampus2015-11-09
|/
* Merge pull request #111 from xumjbn/devMichele Campus2015-10-27
|\ | | | | fix dissector QQ unkown bug
| * fix dissector QQ unkown bugxumjbn2015-10-28
|/
* Fix for #86Luca Deri2015-10-26
|
* Fix for #110Luca Deri2015-10-26
|
* Minor core reorganizationLuca Deri2015-10-26
|
* Updated test resultLuca Deri2015-10-25
|
* Fixed IPv6-in-IPv4 implementationLuca Deri2015-10-25
|
* Removed linux kernel supportLuca Deri2015-10-24
|
* added 6in4 tunneling pcap for testCampus2015-10-23
|
* added support for 6in4 tunneling in ndpiReader.cCampus2015-10-23
|
* Implemented MS Lync supportLuca Deri2015-10-22
|
* Removed non IP traffic to shrink pcapsLuca2015-10-20
|
* added new BGP pcap for detection of Cisco datalink layerCampus2015-10-19
|
* fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARPCampus2015-10-19
|
* deleted useless headerCampus2015-10-16
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devCampus2015-10-16
|\
| * Windows changesLuca Deri2015-10-15
| |
* | added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ↵Campus2015-10-16
|/ | | | hdlc & MPLS header
* Simplified IPv6 typedefsLuca Deri2015-10-12
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2015-10-12
|\
| * Improvements for NetFlix detectionLuca Deri2015-10-11
| |
| * Added TZSP encapsulation supportLuca Deri2015-10-11
| |
| * Added fix for Webex protol detectionLuca Deri2015-10-11
| |
| * Fixed travis linkLuca Deri2015-10-11
| |
| * Fixed invalid indexes used in SMTP dissector.Luca2015-10-09
| | | | | | | | See https://github.com/ntop/nDPI/commit/8c4fada42f8e6dcba42281fdc129e0a32b6050dc#commitcomment-13685139
| * Merge pull request #101 from Tomasu/devMichele Campus2015-10-08
| |\ | | | | | | NDPI_PROTOCOL_KAKAOTALK_VOICE was used instead of NDPI_SERVICE_KAKAOT…
| | * NDPI_PROTOCOL_KAKAOTALK_VOICE was used instead of NDPI_SERVICE_KAKAOTALK_VOICEThomas Fjellstrom2015-10-08
| | |
| * | Reworked copyright to give credit to the developerLuca2015-10-06
| | |
| * | Merge pull request #98 from Tomasu/devLuca Deri2015-10-06
| |\| | | | | | | Add Ubiquity AirControl 2 protocol detector
| | * add ndpi_malloc, ndpi_calloc and ndpi_set_detected_protocol to list of ↵Thomas Fjellstrom2015-10-04
| | | | | | | | | | | | exported symbols