Stuart Reilly
79634a6789
Fix two resource leaks
2019-06-28 16:11:33 +01:00
Stuart Reilly
d8ec0a9229
Move NULL checks to start of functions
2019-06-28 16:08:36 +01:00
Stuart Reilly
bc1b4885de
Fix potential NULL deref in libcache
2019-06-28 16:00:32 +01:00
Stuart Reilly
4b71727661
Fix two potential OOB reads in ndpi_main.c
2019-06-28 15:55:00 +01:00
Stuart Reilly
cc39ef0946
Remove duplicate defintions and fix function prototypes
2019-06-28 15:53:11 +01:00
Luca Deri
81d3fc8a24
Dissection improvements
2019-06-27 16:38:36 +02:00
Luca Deri
cc51253007
Removed debug message
2019-06-25 16:30:51 +02:00
Luca Deri
a4d797f832
WhatsApp improvements for video/audio detection
2019-06-25 15:18:49 +02:00
Luca Deri
6ed8ccfa46
Merge pull request #723 from lance-wyvern/dev
...
OICQ protocol version:0x371b
2019-06-22 15:42:15 +02:00
Luca Deri
00ed2653fe
Further WhatsApp improvements
2019-06-21 19:06:41 +02:00
Luca Deri
179b93d625
Better UDP flow handling
2019-06-21 12:14:57 +02:00
Luca Deri
3e43e77b1c
Cleanup
2019-06-21 12:14:51 +02:00
Luca Deri
b66606bc16
Improved OpenVPN support for UDP-based VPNs
2019-06-21 12:01:07 +02:00
Luca Deri
b6ac750e21
Added WhatsApp Video
2019-06-20 23:16:36 +02:00
Luca Deri
936a95e10e
WhatsApp improvements
2019-06-20 23:11:16 +02:00
Luca Deri
0fe7f16ecf
Fixed invalid false positive
2019-06-20 21:11:21 +02:00
zhenxian.wang
1e616b227b
new QQ version:0x3823
2019-06-19 15:58:30 +08:00
Luca
4830aa9a14
DHCP fingerprint is now in human readeable format
2019-06-18 17:44:05 +02:00
zhenxian.wang
1891f687b6
new QQ version
2019-06-18 18:04:46 +08:00
Luca Deri
41b75485eb
SSL cipher improvements
2019-06-16 21:42:12 +02:00
Luca Deri
1a3f2b3f0d
Reworked SSL cipher handling
2019-06-16 16:05:13 +02:00
Luca Deri
709a87c8d4
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
2019-06-05 23:15:42 +02:00
Luca Deri
4e8055742e
Added fix for discarding core protocols as subprotocols
2019-06-05 23:15:06 +02:00
lucaderi
3979c28cac
Added missing antimalware category
2019-06-03 19:50:18 +02:00
Luca Deri
e6813846b8
Adds CUSTOM_CATEGORY_ANTIMALWARE category referenced by #710 .
2019-06-03 08:18:24 +02:00
Luca Deri
165decdf6c
Merge pull request #691 from pallas/fix-double-strdup
...
Fix double-strdup memory leak in ndpi_handle_rule
2019-06-03 08:10:01 +02:00
Damir Franusic
a015cb7f48
Merge remote-tracking branch 'upstream/dev' into dev
2019-05-31 15:21:04 +02:00
Damir Franusic
5c7e0a0319
SIP Message extension
...
* RFC 3248
2019-05-31 15:19:07 +02:00
Luca
a3b564eb92
Warning fix
2019-05-29 18:54:17 +02:00
Damir Franusic
1b9955e9ef
Added PUBLISH/SUBSCRIBE methods to SIP
2019-05-29 17:12:32 +02:00
Luca Deri
5da363cbde
Fixed MySQL dissector
...
SSL dissector now reports the protocol version
Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection
2019-05-28 23:35:49 +02:00
Luca Deri
53119e71f4
Added ndpi_is_safe_ssl_cipher(0 call
2019-05-23 00:16:05 +02:00
Luca Deri
fcc9c76249
Disabled debug
2019-05-22 21:19:22 +02:00
Luca Deri
f29f9bbb38
Update SSL server ciphers
2019-05-22 12:37:27 +02:00
Luca Deri
04b543caa9
SSL certificate analysis improvement
2019-05-20 22:30:53 +02:00
Luca Deri
3f9383c343
Added missing definitions
2019-05-20 22:13:21 +02:00
Luca Deri
0d2f8f4498
Implements #705
2019-05-20 22:02:21 +02:00
Luca Deri
53e64df8e2
Removed debug code
2019-05-20 15:40:09 +02:00
Luca Deri
f97be61e8b
Fixed JA3 decoding
...
Made ndpi_process_extra_packet() optional
2019-05-20 15:32:50 +02:00
Luca Deri
9604386698
Merge pull request #704 from TelecomsSansFrontieres/dev
...
Adding 2 missing Whatsapp IPs
2019-05-18 11:18:07 +02:00
Luca
d592902553
JA3 hardeding code
2019-05-15 17:55:01 +02:00
Luca Deri
e5a95cf92e
Skept GREASE in SSL JA3 fingerprint
2019-05-13 23:22:19 +02:00
Clément BRUGUERA
1a2b8a98a6
Adding 2 missing Whatsapp IPs
2019-05-13 17:26:19 +02:00
Luca Deri
0d0d6893fc
JA3 fixes
2019-05-12 15:25:14 +02:00
Luca Deri
3b185a00fa
Disabled debug traces
2019-05-11 00:53:02 +02:00
Luca Deri
a00ad9fc92
Initial JA3 support ( https://github.com/salesforce/ja3 ) for SSL
2019-05-11 00:50:56 +02:00
Luca Deri
b96e6a9e2d
Merge pull request #696 from pallas/avoid-hyperscan-leak
...
Avoid leaking hyperscan struct
2019-05-08 12:13:23 +02:00
emanuele-f
ea1ea99ce1
Add allowed site category
2019-05-06 12:01:53 +02:00
Luca Deri
e99a0abfba
Hardening fixes for packer parsing
2019-05-03 18:08:12 +02:00
cardigliano
361ab030bc
ndpi_handle_rule accepted formats
2019-04-29 09:44:39 +02:00