# Functions
CreateInstructionsFromData creates bpf.Instruction from tcpdump filter.
CreateInstructionsFromExpr creates bpf.Instruction from tcpdump filter expression.
CreateInstructionsFromRaws creates bpf.Instruction from bpf.RawInstruction.
ParseTcpdumpFitler parses tcpdump filter to bpf.RawInstruction.
ParseTcpdumpFitlerExpr parses tcpdump filter to bpf.RawInstruction.