jnetpcap.capture
Interface LivePacket

All Superinterfaces:
CapturePacket

public interface LivePacket
extends CapturePacket

A packet that was captured on a live network interface.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 long getDrops()
           
 long getInErrors()
           
 long getInOctets()
           
 long getInPackets()
           
 long getOutErrors()
           
 long getOutOctets()
           
 long getOutPackets()
           
 
Methods inherited from interface jnetpcap.capture.CapturePacket
allocatePacketBuffer, getCaptureInterface, getIncludedPacketLength, getOriginalPacketLength, getPacketBuffer, getTimestamp, getTimestampNanos, getTimestampSeconds, setCaptureInterface, setOriginalPacketLength, setPacketBuffer, setTimestamp, setTimestamp
 

Method Detail

getDrops

long getDrops()
              throws java.io.IOException
Throws:
java.io.IOException

getInPackets

long getInPackets()
                  throws java.io.IOException
Throws:
java.io.IOException

getOutPackets

long getOutPackets()
                   throws java.io.IOException
Throws:
java.io.IOException

getInErrors

long getInErrors()
                 throws java.io.IOException
Throws:
java.io.IOException

getOutErrors

long getOutErrors()
                  throws java.io.IOException
Throws:
java.io.IOException

getInOctets

long getInOctets()
                 throws java.io.IOException
Throws:
java.io.IOException

getOutOctets

long getOutOctets()
                  throws java.io.IOException
Throws:
java.io.IOException