Luca Deri
1be9194734
Code hardening for #181
2016-04-21 12:04:33 +02:00
emanuele-f
5386aede36
Integrate root flows free and little changes
2016-04-20 15:36:44 +02:00
emanuele-f
9ee6442004
Other util API stuff
2016-04-20 01:32:01 +02:00
emanuele-f
6f84b85358
Use calloc to force 0 initialization
2016-04-20 00:03:21 +02:00
emanuele-f
d7548e72b2
Fix some issues
2016-04-19 23:35:35 +02:00
emanuele-f
7964e11c7f
Add header stuff
2016-04-19 22:39:19 +02:00
emanuele-f
a4d0af1f96
Move relevant functions to ndpi_util API module
2016-04-19 22:35:18 +02:00
emanuele-f
282bc16243
add malloc wrapper TODO
2016-04-19 22:19:06 +02:00
Giovanni Mascellani
4b50045ecd
Add file license.
2016-04-15 16:41:23 +02:00
Giovanni Mascellani
18f5362a34
Support RX protocol (used by AFS).
2016-04-15 15:21:02 +02:00
theirix
d7a2515093
Fixed oscar buffer overflow
2016-04-12 22:26:10 +03:00
theirix
c22d3d3cae
Fixed more buffer overflows with small packets
2016-04-12 22:14:13 +03:00
theirix
fb3fc0c6de
Fixed buffer overflows with safe str search
...
1. Detected a lot of memory errors using address sanitizer
and ndpi-scapy tool.
2. Added ndpi_match_prefix function that compares strings
with taking care of payload packet len. Almost drop-in
replacement for match_first_bytes function.
3. Replaced unsafe match_first_bytes usage with a ndpi_match_prefix
and additional length checks.
2016-04-12 22:08:30 +03:00
Luca Deri
5a37ee9976
Removed some Tor false positives (more work necessary)
2016-04-06 09:45:38 +02:00
Michele Campus
afea67e303
Merge pull request #170 from srzamfir/dev
...
Mqtt dissector fix
2016-04-04 00:12:13 +02:00
Campus
3d46f3df61
fixed wrong dropbox detection
2016-04-04 00:10:43 +02:00
Sorin Zamfir
7b66fcff37
Merge remote-tracking branch 'upstream/dev' into dev
2016-04-03 14:45:39 +03:00
Sorin Zamfir
40b219c397
Fixed false positives on skype and KakaoTalk. Tests run smooth now.
2016-04-03 14:16:18 +03:00
Sorin Zamfir
b5e74ee3f1
Solved invalid detection on tests. Needs further work to detect one of the flows.
...
Please enter the commit message for your changes. Lines starting
2016-04-03 02:00:36 +03:00
Campus
aa86387ba9
improved Microsoft detection (minor fix)
2016-04-01 02:17:58 +02:00
Campus
2a1f44610f
improved Microsoft detection
2016-04-01 02:11:51 +02:00
Campus
4704f48daa
minox fix dns
2016-03-29 15:07:16 +02:00
Campus
8dacc91d51
fixed dns check host name server
2016-03-29 15:04:15 +02:00
Campus
a594273989
fixed coap.c and dropbox.c after detecting wrong detection - added test for dropbox
2016-03-29 00:05:56 +02:00
Campus
d9264e415c
fixed and improved bittorrent detection for issue https://github.com/ntop/nDPI/issues/164
2016-03-27 01:39:38 +01:00
Luca Deri
b3df389bd6
Removed WinMX reference from Makefile
2016-03-23 08:46:24 +01:00
Campus
2998b78797
deleted winmx protocol due to abandoned development since July 2, 2004
2016-03-23 01:27:36 +01:00
Campus
46a526ce26
deleted mqtt.c
2016-03-23 00:35:22 +01:00
Campus
95fffec172
fix for pull request https://github.com/ntop/nDPI/pull/161
2016-03-20 16:10:26 +01:00
Sorin Zamfir
6f428c03e2
Merge remote-tracking branch 'remotes/iot/dev' into dev
...
Conflicts:
src/include/ndpi_protocol_ids.h
src/lib/ndpi_main.c
2016-03-20 11:53:27 +02:00
Sorin Zamfir
28806f3187
Minor changes to a comment
2016-03-19 20:50:38 +02:00
Luca Deri
5349d33abf
Fixed unitialized variable
2016-03-19 14:10:26 +01:00
Campus
a499da00ba
added tcp port 51413 for TCP BT detection
2016-03-19 01:18:48 +01:00
Luca Deri
a4d9c8cc3b
Fix for https://github.com/ntop/nDPI/issues/159
2016-03-18 11:00:11 +01:00
Luca Deri
27d09c33ce
Fix for invalid DNS dissection that caused packet corruption
2016-03-17 08:28:24 +01:00
Campus
5b86186e85
deleted old and not yet good skype ip addr - added new Netflix and CloudFlare IP addr
2016-03-16 10:47:35 +01:00
Campus
3b399f62f4
improved Skype detection - redized Viber pcap for test
2016-03-15 15:03:06 +01:00
Campus
7c511fb2f2
add new detection of Viber (service)
2016-03-15 00:56:09 +01:00
Campus
4370781b49
rework API (part 1) - minor fixes functions
2016-03-14 01:04:50 +01:00
Luca Deri
1cf4926b4e
Enhanced Google detection
2016-03-13 21:30:21 +01:00
Campus
7ae06a114d
added check_punycode_string for issue https://github.com/ntop/nDPI/issues/157
2016-03-10 11:44:24 +01:00
Campus
8321b2fa66
added support for MS_OneDrive service
2016-03-08 01:49:48 +01:00
Luca Deri
ba966634f5
Source code rename to avoid conflicts on Windows
2016-03-06 18:52:43 +01:00
Luca Deri
dd12757493
Added check to harden code
2016-03-05 08:22:04 +01:00
Luca Deri
7ea37edfbf
Improved protocol detection
2016-03-04 22:13:37 +01:00
Luca Deri
462368f959
Added new ndpi_detection_giveup() API call to call before giving up for a given flow
...
Code cleanup
2016-03-04 19:15:13 +01:00
Timothy
7d699ade0c
protocols: sip CANCEL packet detection fix
2016-03-02 11:04:36 +03:00
Luca
bc52b8f310
Changed label case
2016-02-29 23:22:34 +01:00
Luca
ecb8d117ac
Reworked sockets support
...
Fixed TFTP support
2016-02-29 17:23:05 +01:00
Luca Deri
ead8c4933e
Removed VEOHTV protocol and replaced with HTTPDownload
...
Fixed bug that prevented content type to be properly detected
2016-02-28 23:19:13 +01:00