Package dpkt :: Module pim :: Class PIM
[hide private]
[frames] | no frames]

Class PIM

source code

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

Protocol Independent Multicast.

TODO: Longer class information....

Attributes:
    __hdr__: Header fields of PIM.
    TODO.

Instance Methods [hide private]
 
__bytes__(self) source code

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__ = (('_v_type', 'B', 32), ('rsvd', 'B', 0), ('sum', 'H'...
  __hdr_defaults__ = {'_v_type': 32, 'rsvd': 0, 'sum': 0}
  __hdr_fields__ = ['_v_type', 'rsvd', 'sum']
  __hdr_fmt__ = '>BBH'
  __hdr_len__ = 4
Properties [hide private]
  v
  type
  _v_type
  data
  rsvd
  sum

Inherited from object: __class__

Method Details [hide private]

__bytes__(self)

source code 
Overrides: dpkt.Packet.__bytes__

Class Variable Details [hide private]

__hdr__

Value:
(('_v_type', 'B', 32), ('rsvd', 'B', 0), ('sum', 'H', 0))

Property Details [hide private]

v

Get Method:
unreachable.v(self)
Set Method:
unreachable.v(self, v)

type

Get Method:
unreachable.type(self)
Set Method:
unreachable.type(self, type)