Package dpkt :: Module rx :: Class Rx
[hide private]
[frames] | no frames]

Class Rx

source code

 object --+    
          |    
dpkt.Packet --+
              |
             Rx

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__ = (('epoch', 'I', 0), ('cid', 'I', 0), ('call', 'I', 1...
  __hdr_defaults__ = {'call': 1, 'cid': 0, 'epoch': 0, 'flags': ...
  __hdr_fields__ = ['epoch', 'cid', 'call', 'seq', 'serial', 'ty...
  __hdr_fmt__ = '>IIIIIBBBBHH'
  __hdr_len__ = 28
Properties [hide private]
  call
  cid
  data
  epoch
  flags
  security
  seq
  serial
  service
  status
  sum
  type

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('epoch', 'I', 0),
 ('cid', 'I', 0),
 ('call', 'I', 1),
 ('seq', 'I', 0),
 ('serial', 'I', 1),
 ('type', 'B', 0),
 ('flags', 'B', 1),
 ('status', 'B', 0),
...

__hdr_defaults__

Value:
{'call': 1,
 'cid': 0,
 'epoch': 0,
 'flags': 1,
 'security': 0,
 'seq': 0,
 'serial': 1,
 'service': 0,
...

__hdr_fields__

Value:
['epoch',
 'cid',
 'call',
 'seq',
 'serial',
 'type',
 'flags',
 'status',
...