Class | Description |
---|---|
KrakenArpHandler |
Represents a link to the Kraken library, i.e.
|
KrakenDhcpHandler |
Utilizes a
DhcpDecoder in order to receive decoded DHCP data, which
is in turn distributed as DhcpActivity to
interested observers. |
KrakenDnsProtocolHandler |
This class does not utilize a Kraken decoder directly, instead it represents the decoding processors as
an implementation of
UdpProcessor and
TcpProcessor . |
KrakenEthernetProtocolHandler |
The Kraken network layer 2 decoder
EthernetDecoder is used by this
handler in order to create and deliver EthernetActivity
instances. |
KrakenFtpHandler |
This is an Kraken application layer decoder handler, i.e.
|
KrakenHttpHandler |
Represents an application layer Kraken decoder handler, i.e.
|
KrakenIcmpv4Handler |
This ICMP decoder handler relies on
IcmpDecoder which is provided by the
Kraken library and on KrakenIpv4Handler in order to
receive the IPv4 payload used to transport the ICMP data. |
KrakenIcmpv6Handler |
Handles decoded ICMPv6 data received from a
Icmpv6Decoder in order to
build Icmpv6Activity objects. |
KrakenIpv4Handler |
This is an inefficient handler for Kraken's
IpDecoder implementation. |
KrakenIpv6Handler |
Handles IPv6 packets decoded by
Ipv6Decoder and builds
Ipv6Activity objects during the process. |
KrakenMsnHandler |
Handles Kraken's
MsnDecoder output
and creates suitable MsnActivity objects
during the process. |
KrakenNetbiosHandler |
This class tries to handle various Netbios events dispatched by the internally
used
NetBiosDecoder . |
KrakenPop3Handler |
This class utilizes a
Pop3Decoder in order
to dispatch Pop3Activity objects
for decoded events. |
KrakenSmtpHandler |
Uses a
SmtpDecoder to receive decoded
SMTP data that is wrapped into appropriate SmtpActivity
extension instances. |
KrakenSnmpHandler |
Handles decoded SNMP data by listening to appropriate events that are fired by
SnmpDecoder and creates
Snmpv1Activity
and/or Snmpv2Activity
objects. |
KrakenTcpHandler |
This class handles TCP transport layer related events that are dispatched by
a
TcpDecoder . |
KrakenTelnetHandler |
Handles Telnet data decoded by the Kraken library and creates suitable
TelnetActivity
objects that are dispatched to all registered listeners. |
KrakenUdpHandler |
This class handles UDP transport layer related events that are dispatched by
a
UdpDecoder similar to the
KrakenTcpHandler implementation. |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.