Structure that keeps a single BPF instuction; it is repeated 'ninsn' times according to the 'rpcap_filterbpf' header.
More...
#include <pcap-remote.h>
Data Fields | |
uint16 | code |
opcode of the instuction | |
uint8 | jt |
relative offset to jump to in case of 'true' | |
uint8 | jf |
relative offset to jump to in case of 'false' | |
int32 | k |
instruction-dependent value |