Class PcapStatEx
java.lang.Object
org.pcap4j.core.PcapStatEx
- Since:
- pcap4j 1.2.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigIntegerprivate final BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
rxNumPackets
-
txNumPackets
-
rxNumBytes
-
txNumBytes
-
rxNumPacketsError
-
txNumPacketsError
-
rxNumPacketsDropped
-
txNumPacketsDropped
-
rxNumMulticastPackets
-
numCollisions
-
rxNumLenghErrors
-
txNumOverflowErrors
-
rxNumCrcErrors
-
rxNumFrameErrors
-
rxNumFifoErrors
-
rxNumMissedErrors
-
txNumAbortedErrors
-
txNumCarrierErrors
-
txNumFifoErrors
-
txNumHeartbeatErrors
-
txNumWindowErrors
-
-
Constructor Details
-
PcapStatEx
PcapStatEx(NativeMappings.pcap_stat_ex stat)
-
-
Method Details
-
getRxNumPackets
- Returns:
- the number of packets received.
-
getTxNumPackets
- Returns:
- the number of packets transmitted.
-
getRxNumBytes
- Returns:
- the number of bytes received.
-
getTxNumBytes
- Returns:
- the number of bytes transmitted.
-
getRxNumPacketsError
- Returns:
- the number of packets received with error.
-
getTxNumPacketsError
- Returns:
- the number of packets transmitted with error.
-
getRxNumPacketsDropped
- Returns:
- the number of packets the receiver dropped.
-
getTxNumPacketsDropped
- Returns:
- the number of packets the transmitter dropped.
-
getRxNumMulticastPackets
- Returns:
- the number of multicast packets received.
-
getNumCollisions
- Returns:
- the number of collisions.
-
getRxNumLenghErrors
- Returns:
- the number of length errors in the receiver.
-
getTxNumOverflowErrors
- Returns:
- the number of buffer overflow errors in the transmitter.
-
getRxNumCrcErrors
- Returns:
- the number of CRC errors in the receiver.
-
getRxNumFrameErrors
- Returns:
- the number of frame alignment errors in the receiver.
-
getRxNumFifoErrors
- Returns:
- the number of fifo overrun errors in the receiver.
-
getRxNumMissedErrors
- Returns:
- the number of packets the receiver missed.
-
getTxNumAbortedErrors
- Returns:
- the number of aborted errors in the transmitter.
-
getTxNumCarrierErrors
- Returns:
- the number of times carrier sense signal lost during transmission.
-
getTxNumFifoErrors
- Returns:
- the number of fifo underrun errors in the transmitter.
-
getTxNumHeartbeatErrors
- Returns:
- the number of heartbeat errors in the transmitter.
-
getTxNumWindowErrors
- Returns:
- the number of window errors in the transmitter.
-