Merge pull request #55 from tstromberg/fp44

talkers-macos: Fix typo in protocol field name
This commit is contained in:
Thomas Strömberg 2022-11-01 07:20:29 -04:00 committed by GitHub
commit bdd13408bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ WHERE
AND NOT ( AND NOT (
signature.identifier LIKE 'com.apple.%' AND signature.authority = 'Software Signing' signature.identifier LIKE 'com.apple.%' AND signature.authority = 'Software Signing'
AND remote_port IN (53,443,80) AND remote_port IN (53,443,80)
AND remote_protocol IN (6, 17) AND protocol IN (6, 17)
) )
AND NOT ( AND NOT (
remote_port = 53 remote_port = 53