WinPcap  4.1.3
Data Fields
rpcap_filterbpf_insn Struct Reference

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 More...
 
uint8 jt
 relative offset to jump to in case of 'true' More...
 
uint8 jf
 relative offset to jump to in case of 'false' More...
 
int32 k
 instruction-dependent value More...
 

Detailed Description

Structure that keeps a single BPF instuction; it is repeated 'ninsn' times according to the 'rpcap_filterbpf' header.

Definition at line 239 of file pcap-remote.h.

Field Documentation

uint16 code

opcode of the instuction

Definition at line 241 of file pcap-remote.h.

uint8 jf

relative offset to jump to in case of 'false'

Definition at line 243 of file pcap-remote.h.

uint8 jt

relative offset to jump to in case of 'true'

Definition at line 242 of file pcap-remote.h.

int32 k

instruction-dependent value

Definition at line 244 of file pcap-remote.h.


The documentation for this struct was generated from the following file:

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010 CACE Technologies. Copyright (c) 2010-2013 Riverbed Technology. All rights reserved.