Modifier and Type | Method and Description |
---|---|
void |
DroolsKrakenProtocolHandler.processPcapActivity(PcapActivity pcapActivity) |
Modifier and Type | Method and Description |
---|---|
PcapActivity |
PcapHandler.getCurrentPcapActivity()
A convenience method that provides a reference to the currently processed PcapActivity, i.e.
|
PcapActivity |
PcapFileHandler.getCurrentPcapActivity() |
Modifier and Type | Method and Description |
---|---|
void |
PcapActivityListener.processPcapActivity(PcapActivity pcapActivity)
Do something useful with the Layer 1 packet capture metadata and the actually parsed content
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
KrakenBaseProtocol.getCurrentPcapActivity() |
Modifier and Type | Method and Description |
---|---|
PcapActivity |
ArpActivity.getPcapActivity() |
Constructor and Description |
---|
ArpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.arp.ArpPacket p)
Default constructor for this class, the source pcap activity will be replaced.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
DhcpActivity.getPcapActivity() |
Constructor and Description |
---|
DhcpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.dhcp.DhcpMessage dhcpMessage)
Constructs an activity containing the passed Dhcp message, the source pcap activity will be replaced.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
DnsActivity.getPcapActivity() |
Constructor and Description |
---|
DnsActivity(PcapActivity source,
org.xbill.DNS.Message dnsMessage)
Constructs a new DnsActivity, while replacing the source pcap activity and wrapping the decoded DNS message
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
EthernetActivity.getPcapActivity() |
Constructor and Description |
---|
EthernetActivity(PcapActivity source,
org.krakenapps.pcap.decoder.ethernet.EthernetFrame frame)
Constructs a new ethernet activity, replaces the source pcap activity on which the event occurred.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
FtpActivity.getPcapActivity() |
Constructor and Description |
---|
FtpActivity(PcapActivity source,
FtpActivity.Type type,
byte[] decodedMessage)
Constructs a prototypical activity, replaces the source Pcap activity and stores the type of the FTP message..
|
FtpActivity(PcapActivity source,
FtpActivity.Type type,
String decodedMessage)
Constructs a prototypical activity, replaces the source Pcap activity and stores the type of the FTP message..
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
HttpRequestActivity.getPcapActivity() |
PcapActivity |
HttpResponseActivity.getPcapActivity() |
Constructor and Description |
---|
HttpRequestActivity(PcapActivity source,
org.krakenapps.pcap.decoder.http.HttpRequest request)
Constructs a new request activity and replaces the pcap source activity on which this event occurred.
|
HttpResponseActivity(PcapActivity source,
org.krakenapps.pcap.decoder.http.HttpResponse response)
Constructs a new response activity and replaces the source pcap activity on which this event occurred.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
Icmpv4Activity.getPcapActivity() |
PcapActivity |
Icmpv6Activity.getPcapActivity() |
Constructor and Description |
---|
Icmpv4Activity(PcapActivity source,
org.krakenapps.pcap.decoder.icmp.IcmpPacket icmpPacket)
Constructs a new ICMP activity (IPv4 specific) and replaces the source Pcap activity on which this activity occurred
|
Icmpv6Activity(PcapActivity source,
org.krakenapps.pcap.decoder.icmpv6.Icmpv6Packet icmpPacket)
Constructs a new ICMPv6 activity, replacing the source Pcap activity and providing a JNetPcap representation of
the packet.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
IpActivity.getPcapActivity() |
Constructor and Description |
---|
IpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.ip.Ipv4Packet ipv4Packet)
IPv4 constructor to be called by subclasses.
|
IpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.ipv6.Ipv6Packet ipv6Packet)
IPv6 constructor to be called by subclasses.
|
Ipv4Activity(PcapActivity source,
org.krakenapps.pcap.decoder.ip.Ipv4Packet ipv4Packet)
Constructs a new IPv4 activity that will not be included in the final output.
|
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 |
---|---|
PcapActivity |
MsnActivity.getPcapActivity() |
Constructor and Description |
---|
MsnActivity(PcapActivity source,
String account,
String chat)
Constructs a new MSN chat activity, replaces the source pcap activity on which this event occurred.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
NetbiosActivity.getPcapActivity() |
Constructor and Description |
---|
NetbiosActivity(PcapActivity source,
org.krakenapps.pcap.decoder.netbios.NetBiosDatagramPacket datagramPacket)
Constructs a prototypical Event.
|
NetbiosActivity(PcapActivity source,
org.krakenapps.pcap.decoder.netbios.NetBiosNamePacket namePacket)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
Pop3Activity.getPcapActivity() |
Constructor and Description |
---|
Pop3Activity(PcapActivity source,
Pop3Activity.Type partialActivityType)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
SmtpActivity.getPcapActivity() |
Constructor and Description |
---|
SmtpActivity(PcapActivity source)
Constructs a SMTP activity and replaced the source pcap activity on which this event occurred.
|
SmtpCommandActivity(PcapActivity source,
String command,
String parameter)
Constructs a new command activity and replaces the source pcap activity.
|
SmtpReplyActivity(PcapActivity source,
int code,
String message)
Constructs a new SMTP reply activity and replaces the source pcap activity on which this event occurred initially.
|
SmtpSendActivity(PcapActivity source,
org.krakenapps.mime.MimeHeader header,
org.krakenapps.pcap.decoder.smtp.SmtpData data)
Constructs a new Smtp send activity that replaces the source pcap activity on which this event occurred.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
Snmpv1Activity.getPcapActivity() |
PcapActivity |
Snmpv2Activity.getPcapActivity() |
Constructor and Description |
---|
Snmpv1Activity(PcapActivity source,
org.krakenapps.pcap.decoder.snmp.v1.Pdu pdu,
InetSocketAddress sourceAddress,
InetSocketAddress destinationAddress)
Constructs a prototypical Event.
|
Snmpv2Activity(PcapActivity source,
org.krakenapps.pcap.decoder.snmp.v2.Pdu pdu,
InetSocketAddress sourceAddress,
InetSocketAddress destinationAddress)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
TcpActivity.getPcapActivity() |
Constructor and Description |
---|
TcpActivity(PcapActivity source,
org.jnetpcap.protocol.tcpip.Tcp tcp,
IpActivity ip) |
TcpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.tcp.TcpPacket tcpPacket,
org.krakenapps.pcap.decoder.tcp.TcpSession tcpSession)
Constructs a new Tcp activity using the decoded Kraken data.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
TelnetActivity.getPcapActivity() |
Constructor and Description |
---|
TelnetActivity(PcapActivity source,
TelnetActivity.Type partialActivityType)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
PcapActivity |
UdpActivity.getPcapActivity() |
Constructor and Description |
---|
UdpActivity(PcapActivity source,
org.krakenapps.pcap.decoder.udp.UdpPacket packet)
Constructs a new Udp activity, replaces the source pcap activity on which this event occurred and excludes it
from the final output due to verbosity.
|
Modifier and Type | Method and Description |
---|---|
void |
KrakenEthernetProtocolHandler.decodePcapPacket(PcapActivity pcapActivity)
Takes a Pcap entry and tries to decode the payload as an Ethernet frame using a
EthernetDecoder and a suitable Pcap wrapper
PcapPacketToKrakenPcapPacketAdapter . |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.