Modifier and Type | Method and Description |
---|---|
KrakenProtocolConfiguration |
KrakenProtocolConfigurationBuilder.buildProtocolConfiguration()
Builds the protocol configuration that has been set up until now
|
Modifier and Type | Method and Description |
---|---|
Set<KrakenProtocolConfiguration> |
RubanetraSystemConfiguration.getProtocolSettings()
The set of all defined protocol configurations, each representing the complete configuration of a Kraken protocol
parser/decoder, containing protocol mappings (ETHERNET->IPv4->...->...).
|
Modifier and Type | Class and Description |
---|---|
class |
KrakenProtocolConfigurationBuilderImpl.KrakenProtocolConfigurationImpl
This inner class represents a final protocol configuration object which will be used to initialize Kraken protocol
handlers.
|
Modifier and Type | Method and Description |
---|---|
KrakenProtocolConfiguration |
KrakenProtocolConfigurationBuilderImpl.buildProtocolConfiguration() |
Modifier and Type | Method and Description |
---|---|
RubanetraSystemConfigurationBuilder |
RubanetraSystemConfigurationBuilder.addProtocolSetting(KrakenProtocolConfiguration setting)
Adds a concrete protocol configuration to the system's configuration.
|
Modifier and Type | Field and Description |
---|---|
protected KrakenProtocolConfiguration |
KrakenBaseProtocol.protocolSetting |
Modifier and Type | Method and Description |
---|---|
KrakenProtocolConfiguration |
KrakenBaseProtocol.getProtocolConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
KrakenBaseProtocol.initialize(KrakenProtocolConfiguration krakenProtocolConfigurationImpl)
Initializes this protocol decoder with the information provided by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
KrakenArpHandler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenIpv4Handler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenTcpHandler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenIpv6Handler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenIcmpv4Handler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenUdpHandler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenEthernetProtocolHandler.initialize(KrakenProtocolConfiguration setting) |
void |
KrakenIcmpv6Handler.initialize(KrakenProtocolConfiguration setting) |
Modifier and Type | Method and Description |
---|---|
void |
TransportLayerMappingStrategy.setup(KrakenProtocolConfiguration protocolSetting) |
Modifier and Type | Method and Description |
---|---|
void |
KrakenUdpDestinationPortProtocolMapper.setup(KrakenProtocolConfiguration protocolSetting) |
void |
KrakenTcpDestinationPortProtocolMapper.setup(KrakenProtocolConfiguration protocolSetting) |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.