Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Added Twitch ingestion servers and JustinTV CDN | Edoardo Dominici | 2015-06-17 | |
| | | | | | | | | | [ Fixed newline ] | |||
| * | | Added Twitch ingestion servers and JustinTV CDN | sparkon | 2015-06-17 | |
|/ / | ||||
* | | Added pcap for SSL regression | Luca Deri | 2015-06-16 | |
| | | ||||
* | | Added fix for detecting SSL certificate decoding. The old code did not ↵ | Luca Deri | 2015-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. | |||
* | | Test file for mpeg detection | Luca | 2015-06-15 | |
| | | ||||
* | | Added support for Twitch detection | Luca Deri | 2015-06-15 | |
| | | | | | | | | Minor cosmetic fix in test tool | |||
* | | Added testing files for EAQ, KakaoTalk, Torcedor, Meu | Luca Deri | 2015-06-14 | |
| | | ||||
* | | Improved RTCP decoder | Luca Deri | 2015-06-14 | |
| | | | | | | | | Added detection of KakaoTalk Voice and Chat | |||
* | | Added Meu service detection | Luca Deri | 2015-06-14 | |
| | | ||||
* | | Added EAQ protocol support | Luca Deri | 2015-06-14 | |
| | | ||||
* | | Added missing L in license | Luca Deri | 2015-06-12 | |
|/ | ||||
* | Typo fix in README | Lorenzo Mangani | 2015-06-07 | |
| | ||||
* | Added misisng symbols | Luca Deri | 2015-06-07 | |
| | | | | | | ndpi_get_proto_by_id ndpi_get_protocol_id_master_proto ndpi_guess_protocol_id | |||
* | Fixed bug that caused configure to generate GIT version information ↵ | Luca | 2015-06-04 | |
| | | | | | | | containing spaces Modified ndpiReader to include flow details in dumps (used for testing) Rebuilt all test results to include flow details | |||
* | Reworked the STUN plugin | Luca | 2015-06-04 | |
| | | | | Added support for WhatsApp Voice vs WhatsApp (chat, no voice) | |||
* | Added AS198015 Skype Communications Sarl to the list of skype networks1.6 | Luca Deri | 2015-05-31 | |
| | ||||
* | Updated readme | Luca Deri | 2015-05-31 | |
| | | | | Moved to version 1.6.0 | |||
* | GIT commit count fix that should work on all platforms (RedHat/CentOS included) | Luca Deri | 2015-05-27 | |
| | ||||
* | Merge pull request #14 from ntop/master | Luca Deri | 2015-05-26 | |
|\ | | | | | Added readme containing package prerequisites | |||
| * | Added readme containing package prerequisites | Luca Deri | 2015-05-05 | |
| | | ||||
* | | Merge pull request #11 from pr0gg3d/dev | Luca Deri | 2015-05-25 | |
|\ \ | | | | | | | Add check for pthread_setaffinity_np | |||
| * | | Add check for pthread_setaffinity_np | Francesco Del Degan | 2015-05-25 | |
|/ / | ||||
* | | Added autoreconf check | Luca Deri | 2015-05-23 | |
| | | ||||
* | | Fixes to catch missing GNU tools | Luca Deri | 2015-05-23 | |
| | | ||||
* | | Improved testing application | Luca Deri | 2015-05-22 | |
| | | | | | | | | | | Removed warning from the quic dissector Travis now runs regression tests | |||
* | | Merge pull request #10 from backer-and/dev | Luca Deri | 2015-05-22 | |
|\ \ | | | | | | | Update quic.c | |||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-21 | |
| | | | | | | | | | Fix warnings and 0xC2 mask | |||
| * | | Merge pull request #1 from ntop/dev | Andrea Buscarinu | 2015-05-21 | |
| |\ \ | |/ / |/| | | Update from original | |||
* | | | Modified GIT version format as shown ndpiReader -r | Luca Deri | 2015-05-21 | |
| | | | ||||
* | | | Merge pull request #9 from lucagiove/dev | Luca Deri | 2015-05-21 | |
|\ \ \ | | | | | | | | | Introduced incremental versioning from git tag and -r option to ndpiReader to print revision | |||
| * | | | Update ndpiReader.c: added -r to print used nDPI version and release | Luca Giovenzana | 2015-05-21 | |
| | | | | ||||
| * | | | Update ndpiReader.c: autoremoved trailing slash | Luca Giovenzana | 2015-05-21 | |
| | | | | ||||
| * | | | Update configure.ac: introduced git tag for version, incremental number of ↵ | Luca Giovenzana | 2015-05-21 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commits and release 1.5.2-43-gb3a292d-dirty ^ ^ ^ ^ | | | | | | | if there are uncommitted changes | | SHA of HEAD | number of commits since last tag last tag | |||
* | | | Fixed warning | Luca | 2015-05-20 | |
| | | | ||||
* | | | Added fix to harden quic detection and limit it to port 80/443 UDP | Luca Deri | 2015-05-20 | |
| | | | ||||
* | | | Merge pull request #6 from backer-and/dev | Luca Deri | 2015-05-20 | |
|\| | | | | | | | | Added QUIC protocol | |||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-20 | |
| | | | | | | | | | Fix version mask and syntax errors | |||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-19 | |
| | | | | | | | | | Removed ports | |||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-19 | |
| | | | | | | | | | Added more SEQ and CID controls. | |||
| * | | Update ndpi_protocol_ids.h | Andrea Buscarinu | 2015-05-18 | |
| | | | ||||
| * | | Update ndpi_main.c | Andrea Buscarinu | 2015-05-18 | |
| | | | ||||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-18 | |
| | | | ||||
| * | | Update quic.c | Andrea Buscarinu | 2015-05-18 | |
| | | | ||||
| * | | Update ndpi_main.c | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Update ndpi_protocols.h | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Update pcapExample.vcxproj.filters | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Update ndpi_protocol_ids.h | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Update pcapExample.vcxproj | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Update Makefile.am | Andrea Buscarinu | 2015-05-15 | |
| | | | ||||
| * | | Create quic.c | Andrea Buscarinu | 2015-05-15 | |
| | | |