Class ListPacket


  • public class ListPacket
    extends Object
    A packet appearing in the packet viewer list. Can be only partially loaded (i.e. the header only).
    • Constructor Detail

      • ListPacket

        public ListPacket​(byte[] b,
                          int length)
    • Method Detail

      • setIdentifier

        public void setIdentifier​(int id)
      • getIdentifier

        public int getIdentifier()
      • setName

        public void setName​(String opsname)
      • getGenerationTime

        public long getGenerationTime()
      • getLength

        public int getLength()
      • getBuffer

        public byte[] getBuffer()
      • getParameterForShortName

        public Parameter getParameterForShortName​(String name)
        Returns the first parameter within the packet that matches a short name
      • getName

        public String getName()
      • setGenerationTime

        public void setGenerationTime​(long generationTime)