summaryrefslogtreecommitdiffstats
path: root/src/sctp_chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* exthdr: Implement SCTP Chunk matchingPhil Sutter2021-05-191-0/+261
Extend exthdr expression to support scanning through SCTP packet chunks and matching on fixed fields' values. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Florian Westphal <fw@strlen.de>