Package dpkt :: Module pmap :: Class Pmap
[hide private]
[frames] | no frames]

Class Pmap

source code

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

Portmap / rpcbind.

TODO: Longer class information....

Attributes:
    __hdr__: Header fields of Pmap.
    TODO.

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__ = (('prog', 'I', 0), ('vers', 'I', 0), ('prot', 'I', 0...
  __hdr_defaults__ = {'port': 0, 'prog': 0, 'prot': 0, 'vers': 0}
  __hdr_fields__ = ['prog', 'vers', 'prot', 'port']
  __hdr_fmt__ = '>IIII'
  __hdr_len__ = 16
Properties [hide private]
  data
  port
  prog
  prot
  vers

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('prog', 'I', 0),
 ('vers', 'I', 0),
 ('prot', 'I', 0),
 ('port', 'I', 0))