summaryrefslogtreecommitdiffstats
path: root/include/sctp_chunk.h
Commit message (Collapse)AuthorAgeFilesLines
* exthdr: Implement SCTP Chunk matchingPhil Sutter2021-05-191-0/+87
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>