]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/file_data: Reject invalid protocols 6824/head
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 13 Jan 2022 15:39:12 +0000 (10:39 -0500)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 20 Jan 2022 14:45:04 +0000 (20:15 +0530)
commitc9bed6e0b2b1f16ec176c1ae2e622f1f62307fd1
tree9e39ce56a879d5702ef9ee5255fd178ce31fda85
parentaae628b1bbad367bc84f362bc280e74f5843b783
detect/file_data: Reject invalid protocols

Issue: #4895

This commit causes Suricata to reject signatures that combine TCP-based
alerts using file_data with NFS keywords.

file_data doesn't support the NFS protocol.

(cherry picked from commit 215335fdc6431e1c5de6155aa64c152bda507b72)
src/detect-file-data.c