Package dpkt :: Module qq :: Class QQBasicPacket
[hide private]
[frames] | no frames]

Class QQBasicPacket

source code

object --+        
         |        
   ??.Temp --+    
             |    
   dpkt.Packet --+
                 |
                QQBasicPacket

Instance Methods [hide private]

Inherited from dpkt.Packet: __bytes__, __getitem__, __init__, __len__, __repr__, __str__, pack, pack_hdr, unpack

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __hdr__ = (('header_type', 'B', 2), ('source', 'H', 0), ('comm...
  __hdr_defaults__ = {'command': 0, 'header_type': 2, 'qqNum': 0...
  __hdr_fields__ = ['header_type', 'source', 'command', 'sequenc...
  __hdr_fmt__ = '>BHHHL'
  __hdr_len__ = 11
Properties [hide private]
  command
  data
  header_type
  qqNum
  sequence
  source

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('header_type', 'B', 2),
 ('source', 'H', 0),
 ('command', 'H', 0),
 ('sequence', 'H', 0),
 ('qqNum', 'L', 0))

__hdr_defaults__

Value:
{'command': 0,
 'header_type': 2,
 'qqNum': 0,
 'sequence': 0,
 'source': 0}

__hdr_fields__

Value:
['header_type', 'source', 'command', 'sequence', 'qqNum']