summaryrefslogtreecommitdiff
path: root/dissector_fuzz.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+79
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Pablo Neira Ayuso <pablo@netfilter.org>2016-08-09 10:39:26 +0200 commitaa0c2c68abd1e2915656cc81afdb195bc8595dec (patch) tree357b67f1a5a9e7339701af9b3dbce83f026c9f5a parent00a3101f561816e58de054a470484996f78eb5eb (diff)
netfilter: ctnetlink: reject new conntrack request with different l4proto
Currently, user can add a conntrack with different l4proto via nfnetlink. For example, original tuple is TCP while reply tuple is SCTP. This is invalid combination, we should report EINVAL to userspace. Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat