aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fixes for packing datastructuresLuca Deri2015-11-26
* fixed missed library netinet/in.h under FreeBSDCampus2015-11-26
* Fix for #119Luca Deri2015-11-23
* Fixed string offsetLuca Deri2015-11-22
* Improvements on netbios name detectionLuca Deri2015-11-22
* fixed potential buff overflow with sizeof controlCampus2015-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
* Fix for CentOS6lucaderi2015-11-12
* Update ndpi_ethernet definitionLuca2015-11-12
* Removed legacy linux_compat.h fileLuca2015-11-12
* Added missing prototypeLuca2015-11-12
* Added missing ndpi_detection_get_sizeof_ndpi_flow_struct(), ndpi_detection_ge...Luca2015-11-12
* 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
* initial refactoring nDPI - typedef defined only in ndpi_typedef.hCampus2015-11-09
* fix dissector QQ unkown bugxumjbn2015-10-28
* Fix for #86Luca Deri2015-10-26
* Minor core reorganizationLuca Deri2015-10-26
* Removed linux kernel supportLuca Deri2015-10-24
* Implemented MS Lync supportLuca Deri2015-10-22
* fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARPCampus2015-10-19
* added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ...Campus2015-10-16
* 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 fix for Webex protol detectionLuca Deri2015-10-11
| * Fixed invalid indexes used in SMTP dissector.Luca2015-10-09
| * Merge pull request #101 from Tomasu/devMichele Campus2015-10-08
| |\
| | * 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
| |\|
| | * remove traces of DHCP detector from ubntac2.cThomas Fjellstrom2015-10-04
| | * Add Ubiquity AirControl 2 protocol detectionThomas Fjellstrom2015-10-04
| | * add Ubiquity AirControl 2 protocol detectionThomas Fjellstrom2015-10-04
| * | added radio tap header identification for ieee802.11 packetsCampus2015-10-04
| |/
| * Added some tags in order to recognize ebayvalentina2015-09-23
| * Remove duplicated function declarationsMarco Gigante2015-09-22
| * Fixed DCE_RPC protocol when the port is different to default port (135)valentina2015-09-20
| * Remove HEP2 matchLorenzo Mangani2015-09-01
| * Added HEP protocol detection support (sipcapture)Lorenzo Mangani2015-08-30
| * Make sure packet->user_agent_line.ptr is up to date before using it.Martin Natano2015-08-28
| * Ensure usage of struct in_addr is in network byte order.Beyers Cronje2015-08-27
| * Fixes #83. Critical fix: due to an invalid endianess conversion some protocol...Luca Deri2015-08-26
* | Changed to make sure IPv6 defines are properly definedLuca Deri2015-10-12
|/
* Do not write to packet.iph, which should be readonly.Beyers Cronje2015-08-26