Package dpkt :: Module yahoo :: Class YMSG
[hide private]
[frames] | no frames]

Class YMSG

source code

 object --+    
          |    
dpkt.Packet --+
              |
             YMSG

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__ = [('version', '8s', ' '), ('length', 'H', 0), ...
  __hdr_defaults__ = {'length': 0, 'type': 0, 'unknown1': 0, 'un...
  __hdr_fields__ = ['version', 'length', 'type', 'unknown1', 'un...
  __hdr_fmt__ = '>8sHHII'
  __hdr_len__ = 20
Properties [hide private]
  data
  length
  type
  unknown1
  unknown2
  version

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
[('version', '8s', '        '),
 ('length', 'H', 0),
 ('type', 'H', 0),
 ('unknown1', 'I', 0),
 ('unknown2', 'I', 0)]

__hdr_defaults__

Value:
{'length': 0,
 'type': 0,
 'unknown1': 0,
 'unknown2': 0,
 'version': '        '}

__hdr_fields__

Value:
['version', 'length', 'type', 'unknown1', 'unknown2']