aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Collapse)AuthorAge
...
* Implemented MS Lync supportLuca Deri2015-10-22
|
* 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
|/
* remove traces of DHCP detector from ubntac2.cThomas Fjellstrom2015-10-04
|
* Add Ubiquity AirControl 2 protocol detectionThomas Fjellstrom2015-10-04
|
* 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
| | | | Otherwise we might dereference a stale pointer.
* Fixes #83. Critical fix: due to an invalid endianess conversion some ↵Luca Deri2015-08-26
| | | | protocol were not properly indetified
* Warning fixLuca Deri2015-08-18
|
* Added teredo protocol support. Fixed #74Luca Deri2015-08-07
|
* Fixed a bug in the STUN dissector courtesy of Asher YermiyahuLuca Deri2015-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/devLuca Deri2015-07-29
|\ | | | | Enhance NTP support, add protocol version identification; Add pcap ex…
| * Enhance NTP support, add protocol version identification; Add pcap examples ↵Pavel Odintsov2015-07-29
| | | | | | | | for NTPv2, NTPv3, NTPv4; Fix bug with identification of NTP monlist packets as QUIC
* | Improvements to WhatsApp voiceLuca Deri2015-07-25
| |
* | Fix to limit STUN to UDP onlyLuca2015-07-22
| |
* | Minor starcraft/WoW code cleanupLuca2015-07-21
| |
* | Cleaned up starcraft protocol codeLuca Deri2015-07-21
| | | | | | | | Fixed false-positive in Skype dissector
* | Update starcraft2.cMatteo Bracci2015-07-20
| | | | | | Removed debug leftovers
* | Update world_of_warcraft.cMatteo Bracci2015-07-17
| | | | | | Commented the first part of the dissector, as it steals traffic from other Battle.net based protocols.
* | Update starcraft2.cMatteo Bracci2015-07-17
| | | | | | starcraft2
* | Update starcraft2.cMatteo Bracci2015-07-17
| |
* | Create starcraft2.cMatteo Bracci2015-07-17
| |
* | Enhanced FTP_DATA recognition (issue #28)Luca2015-07-13
| |
* | Fixes for #27Luca2015-07-13
| |
* | fixed Oscar protocol dissector (4)Michele Campus2015-07-13
| |
* | fixed Oscar protocol dissector (4)Michele Campus2015-07-13
| |
* | Removed warningsLuca Deri2015-07-13
| | | | | | | | Added instagram to the list of tests
* | fixed Oscar protocol dissector (3)Michele Campus2015-07-12
| |
* | fixed Oscar protocol dissector (2)Michele Campus2015-07-12
| |
* | fixed Oscar protocol dissectorMichele Campus2015-07-12
| |
* | Fixes for issues #40 -> #52Luca2015-07-11
| | | | | | | | Implemented sub-protocol detection for SSL/HTTP/HTTPS
* | fixed upper/lower name and init_non_tcp_udp_dissectorMichele Campus2015-07-09
| |
* | Reworked protocol initialization. Work in progress (more cleanup is needed)Luca2015-07-08
|/
* Added support for SnapchatLuca2015-07-05
| | | | Reworked code to better handle host-based protocols
* Reworked skype codeLuca2015-07-01
|
* Split former protocol into upper and lower protocolLuca2015-07-01
|
* Removed commented codeLuca2015-07-01
| | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
* no_real for mpegts.cMichele Campus2015-06-29
|
* no_real for mpegts.cMichele Campus2015-06-29
|
* Merge pull request #1 from kYroL01/no_realMichele Campus2015-06-29
|\ | | | | No real
| * deleted protocol type (real-correlated)_1Michele Campus2015-06-29
| |
| * deleted protocol type (real-correlated)Michele Campus2015-06-29
| |
* | Added MPEG TS protocolLuca2015-06-25
|/ | | | | Fixed possible decoding loop in RTCP dissector Added test pcap for mpegts
* Merge pull request #38 from jnicholls/dns-fixLuca Deri2015-06-24
|\ | | | | Account for the skipping of the DNS RR CLASS field by progressing the…
| * Account for the skipping of the DNS RR CLASS field by progressing the ↵Jarred Nicholls2015-06-24
| | | | | | | | payload index forward by an extra 2 octets. Remove commented code.
* | fix quic.cMichele Campus2015-06-24
| |