public class Ipv6Activity extends IpActivity
Ip6
) of the packet.
By default, instances of this class will be excluded from the final output due to verbosity,
AbstractActivity.setExcludedFromOutput(boolean)
may be called to change this behaviour.PROPERTY_ADD_FRAME_NUMBERS, PROPERTY_NEW_END_INSTANT, PROPERTY_NEW_START_INSTANT
source
Constructor and Description |
---|
Ipv6Activity(PcapActivity source,
org.krakenapps.pcap.decoder.ipv6.Ipv6Packet ipv6Packet)
Construct a new IPv6 activity and replaces the source Pcap activity on which this activity occurred,
|
Modifier and Type | Method and Description |
---|---|
int |
getFlowLabel() |
int |
getHopLimit() |
org.jnetpcap.protocol.network.Ip6 |
getIpv6() |
org.krakenapps.pcap.decoder.ipv6.Ipv6Packet |
getIpv6Packet() |
byte |
getNextHeader() |
int |
getPayloadLength() |
byte |
getTrafficClass() |
String |
toString() |
getDestinationAddress, getDestinationAddressAsString, getPcapActivity, getProtocol, getSourceAddress, getSourceAddressAsString, getVersion
isReplaced, replaceActivity, setReplaced
addOptionalField, addPropertyChangeListener, addPropertyChangeListener, extendActivity, getActivityType, getCompoundFrameNumbers, getDescription, getEndInstant, getEndTimestamp, getOptionalFields, getStartInstant, getStartTimestamp, isExcludedFromOutput, removePropertyChangeListener, removePropertyChangeListener, removeReplacedActivity, setDescription, setDestinationAddress, setEndInstant, setExcludedFromOutput, setSourceAddress, setStartInstant, writeCsvRecord
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPropertyChangeListener, addPropertyChangeListener, getActivityType, getCompoundFrameNumbers, getDescription, getEndInstant, getEndTimestamp, getOptionalFields, getStartInstant, getStartTimestamp, isExcludedFromOutput, removePropertyChangeListener, removePropertyChangeListener, setExcludedFromOutput
public Ipv6Activity(PcapActivity source, org.krakenapps.pcap.decoder.ipv6.Ipv6Packet ipv6Packet)
source
- the Pcap activity on which this event occurred.ipv6Packet
- the decoded IPv6 packet (Kraken)public byte getTrafficClass()
public int getFlowLabel()
public int getPayloadLength()
public byte getNextHeader()
IpActivity.getProtocol()
public int getHopLimit()
public org.jnetpcap.protocol.network.Ip6 getIpv6()
public org.krakenapps.pcap.decoder.ipv6.Ipv6Packet getIpv6Packet()
public String toString()
toString
in class IpActivity
Copyright © 2013–2015 Institute of networks and security. All rights reserved.