Remove SYN logging when SNI found

This commit is contained in:
M66B 2023-09-16 11:38:57 +02:00
parent 259bfedfa5
commit 8f37af42d7
1 changed files with 1 additions and 2 deletions

View File

@ -369,8 +369,7 @@ public class DatabaseHelper extends SQLiteOpenHelper {
SQLiteDatabase db = this.getWritableDatabase();
db.beginTransactionNonExclusive();
try {
if (false &&
packet.protocol == 6 /* TCP */ &&
if (packet.protocol == 6 /* TCP */ &&
packet.daddr != null &&
packet.dport > 0 &&
packet.uid > 0 &&