Uses of Class
jnetpcap.filter.bpf.BPFCode

Packages that use BPFCode
jnetpcap.filter.bpf BPF (Berkley Packet Filter) extension for filter framework. 
 

Uses of BPFCode in jnetpcap.filter.bpf
 

Methods in jnetpcap.filter.bpf that return BPFCode
static BPFCode BPFCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BPFCode[] BPFCode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jnetpcap.filter.bpf that return types with arguments of type BPFCode
 java.util.Set<BPFCode> BPFInstruction.Symbol.getSymbol()