Module com.slytechs.jnet.jnetpcap
Package com.slytechs.jnet.jnetpcap
Interface PcapProHandler.IpfHandler
- Enclosing interface:
PcapProHandler
public static interface PcapProHandler.IpfHandler
The Interface IpfHandler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleIpf(com.slytechs.jnet.protocol.descriptor.IpfFragment frag, ByteBuffer carrier, ByteBuffer ipPayload) Handle ipf.
-
Method Details
-
handleIpf
void handleIpf(com.slytechs.jnet.protocol.descriptor.IpfFragment frag, ByteBuffer carrier, ByteBuffer ipPayload) Handle ipf.- Parameters:
frag- the fragcarrier- the carrieripPayload- the ip payload
-