Class GenericPpp

  • All Implemented Interfaces:
    org.onlab.packet.IPacket

    public class GenericPpp
    extends Ppp
    Implements the Link Control Protocol (LCP) header.
    • Constructor Detail

      • GenericPpp

        public GenericPpp()
    • Method Detail

      • deserializer

        public static org.onlab.packet.Deserializer<GenericPpp> deserializer()
        Deserializer function for LCP packets.
        Returns:
        deserializer function
      • serialize

        public byte[] serialize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Ppp
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Ppp