Package | Description |
---|---|
org.pcap4j.core | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
static DataLinkType |
Pcaps.dataLinkNameToVal(String name) |
DataLinkType |
PcapHandle.getDlt() |
Modifier and Type | Method and Description |
---|---|
List<DataLinkType> |
PcapHandle.listDatalinks() |
Modifier and Type | Method and Description |
---|---|
static BpfProgram |
Pcaps.compileFilter(int snaplen,
DataLinkType dlt,
String bpfExpression,
BpfProgram.BpfCompileMode mode,
Inet4Address netmask) |
static String |
Pcaps.dataLinkTypeToDescription(DataLinkType dlt) |
static String |
Pcaps.dataLinkTypeToName(DataLinkType dlt) |
static PcapHandle |
Pcaps.openDead(DataLinkType dlt,
int snaplen) |
void |
PcapHandle.setDlt(DataLinkType dlt) |
Modifier and Type | Field and Description |
---|---|
static DataLinkType |
DataLinkType.DOCSIS |
static DataLinkType |
DataLinkType.EN10MB |
static DataLinkType |
DataLinkType.FDDI |
static DataLinkType |
DataLinkType.IEEE802 |
static DataLinkType |
DataLinkType.IEEE802_11 |
static DataLinkType |
DataLinkType.NULL |
static DataLinkType |
DataLinkType.PPP |
static DataLinkType |
DataLinkType.RAW |
Modifier and Type | Method and Description |
---|---|
static DataLinkType |
DataLinkType.getInstance(Integer value) |
static DataLinkType |
DataLinkType.register(DataLinkType type) |
Modifier and Type | Method and Description |
---|---|
int |
DataLinkType.compareTo(DataLinkType o) |
static DataLinkType |
DataLinkType.register(DataLinkType type) |
Copyright © 2014. All Rights Reserved.