*/
public PcapInputCapture(final ReadableByteChannel in, ByteOrder order,
Filter<ProtocolFilterTarget> filter) throws IOException {
super(in, order, headerReader, filter);
Protocol protocol =
PcapDLT.asConst(((PcapBlockRecord) block).getLinktype());
setCaptureDevice(new DefaultCaptureDevice(protocol));
}