aboutsummaryrefslogtreecommitdiff
path: root/tests/result/skype.pcap.out
Commit message (Collapse)AuthorAge
* Added the concept of protocols that can have subprotocols. Example Spotify ↵Luca2018-11-30
| | | | | | cannot have subprotocols, DNS can (DNS.Spotify) Merged Skype call in/out in Skype Call
* Improved heuristicsLuca2018-11-29
| | | | Used the host guessed protocol if upper protocol has not been detected
* Improved skype, teredo, netbios heuristicsLuca Deri2018-11-21
| | | | Changed ndpi_detection_giveup() API: guess is now part of the call
* Improved Skype detectionLuca Deri2018-11-19
| | | | | Update test results Added initialization for some free protocols
* Added missing categorization when giveup/guess is calledLuca2018-08-30
| | | | | Added optimization for TCP flows that do not start with a SYN packet: early giveup is performed Code cleanup
* Updated results based on the new output formatLuca2018-07-21
|
* Updated test resulsLuca Deri2018-05-18
|
* Updated test resultsLuca Deri2018-05-14
|
* update results for test pcapCampus2018-02-03
|
* Improved ndpiReader outputLuca Deri2017-11-19
| | | | Updated tests
* A more predictable sorting of the flows list.Vitaly Lavrov2017-09-29
| | | | It is necessary for correct testing.
* update resultsCampus2017-08-09
|
* Implemented flow sort based on total bytes so that we can (with -v X) ↵Luca2017-08-02
| | | | immediately spot elephants and mice
* results updatedCampus2017-07-27
|
* Fixed TINC bug (cache usage)Luca Deri2017-07-27
| | | | | | Merged MS Lync with Skype (Microsoft renamed MS Lync in Skype for Business) Renumbered Nintendo protocols in former MS Lync that was no longer used Fix for #425
* Code cleanupLuca Deri2017-07-06
| | | | | Updated test results Renamed SOMEIP -> someip
* update results after modificationsCampus2017-05-26
|
* Moved to 2.1.0Luca Deri2017-05-22
| | | | Updated test results
* Updated results are ndpiReader output has been modifiedLuca Deri2017-05-17
|
* Results updateCampus2017-05-09
|
* Result updateLuca Deri2017-05-01
|
* Updated resultsLuca Deri2017-05-01
|
* Improved SSL dissectionLuca2017-04-27
|
* Updated Wireshark lua dissectorLuca Deri2017-04-24
| | | | | Added -v to ndpiReader to print port stats Recomputed protocol test results
* update flow thanks to commit a9c01ded174ed380a2d135cfb9b903f616b0e175Campus2017-04-20
|
* SSL server certificate is now detectedLuca Deri2017-03-21
|
* Tests updateLuca Deri2017-03-15
|
* change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵Campus2017-03-15
| | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name
* Dissected SSH client/server versions and reported in data structuresLuca Deri2017-02-11
|
* Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵Luca Deri2017-01-31
| | | | solved and now protocols are in sync with its previous values in the stable version
* Added fixes to properly honour subprotocolsLuca2016-11-26
|
* update Skype and MS_OneDrive range IP addressCampus2016-08-27
|
* Recomputed results due to the previous commitLuca Deri2016-06-19
|
* Improved WhatsAppVoice detectionLuca Deri2016-02-15
|
* Removed legacy linux_compat.h fileLuca2015-11-12
| | | | Updated IPv6 address dump format
* Fixes for issues #40 -> #52Luca2015-07-11
| | | | Implemented sub-protocol detection for SSL/HTTP/HTTPS
* Fixed bug that caused configure to generate GIT version information ↵Luca2015-06-04
| | | | | | | containing spaces Modified ndpiReader to include flow details in dumps (used for testing) Rebuilt all test results to include flow details
* Fixed bug that prevented (due to endianess) to properly match hostsLuca Deri2015-05-19
Added tests for skype detection