Package | Description |
---|---|
at.jku.fim.rubanetra.protocol.activity.ftp |
Modifier and Type | Method and Description |
---|---|
FtpActivity.Type |
FtpActivity.getFtpActivityTypeEnum() |
static FtpActivity.Type |
FtpActivity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpActivity.Type[] |
FtpActivity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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..
|
Copyright © 2013–2015 Institute of networks and security. All rights reserved.