Package org.pcap4j.packet.constant
Class Ssh2CompressionAlgorithmName
- java.lang.Object
-
- org.pcap4j.packet.constant.Ssh2CompressionAlgorithmName
-
public final class Ssh2CompressionAlgorithmName extends java.lang.Object
Compression Algorithm Name https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-20- Since:
- pcap4j 1.0.1
- Author:
- Kaito Yamada
-
-
Field Detail
-
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
-
ZLIB
public static final java.lang.String ZLIB
- See Also:
- Constant Field Values
-
-