Работа над фильтрацией через libpcap
This commit is contained in:
@@ -37,7 +37,7 @@ public abstract class AbstractPcapWorker implements PcapWorker, PacketListener {
|
||||
protected PcapHandle pcap = null;
|
||||
protected final ExecutorService loopExecutorService;
|
||||
|
||||
protected String filter = null;
|
||||
protected String filter = "tcp or udp";
|
||||
|
||||
// во время работы должен быть != null
|
||||
protected ExecutorService processorExecutorService;
|
||||
|
||||
Reference in New Issue
Block a user