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

Class QQ3Packet

source code

 object --+    
          |    
dpkt.Packet --+
              |
             QQ3Packet

Nested Classes [hide private]

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]

Inherited from dpkt.Packet: __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', 3), ('command', 'B', 0), ('seq...
  __hdr_defaults__ = {'command': 0, 'header_type': 3, 'sequence'...
  __hdr_fields__ = ['header_type', 'command', 'sequence', 'unkno...
  __hdr_fmt__ = '>BBHLLLLLLLLLBBBHB'
  __hdr_len__ = 46
Properties [hide private]
  command
  data
  header_type
  sequence
  source
  unknown1
  unknown10
  unknown11
  unknown12
  unknown13
  unknown2
  unknown3
  unknown4
  unknown5
  unknown6
  unknown7
  unknown8
  unknown9

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('header_type', 'B', 3),
 ('command', 'B', 0),
 ('sequence', 'H', 0),
 ('unknown1', 'L', 0),
 ('unknown2', 'L', 0),
 ('unknown3', 'L', 0),
 ('unknown4', 'L', 0),
 ('unknown5', 'L', 0),
...

__hdr_defaults__

Value:
{'command': 0,
 'header_type': 3,
 'sequence': 0,
 'source': 0,
 'unknown1': 0,
 'unknown10': 1,
 'unknown11': 0,
 'unknown12': 0,
...

__hdr_fields__

Value:
['header_type',
 'command',
 'sequence',
 'unknown1',
 'unknown2',
 'unknown3',
 'unknown4',
 'unknown5',
...