aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | * 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
| |/
| * Travis logo changesLuca Deri2015-10-03
| |
| * Update README.mdLorenzo Mangani2015-09-29
| |
| * Added support for pfring_configLuca Deri2015-09-23
| |
| * Added some tags in order to recognize ebayvalentina2015-09-23
| |
| * Merge pull request #96 from mgigante/dbg_mgigante_freebsd81Luca Deri2015-09-22
| |\ | | | | | | Remove duplicated function declarations
| | * Remove duplicated function declarationsMarco Gigante2015-09-22
| |/
| * Fixed DCE_RPC protocol when the port is different to default port (135)valentina2015-09-20
| |
| * Added missing symbolsLuca Deri2015-09-04
| | | | | | | | | | ndpi_get_lower_proto ndpi_is_proto
| * Merge pull request #92 from lmangani/devLorenzo Mangani2015-09-01
| |\ | | | | | | Added HEP protocol detection support (sipcapture)
| | * Remove HEP2 matchLorenzo Mangani2015-09-01
| | |
| | * Added HEP protocol detection support (sipcapture)Lorenzo Mangani2015-08-30
| |/
| * Merge pull request #91 from rs-dev/steam_NDPI_PARSE_PACKET_LINE_INFOLuca Deri2015-08-30
| |\ | | | | | | Make sure packet->user_agent_line.ptr is up to date before using it.
| | * Make sure packet->user_agent_line.ptr is up to date before using it.Martin Natano2015-08-28
| |/ | | | | | | Otherwise we might dereference a stale pointer.