| Package | Description |
|---|---|
| io.pkts | |
| io.pkts.filters |
| Modifier and Type | Method and Description |
|---|---|
void |
Pcap.setFilter(String expression)
It is possible to specify a filter so that only packets that matches the
filter will be passed onto the registered
PacketHandler. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterFactory.createFilter(String expression)
Create a new
Filter. |
Copyright © 2021. All Rights Reserved.