Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved WhatsAppVoice detection | Luca Deri | 2016-02-15 |
| | |||
* | fixed ssl/tor bug for https://github.com/ntop/nDPI/issues/147 | Campus | 2016-02-15 |
| | |||
* | Added ability to extract BitTorrent hash (and eventually peerId) | Luca Deri | 2016-02-15 |
| | |||
* | Fix for #143 | Luca Deri | 2016-02-12 |
| | |||
* | Added ndpi_automa_match_string_subprotocol call | Luca | 2016-01-21 |
| | | | | Fixed DNS dissector decoding bug | ||
* | Fixed compilation errors due to previous commit | Luca Deri | 2016-01-06 |
| | |||
* | Hardened DNS dissector | Luca Deri | 2016-01-06 |
| | |||
* | wrote new dns dissector - deleted useless part of dns to slim data ↵ | Campus | 2015-12-29 |
| | | | | structures used in nDPI and ntopng | ||
* | Win fixes | Luca Deri | 2015-11-30 |
| | |||
* | reorganized header files - added ndpi_includes.h | Campus | 2015-11-30 |
| | |||
* | Minor fix | Luca Deri | 2015-11-27 |
| | |||
* | Win32 compilation fixes | Luca Deri | 2015-11-26 |
| | |||
* | Fix for #119 | Luca Deri | 2015-11-23 |
| | |||
* | Fixed string offset | Luca Deri | 2015-11-22 |
| | |||
* | Improvements on netbios name detection | Luca Deri | 2015-11-22 |
| | |||
* | fixed potential buff overflow with sizeof control | Campus | 2015-11-19 |
| | |||
* | Fix for https://github.com/ntop/nProbe/issues/7 for wrong RTP identification | Luca Deri | 2015-11-18 |
| | |||
* | removed kernel support and #if 0s | Campus | 2015-11-12 |
| | |||
* | fixed mdns and tcp/udp protocols after changes | Campus | 2015-11-09 |
| | |||
* | fix dissector QQ unkown bug | xumjbn | 2015-10-28 |
| | |||
* | Fix for #86 | Luca Deri | 2015-10-26 |
| | |||
* | Minor core reorganization | Luca Deri | 2015-10-26 |
| | |||
* | Implemented MS Lync support | Luca Deri | 2015-10-22 |
| | |||
* | Fixed invalid indexes used in SMTP dissector. | Luca | 2015-10-09 |
| | | | | See https://github.com/ntop/nDPI/commit/8c4fada42f8e6dcba42281fdc129e0a32b6050dc#commitcomment-13685139 | ||
* | Merge pull request #101 from Tomasu/dev | Michele Campus | 2015-10-08 |
|\ | | | | | NDPI_PROTOCOL_KAKAOTALK_VOICE was used instead of NDPI_SERVICE_KAKAOT… | ||
| * | NDPI_PROTOCOL_KAKAOTALK_VOICE was used instead of NDPI_SERVICE_KAKAOTALK_VOICE | Thomas Fjellstrom | 2015-10-08 |
| | | |||
* | | Reworked copyright to give credit to the developer | Luca | 2015-10-06 |
|/ | |||
* | remove traces of DHCP detector from ubntac2.c | Thomas Fjellstrom | 2015-10-04 |
| | |||
* | Add Ubiquity AirControl 2 protocol detection | Thomas Fjellstrom | 2015-10-04 |
| | |||
* | Fixed DCE_RPC protocol when the port is different to default port (135) | valentina | 2015-09-20 |
| | |||
* | Remove HEP2 match | Lorenzo Mangani | 2015-09-01 |
| | |||
* | Added HEP protocol detection support (sipcapture) | Lorenzo Mangani | 2015-08-30 |
| | |||
* | Make sure packet->user_agent_line.ptr is up to date before using it. | Martin Natano | 2015-08-28 |
| | | | | Otherwise we might dereference a stale pointer. | ||
* | Fixes #83. Critical fix: due to an invalid endianess conversion some ↵ | Luca Deri | 2015-08-26 |
| | | | | protocol were not properly indetified | ||
* | Warning fix | Luca Deri | 2015-08-18 |
| | |||
* | Added teredo protocol support. Fixed #74 | Luca Deri | 2015-08-07 |
| | |||
* | Fixed a bug in the STUN dissector courtesy of Asher Yermiyahu | Luca Deri | 2015-08-03 |
| | | | | | Fixed a bug in the NetFlow dissector that caused flows to be wrongly decoded as Netflow Updated test results for starcraft and whatsapp | ||
* | Merge pull request #72 from pavel-odintsov/dev | Luca Deri | 2015-07-29 |
|\ | | | | | Enhance NTP support, add protocol version identification; Add pcap ex… | ||
| * | Enhance NTP support, add protocol version identification; Add pcap examples ↵ | Pavel Odintsov | 2015-07-29 |
| | | | | | | | | for NTPv2, NTPv3, NTPv4; Fix bug with identification of NTP monlist packets as QUIC | ||
* | | Improvements to WhatsApp voice | Luca Deri | 2015-07-25 |
| | | |||
* | | Fix to limit STUN to UDP only | Luca | 2015-07-22 |
| | | |||
* | | Minor starcraft/WoW code cleanup | Luca | 2015-07-21 |
| | | |||
* | | Cleaned up starcraft protocol code | Luca Deri | 2015-07-21 |
| | | | | | | | | Fixed false-positive in Skype dissector | ||
* | | Update starcraft2.c | Matteo Bracci | 2015-07-20 |
| | | | | | | Removed debug leftovers | ||
* | | Update world_of_warcraft.c | Matteo Bracci | 2015-07-17 |
| | | | | | | Commented the first part of the dissector, as it steals traffic from other Battle.net based protocols. | ||
* | | Update starcraft2.c | Matteo Bracci | 2015-07-17 |
| | | | | | | starcraft2 | ||
* | | Update starcraft2.c | Matteo Bracci | 2015-07-17 |
| | | |||
* | | Create starcraft2.c | Matteo Bracci | 2015-07-17 |
| | | |||
* | | Enhanced FTP_DATA recognition (issue #28) | Luca | 2015-07-13 |
| | | |||
* | | Fixes for #27 | Luca | 2015-07-13 |
| | |