aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fixed #46 (Deezer support)Luca2015-07-11
|
* 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
|
* Introduced ndpi_protocol datatype to handle master+subprotocolLuca2015-07-07
| | | | | | Reworked protocol/master_protocol Added new API call to print protocol/master_protocol - ndpi_protocol2name()
* Added support for SnapchatLuca2015-07-05
| | | | Reworked code to better handle host-based protocols
* Reworked skype codeLuca2015-07-01
|
* Added support for subprotocolsLuca2015-07-01
| | | | Modified ndpiReaded to print subprotocols
* Split former protocol into upper and lower protocolLuca2015-07-01
|
* Code cleanup for improving readabilityLuca2015-07-01
|
* Removed commented codeLuca2015-07-01
| | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
* Added missing type that defaulted to intLuca2015-07-01
|
* 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
| |
* | fix quic.cMichele Campus2015-06-24
|/
* Added support for TIM services generated by tim.com.br and tim.itLuca2015-06-24
|
* Reverted fix in quic.c as apparently it invalidates protocol detectionLuca2015-06-24
| | | | Added testing files for quickplay
* Added support for QuickPlay streaming service used by companies like hooq.tvLuca2015-06-24
|
* fix quic.c and add libtoolize option to autogen.shMichele Campus2015-06-20
|
* Added further checkLuca Deri2015-06-19
|
* Fixed crash caused by IPv6 traffic and KakaoTalkLuca Deri2015-06-19
|
* HTTP response is now dissected so we can match mime types on responsesLuca2015-06-18
|
* Merge pull request #29 from commsquare/devLuca Deri2015-06-18
|\ | | | | Allow Host IP based subprotocols to be added in protos.txt
| * Allow loading host IP based protocols from protos.txtgeorge.vakras@gmail.com2015-06-15
| |
* | Added Twitch ingestion servers and JustinTV CDN Edoardo Dominici2015-06-17
| | | | | | [ Fixed newline ]
* | Added Twitch ingestion servers and JustinTV CDNsparkon2015-06-17
| |
* | Added fix for detecting SSL certificate decoding. The old code did not ↵Luca Deri2015-06-16
| | | | | | | | discard non-SSL packets thus incrementing a counter when not necessary and thus terminating SSL decoding too early. This causes some SSL certificates not to be properly dissected and thus handled.
* | Added support for Twitch detectionLuca Deri2015-06-15
| | | | | | | | Minor cosmetic fix in test tool
* | Improved RTCP decoderLuca Deri2015-06-14
| | | | | | | | Added detection of KakaoTalk Voice and Chat
* | Added Meu service detectionLuca Deri2015-06-14
| |
* | Added EAQ protocol supportLuca Deri2015-06-14
|/
* Reworked the STUN pluginLuca2015-06-04
| | | | Added support for WhatsApp Voice vs WhatsApp (chat, no voice)
* Added AS198015 Skype Communications Sarl to the list of skype networks1.6Luca Deri2015-05-31
|
* Improved testing applicationLuca Deri2015-05-22
| | | | | Removed warning from the quic dissector Travis now runs regression tests
* Update quic.cAndrea Buscarinu2015-05-21
| | | Fix warnings and 0xC2 mask
* Fixed warningLuca2015-05-20
|
* Added fix to harden quic detection and limit it to port 80/443 UDPLuca Deri2015-05-20
|
* Merge pull request #6 from backer-and/devLuca Deri2015-05-20
|\ | | | | Added QUIC protocol
| * Update quic.cAndrea Buscarinu2015-05-20
| | | | | | Fix version mask and syntax errors
| * Update quic.cAndrea Buscarinu2015-05-19
| | | | | | Removed ports
| * Update quic.cAndrea Buscarinu2015-05-19
| | | | | | Added more SEQ and CID controls.
| * Update ndpi_protocol_ids.hAndrea Buscarinu2015-05-18
| |
| * Update ndpi_main.cAndrea Buscarinu2015-05-18
| |